|
Wire Sysio Wire Sysion 1.0.0
|
A type-unsafe stack for storing different types of data. More...
#include <stack.h>
Public Member Functions | |
| Stack (Allocator *allocator, size_t stackCapacity) | |
| ~Stack () | |
| void | Swap (Stack &rhs) RAPIDJSON_NOEXCEPT |
| void | Clear () |
| void | ShrinkToFit () |
| template<typename T > | |
| RAPIDJSON_FORCEINLINE void | Reserve (size_t count=1) |
| template<typename T > | |
| RAPIDJSON_FORCEINLINE T * | Push (size_t count=1) |
| template<typename T > | |
| RAPIDJSON_FORCEINLINE T * | PushUnsafe (size_t count=1) |
| template<typename T > | |
| T * | Pop (size_t count) |
| template<typename T > | |
| T * | Top () |
| template<typename T > | |
| const T * | Top () const |
| template<typename T > | |
| T * | End () |
| template<typename T > | |
| const T * | End () const |
| template<typename T > | |
| T * | Bottom () |
| template<typename T > | |
| const T * | Bottom () const |
| bool | HasAllocator () const |
| Allocator & | GetAllocator () |
| bool | Empty () const |
| size_t | GetSize () const |
| size_t | GetCapacity () const |
| Allocator | Allocator for allocating stack memory. |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 172 of file stack.h.

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 123 of file stack.h.

|
inline |
Definition at line 129 of file stack.h.

|
inline |
Definition at line 116 of file stack.h.

|
inline |
Definition at line 101 of file stack.h.

|
inline |
Definition at line 90 of file stack.h.


|
inline |
|
inline |