AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "TypeContainer.h"
Public Member Functions | |
template<class SPECIFIC_TYPE > | |
std::size_t | Count () const |
template<class SPECIFIC_TYPE > | |
bool | insert (SPECIFIC_TYPE *obj) |
inserts a specific object into the container More... | |
ContainerMapList< OBJECT_TYPES > & | GetElements () |
Removes the object from the container, and returns the removed object. More... | |
const ContainerMapList< OBJECT_TYPES > & | GetElements () const |
Private Attributes | |
ContainerMapList< OBJECT_TYPES > | i_elements |
|
inline |
References Acore::Count(), and TypeMapContainer< OBJECT_TYPES >::i_elements.
|
inline |
Removes the object from the container, and returns the removed object.
References TypeMapContainer< OBJECT_TYPES >::i_elements.
Referenced by VisitorHelper().
|
inline |
References TypeMapContainer< OBJECT_TYPES >::i_elements.
|
inline |
inserts a specific object into the container
References TypeMapContainer< OBJECT_TYPES >::i_elements, and Acore::Insert().
|
private |