SyDEVS  v0.7
Simulation-based analysis of complex systems involving people, devices, physical elements, and dynamic environments.
sydevs::time_sequence::const_iterator Class Reference

#include <time_sequence.h>

Public Member Functions

const time_sequence::value_typeoperator* () const
 
const time_sequence::value_typeoperator-> () const
 
const time_sequence::value_type operator[] (int64 rhs) const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_iteratoroperator+= (int64 rhs)
 
const_iteratoroperator-= (int64 rhs)
 
const_iterator operator+ (int64 rhs) const
 
const_iterator operator- (int64 rhs) const
 
int64 operator- (const_iterator rhs) const
 
bool operator== (const const_iterator &rhs) const
 
bool operator!= (const const_iterator &rhs) const
 
bool operator< (const const_iterator &rhs) const
 
bool operator> (const const_iterator &rhs) const
 
bool operator<= (const const_iterator &rhs) const
 
bool operator>= (const const_iterator &rhs) const
 

Friends

class time_sequence
 

Member Function Documentation

◆ operator!=()

bool sydevs::time_sequence::const_iterator::operator!= ( const const_iterator rhs) const

◆ operator*()

const time_sequence::value_type & sydevs::time_sequence::const_iterator::operator* ( ) const

◆ operator+()

time_sequence::const_iterator sydevs::time_sequence::const_iterator::operator+ ( int64  rhs) const

◆ operator++() [1/2]

time_sequence::const_iterator & sydevs::time_sequence::const_iterator::operator++ ( )

◆ operator++() [2/2]

time_sequence::const_iterator sydevs::time_sequence::const_iterator::operator++ ( int  )

◆ operator+=()

time_sequence::const_iterator & sydevs::time_sequence::const_iterator::operator+= ( int64  rhs)

◆ operator-() [1/2]

int64 sydevs::time_sequence::const_iterator::operator- ( const_iterator  rhs) const

◆ operator-() [2/2]

time_sequence::const_iterator sydevs::time_sequence::const_iterator::operator- ( int64  rhs) const

◆ operator--() [1/2]

time_sequence::const_iterator & sydevs::time_sequence::const_iterator::operator-- ( )

◆ operator--() [2/2]

time_sequence::const_iterator sydevs::time_sequence::const_iterator::operator-- ( int  )

◆ operator-=()

time_sequence::const_iterator & sydevs::time_sequence::const_iterator::operator-= ( int64  rhs)

◆ operator->()

const time_sequence::value_type * sydevs::time_sequence::const_iterator::operator-> ( ) const

◆ operator<()

bool sydevs::time_sequence::const_iterator::operator< ( const const_iterator rhs) const

◆ operator<=()

bool sydevs::time_sequence::const_iterator::operator<= ( const const_iterator rhs) const

◆ operator==()

bool sydevs::time_sequence::const_iterator::operator== ( const const_iterator rhs) const

◆ operator>()

bool sydevs::time_sequence::const_iterator::operator> ( const const_iterator rhs) const

◆ operator>=()

bool sydevs::time_sequence::const_iterator::operator>= ( const const_iterator rhs) const

◆ operator[]()

const time_sequence::value_type sydevs::time_sequence::const_iterator::operator[] ( int64  rhs) const

Friends And Related Function Documentation

◆ time_sequence

friend class time_sequence
friend

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