SyDEVS  v0.6.7
Multiscale Simulation and Systems Modeling Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sydevs::time_sequence::const_iterator Class Reference

#include <time_sequence.h>

Inherits iterator< std::random_access_iterator_tag, const time_sequence::value_type, int64 >.

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

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

Friends And Related Function Documentation

friend class time_sequence
friend

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