|
| ConstVectorIterator_less__std_scope_multiset_less__CEGUI_scope_LayerSpecification__greater___greater__wrapper (CEGUI::ConstVectorIterator< std::multiset< CEGUI::LayerSpecification, std::less< CEGUI::LayerSpecification >, std::allocator< CEGUI::LayerSpecification > > > const &arg) |
|
virtual ::CEGUI::LayerSpecification | getCurrentValue () const |
| Return the value for the item at the current iterator position.
|
|
::CEGUI::LayerSpecification | default_getCurrentValue () const |
|
| ConstVectorIterator (typename std::multiset< CEGUI::LayerSpecification >::const_iterator start_iter, typename std::multiset< CEGUI::LayerSpecification >::const_iterator end_iter) |
|
| ConstVectorIterator (typename std::multiset< CEGUI::LayerSpecification >::const_iterator start_iter, typename std::multiset< CEGUI::LayerSpecification >::const_iterator end_iter) |
|
ConstBaseIterator< std::multiset< CEGUI::LayerSpecification > >::value_type | getCurrentValue () const |
| Return the value for the item at the current iterator position.
|
|
ConstBaseIterator< std::multiset< CEGUI::LayerSpecification > >::value_type | getCurrentValue () const |
| Return the value for the item at the current iterator position.
|
|
ConstVectorIterator< std::multiset< CEGUI::LayerSpecification > > & | operator++ () |
| Increase the iterator position (prefix increment). More...
|
|
ConstVectorIterator< std::multiset< CEGUI::LayerSpecification > > | operator++ (int) |
| Increase the iterator position (postfix increment). More...
|
|
ConstVectorIterator< std::multiset< CEGUI::LayerSpecification > > & | operator++ () |
| Increase the iterator position (prefix increment). More...
|
|
ConstVectorIterator< std::multiset< CEGUI::LayerSpecification > > | operator++ (int) |
| Increase the iterator position (postfix increment). More...
|
|
ConstVectorIterator< std::multiset< CEGUI::LayerSpecification > > & | operator-- () |
| Decrease the iterator position (prefix decrement). More...
|
|
ConstVectorIterator< std::multiset< CEGUI::LayerSpecification > > | operator-- (int) |
| Decrease the iterator position (postfix decrement). More...
|
|
ConstVectorIterator< std::multiset< CEGUI::LayerSpecification > > & | operator-- () |
| Decrease the iterator position (prefix decrement). More...
|
|
ConstVectorIterator< std::multiset< CEGUI::LayerSpecification > > | operator-- (int) |
| Decrease the iterator position (postfix decrement). More...
|
|
| ConstBaseIterator (typename std::multiset< CEGUI::LayerSpecification >::const_iterator start_iter, typename std::multiset< CEGUI::LayerSpecification >::const_iterator end_iter) |
| ConstBaseIterator constructor. More...
|
|
| ConstBaseIterator (const ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > &org) |
| ConstBaseIterator copy constructor.
|
|
| ConstBaseIterator (typename std::multiset< CEGUI::LayerSpecification >::const_iterator start_iter, typename std::multiset< CEGUI::LayerSpecification >::const_iterator end_iter) |
| ConstBaseIterator constructor. More...
|
|
| ConstBaseIterator (const ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > &org) |
| ConstBaseIterator copy constructor.
|
|
virtual | ~ConstBaseIterator (void) |
| ConstBaseIterator destructor.
|
|
virtual | ~ConstBaseIterator (void) |
| ConstBaseIterator destructor.
|
|
ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > & | operator= (const ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > &rhs) |
| ConstBaseIterator assignment operator.
|
|
ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > & | operator= (const ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > &rhs) |
| ConstBaseIterator assignment operator.
|
|
bool | isAtEnd (void) const |
| Return whether the current iterator position is at the end of the iterators range.
|
|
bool | isAtEnd (void) const |
| Return whether the current iterator position is at the end of the iterators range.
|
|
bool | isAtStart (void) const |
| Return whether the current iterator position is at the start of the iterators range.
|
|
bool | isAtStart (void) const |
| Return whether the current iterator position is at the start of the iterators range.
|
|
bool | operator== (const ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > &rhs) const |
| Compares two iterators. Return true if the current position of both iterators are equivalent.
|
|
bool | operator== (const ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > &rhs) const |
| Compares two iterators. Return true if the current position of both iterators are equivalent.
|
|
bool | operator!= (const ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > &rhs) const |
| Compares two iterators. Return true if the current position of the iterators are different.
|
|
bool | operator!= (const ConstBaseIterator< std::multiset< CEGUI::LayerSpecification >, typename std::multiset< CEGUI::LayerSpecification >::value_type > &rhs) const |
| Compares two iterators. Return true if the current position of the iterators are different.
|
|
value_type | operator* () const |
| Return the value for the current iterator position.
|
|
value_type | operator* () const |
| Return the value for the current iterator position.
|
|
void | toStart (void) |
| Set the iterator current position to the start position.
|
|
void | toStart (void) |
| Set the iterator current position to the start position.
|
|
void | toEnd (void) |
| Set the iterator current position to the end position.
|
|
void | toEnd (void) |
| Set the iterator current position to the end position.
|
|