|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <TypeContainer.h>
Public Member Functions | |
| template<class SPECIFIC_TYPE> | |
| size_t | Count () const |
| ContainerMapList< OBJECT_TYPES > & | GetElements (void) |
| Removes the object from the container, and returns the removed object. | |
| const ContainerMapList< OBJECT_TYPES > & | GetElements (void) const |
| template<class SPECIFIC_TYPE> | |
| bool | insert (SPECIFIC_TYPE *obj) |
| inserts a specific object into the container | |
Private Attributes | |
| ContainerMapList< OBJECT_TYPES > | i_elements |
Definition at line 85 of file TypeContainer.h.
|
inline |
Definition at line 88 of file TypeContainer.h.
|
inline |
Removes the object from the container, and returns the removed object.
Definition at line 104 of file TypeContainer.h.
Referenced by VisitorHelper().
|
inline |
Definition at line 105 of file TypeContainer.h.
|
inline |
inserts a specific object into the container
Definition at line 91 of file TypeContainer.h.
|
private |
Definition at line 108 of file TypeContainer.h.