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