|
Inferno
0.2
|
#include <containers.hpp>
Public Member Functions | |
| iterator (typename CONTAINER_IMPL::iterator &i) | |
| iterator () | |
| virtual shared_ptr< typename ContainerInterface< SUB_BASE, VALUE_INTERFACE > ::iterator_interface > | Clone () const |
| virtual void | Overwrite (const VALUE_INTERFACE *v) const |
| virtual const bool | IsOrdered () const |
Public Attributes | |
| SimpleAssociativeContainer < SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL > * | owner |
Definition at line 391 of file containers.hpp.
| OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator::iterator | ( | typename CONTAINER_IMPL::iterator & | i | ) | [inline] |
Definition at line 393 of file containers.hpp.
| OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator::iterator | ( | ) | [inline] |
Definition at line 394 of file containers.hpp.
| virtual shared_ptr<typename ContainerInterface<SUB_BASE, VALUE_INTERFACE>::iterator_interface> OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator::Clone | ( | ) | const [inline, virtual] |
Implements OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >::iterator_interface.
Definition at line 395 of file containers.hpp.
| virtual const bool OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator::IsOrdered | ( | ) | const [inline, virtual] |
Implements OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >::iterator_interface.
Definition at line 410 of file containers.hpp.
| virtual void OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator::Overwrite | ( | const VALUE_INTERFACE * | v | ) | const [inline, virtual] |
Implements OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >::iterator_interface.
Definition at line 401 of file containers.hpp.
References OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::insert(), and OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator::owner.
| SimpleAssociativeContainer<SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL>* OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator::owner |
Definition at line 414 of file containers.hpp.
Referenced by OOStd::SimpleAssociativeContainer< Itemiser::Element, TreePtrInterface, multiset< TreePtr< Base > > >::begin(), OOStd::SimpleAssociativeContainer< Itemiser::Element, TreePtrInterface, multiset< TreePtr< Base > > >::end(), and OOStd::SimpleAssociativeContainer< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::iterator::Overwrite().