SyDEVS
v0.6.7
Multiscale Simulation and Systems Modeling Library
|
#include <time_sequence.h>
Inherits iterator< std::random_access_iterator_tag, const time_sequence::value_type, int64 >.
Public Member Functions | |
const time_sequence::value_type & | operator* () const |
const time_sequence::value_type * | operator-> () const |
const time_sequence::value_type | operator[] (int64 rhs) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator & | operator+= (int64 rhs) |
const_iterator & | operator-= (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 |
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 |
|
friend |