Inferno
0.2
|
#include <containers.hpp>
Classes | |
struct | iterator |
Public Types | |
typedef iterator | const_iterator |
Public Member Functions | |
virtual void | erase (typename ContainerInterface< SUB_BASE, VALUE_INTERFACE >::iterator it) |
virtual bool | empty () const |
virtual int | size () const |
virtual void | clear () |
virtual | operator string () const |
Definition at line 205 of file containers.hpp.
typedef iterator OOStd::ContainerCommon< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::const_iterator |
Reimplemented from OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >.
Definition at line 240 of file containers.hpp.
virtual void OOStd::ContainerCommon< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::clear | ( | ) | [inline, virtual] |
Implements OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >.
Definition at line 256 of file containers.hpp.
Referenced by OOStd::ContainerCommon< Itemiser::Element, TreePtrInterface, deque< TreePtr< CPPTree::Identifier > > >::clear().
virtual bool OOStd::ContainerCommon< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::empty | ( | ) | const [inline, virtual] |
Reimplemented from OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >.
Definition at line 248 of file containers.hpp.
Referenced by OOStd::ContainerCommon< Itemiser::Element, TreePtrInterface, deque< TreePtr< CPPTree::Identifier > > >::empty(), and SortDecls().
virtual void OOStd::ContainerCommon< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::erase | ( | typename ContainerInterface< SUB_BASE, VALUE_INTERFACE >::iterator | it | ) | [inline, virtual] |
Implements OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >.
Definition at line 242 of file containers.hpp.
Referenced by OOStd::ContainerCommon< Itemiser::Element, TreePtrInterface, deque< TreePtr< CPPTree::Identifier > > >::erase().
virtual OOStd::ContainerCommon< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::operator string | ( | ) | const [inline, virtual] |
Reimplemented from Traceable.
Definition at line 260 of file containers.hpp.
virtual int OOStd::ContainerCommon< SUB_BASE, VALUE_INTERFACE, CONTAINER_IMPL >::size | ( | ) | const [inline, virtual] |
Reimplemented from OOStd::ContainerInterface< SUB_BASE, VALUE_INTERFACE >.
Definition at line 252 of file containers.hpp.
Referenced by OOStd::ContainerCommon< Itemiser::Element, TreePtrInterface, deque< TreePtr< CPPTree::Identifier > > >::size().