Assimp
v3.1.1 (June 2014)
|
A type-unsafe stack for storing different types of data. More...
Public Member Functions | |
template<typename T > | |
T * | Bottom () |
void | Clear () |
bool | Empty () const |
Allocator & | GetAllocator () |
size_t | GetCapacity () const |
size_t | GetSize () const |
bool | HasAllocator () const |
template<typename T > | |
T * | Pop (size_t count) |
template<typename T > | |
RAPIDJSON_FORCEINLINE T * | Push (size_t count=1) |
void | ShrinkToFit () |
Stack (Allocator *allocator, size_t stackCapacity) | |
void | Swap (Stack &rhs) RAPIDJSON_NOEXCEPT |
template<typename T > | |
T * | Top () |
~Stack () | |
A type-unsafe stack for storing different types of data.
Allocator | Allocator for allocating stack memory. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |