![]() |
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) |
template<class SPECIFIC_TYPE > | |
bool | Remove (SPECIFIC_TYPE *obj) |
ContainerVector< OBJECT_TYPES > & | GetElements () |
const ContainerVector< OBJECT_TYPES > & | GetElements () const |
Private Attributes | |
ContainerVector< OBJECT_TYPES > | i_elements |
|
inline |
References Acore::Count(), and TypeVectorContainer< OBJECT_TYPES >::i_elements.
|
inline |
|
inline |
References TypeVectorContainer< OBJECT_TYPES >::i_elements.
|
inline |
References TypeVectorContainer< OBJECT_TYPES >::i_elements, and Acore::Insert().
|
inline |
References TypeVectorContainer< OBJECT_TYPES >::i_elements, and Acore::Remove().
|
private |