Structure defining a time range using the template type. More...
#include <Music.hpp>
Public Member Functions | |
Span () | |
Default constructor. More... | |
Span (T off, T len) | |
Initialization constructor. More... | |
Public Attributes | |
T | offset |
The beginning offset of the time range. More... | |
T | length |
The length of the time range. More... | |
Structure defining a time range using the template type.
|
inline |
|
inline |
T sf::Music::Span< T >::length |
T sf::Music::Span< T >::offset |