ardour
Public Member Functions | Public Attributes | List of all members
Evoral::Range< T > Struct Template Reference

#include <Range.hpp>

Public Member Functions

 Range (T f, T t)
 
bool empty () const
 

Public Attributes

from
 start of the range More...
 
to
 end of the range (inclusive: to lies inside the range) More...
 

Detailed Description

template<typename T>
struct Evoral::Range< T >

Type to describe a time range

Definition at line 136 of file Range.hpp.

Constructor & Destructor Documentation

template<typename T>
Evoral::Range< T >::Range ( f,
t 
)
inline

Definition at line 137 of file Range.hpp.

Member Function Documentation

template<typename T>
bool Evoral::Range< T >::empty ( ) const
inline

Definition at line 140 of file Range.hpp.

Member Data Documentation

template<typename T>
T Evoral::Range< T >::from

start of the range

Definition at line 138 of file Range.hpp.

template<typename T>
T Evoral::Range< T >::to

end of the range (inclusive: to lies inside the range)

Definition at line 139 of file Range.hpp.


The documentation for this struct was generated from the following file: