Loading...
Searching...
No Matches
VdfSchedule::IteratorRange< Iterator > Class Template Reference

Minimal iterator range that the schedule returns instances of, in order to facilitate iterating over sub-sections of the internal containers. More...

#include <schedule.h>

Public Member Functions

template<typename IteratorConvertible >
 IteratorRange (IteratorConvertible begin, IteratorConvertible end)
 
Iterator begin () const
 
Iterator end () const
 
bool empty () const
 
size_t size () const
 

Detailed Description

template<typename Iterator>
class VdfSchedule::IteratorRange< Iterator >

Minimal iterator range that the schedule returns instances of, in order to facilitate iterating over sub-sections of the internal containers.

Definition at line 47 of file schedule.h.

Constructor & Destructor Documentation

◆ IteratorRange()

IteratorRange ( IteratorConvertible  begin,
IteratorConvertible  end 
)
inline

Definition at line 50 of file schedule.h.

Member Function Documentation

◆ begin()

Iterator begin ( ) const
inline

Definition at line 53 of file schedule.h.

◆ empty()

bool empty ( ) const
inline

Definition at line 55 of file schedule.h.

◆ end()

Iterator end ( ) const
inline

Definition at line 54 of file schedule.h.

◆ size()

size_t size ( ) const
inline

Definition at line 56 of file schedule.h.


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