![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This type describes an object that can serve as a bidirectional iterator for Links.
Public Member Functions | |
| link_iterator () | |
| link_iterator (void *it) | |
| link_iterator (const link_iterator &rhs) | |
| ~link_iterator () | |
| link_iterator & | operator= (const link_iterator &rhs) |
| TSLLink * | operator* () const |
| link_iterator & | operator++ () |
| const link_iterator | operator++ (int) |
| link_iterator & | operator-- () |
| const link_iterator | operator-- (int) |
| bool | operator== (const link_iterator &rhs) const |
| bool | operator!= (const link_iterator &rhs) const |
| void * | _Mynode () const |
| TSLNetwork::link_iterator::link_iterator | ( | ) |
Default constructor.
| TSLNetwork::link_iterator::link_iterator | ( | void * | it | ) |
| TSLNetwork::link_iterator::link_iterator | ( | const link_iterator & | rhs | ) |
Copy constructor.
| TSLNetwork::link_iterator::~link_iterator | ( | ) |
Destructor.
| void * TSLNetwork::link_iterator::_Mynode | ( | ) | const |
| bool TSLNetwork::link_iterator::operator!= | ( | const link_iterator & | rhs | ) | const |
In-equality operator.
| TSLLink * TSLNetwork::link_iterator::operator* | ( | ) | const |
Dereferences the iterator.
Returns a pointer to the TSLLink object referenced by the iterator.
| link_iterator & TSLNetwork::link_iterator::operator++ | ( | ) |
Pre-increment operator.
| const link_iterator TSLNetwork::link_iterator::operator++ | ( | int | ) |
Post-increment operator.
| link_iterator & TSLNetwork::link_iterator::operator-- | ( | ) |
Pre-decrement operator.
| const link_iterator TSLNetwork::link_iterator::operator-- | ( | int | ) |
Post-decrement operator.
| link_iterator & TSLNetwork::link_iterator::operator= | ( | const link_iterator & | rhs | ) |
Assignment operator.
| bool TSLNetwork::link_iterator::operator== | ( | const link_iterator & | rhs | ) | const |
Equality operator.