Horizon Official Technical Documentation
|
|
Public Member Functions | |
template<class SPECIFIC_TYPE > | |
size_t | count () const |
size_t | count_all () const |
template<class SPECIFIC_TYPE > | |
bool | insert (SPECIFIC_TYPE *obj) |
inserts a specific object into the container More... | |
ContainerMapList< OBJECT_TYPES > & | get_elements (void) |
const ContainerMapList< OBJECT_TYPES > & | get_elements (void) const |
Private Attributes | |
ContainerMapList< OBJECT_TYPES > | _elements |
|
inline |
References TypeRefContainer< OBJECT_TYPES >::_elements, and TypeListIterator::count().
Referenced by BOOST_AUTO_TEST_CASE(), and print_count().
|
inline |
References TypeRefContainer< OBJECT_TYPES >::_elements, and TypeListIterator::count_all().
Referenced by print_count().
|
inline |
References TypeRefContainer< OBJECT_TYPES >::_elements.
Referenced by VisitorHelper().
|
inline |
References TypeRefContainer< OBJECT_TYPES >::_elements.
|
inline |
inserts a specific object into the container
References TypeRefContainer< OBJECT_TYPES >::_elements, and TypeListIterator::Insert().
|
private |