Functions

cycle_t first_cycle () const
 
cycle_t last_cycle () const
 
void first_cycle (const cycle_t val)
 
void last_cycle (const cycle_t val)
 
bool empty () const
 

Detailed Description

Information describing the cycle rnage

See full class description

Function Documentation

bool empty ( ) const
inline

Test if the cycle range is empty

Returns
true if first cycle is sentinel
cycle_t first_cycle ( ) const
inline

Get the index of the first cycle

Returns
index of first cycle
void first_cycle ( const cycle_t  val)
inline

Set the index of the first cycle

Parameters
valindex of first cycle
cycle_t last_cycle ( ) const
inline

Get the index of the last cycle

Returns
index of last cycle
void last_cycle ( const cycle_t  val)
inline

Set the index of the last cycle

Parameters
valindex of last cycle