Horizon Official Technical Documentation
|
|
#include <GridReferenceContainer.hpp>
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... | |
GridTypeListContainer< OBJECT_TYPES > & | getElements (void) |
const GridTypeListContainer< OBJECT_TYPES > & | getElements (void) const |
Private Attributes | |
GridTypeListContainer< OBJECT_TYPES > | _elements |
|
inline |
References GridReferenceContainer< OBJECT_TYPES >::_elements, and GridTypeListIterator::count().
|
inline |
References GridReferenceContainer< OBJECT_TYPES >::_elements, and GridTypeListIterator::count_all().
|
inline |
References GridReferenceContainer< OBJECT_TYPES >::_elements.
Referenced by VisitorHelper().
|
inline |
|
inline |
inserts a specific object into the container
References GridReferenceContainer< OBJECT_TYPES >::_elements, and GridTypeListIterator::Insert().
|
private |