MaMiCo
1.2
Toggle main menu visibility
Loading...
Searching...
No Matches
tinyxml2
DynArray
Public Member Functions
|
Private Member Functions
|
Private Attributes
|
List of all members
tinyxml2::DynArray< T, INITIAL_SIZE > Class Template Reference
Public Member Functions
void
Clear
()
void
Push
(T t)
T *
PushArr
(int count)
T
Pop
()
void
PopArr
(int count)
bool
Empty
() const
T &
operator[]
(int i)
const T &
operator[]
(int i) const
const T &
PeekTop
() const
int
Size
() const
int
Capacity
() const
void
SwapRemove
(int i)
const T *
Mem
() const
T *
Mem
()
Private Member Functions
DynArray
(const DynArray &)
void
operator=
(const DynArray &)
void
EnsureCapacity
(int cap)
Private Attributes
T *
_mem
T
_pool
[static_cast< size_t >(INITIAL_SIZE)]
int
_allocated
int
_size
The documentation for this class was generated from the following file:
tarch/tinyxml2/
tinyxml2.h
Generated by
1.17.0