allocator_ | internal::Stack< Allocator > | private |
Bottom() | internal::Stack< Allocator > | inline |
Bottom() const | internal::Stack< Allocator > | inline |
Clear() | internal::Stack< Allocator > | inline |
Destroy() | internal::Stack< Allocator > | inlineprivate |
Empty() const | internal::Stack< Allocator > | inline |
End() | internal::Stack< Allocator > | inline |
End() const | internal::Stack< Allocator > | inline |
Expand(size_t count) | internal::Stack< Allocator > | inlineprivate |
GetAllocator() | internal::Stack< Allocator > | inline |
GetCapacity() const | internal::Stack< Allocator > | inline |
GetSize() const | internal::Stack< Allocator > | inline |
HasAllocator() const | internal::Stack< Allocator > | inline |
initialCapacity_ | internal::Stack< Allocator > | private |
operator=(const Stack &) | internal::Stack< Allocator > | private |
ownAllocator_ | internal::Stack< Allocator > | private |
Pop(size_t count) | internal::Stack< Allocator > | inline |
Push(size_t count=1) | internal::Stack< Allocator > | inline |
PushUnsafe(size_t count=1) | internal::Stack< Allocator > | inline |
Reserve(size_t count=1) | internal::Stack< Allocator > | inline |
Resize(size_t newCapacity) | internal::Stack< Allocator > | inlineprivate |
ShrinkToFit() | internal::Stack< Allocator > | inline |
Stack(Allocator *allocator, size_t stackCapacity) | internal::Stack< Allocator > | inline |
Stack(const Stack &) | internal::Stack< Allocator > | private |
stack_ | internal::Stack< Allocator > | private |
stackEnd_ | internal::Stack< Allocator > | private |
stackTop_ | internal::Stack< Allocator > | private |
Swap(Stack &rhs) RAPIDJSON_NOEXCEPT | internal::Stack< Allocator > | inline |
Top() | internal::Stack< Allocator > | inline |
Top() const | internal::Stack< Allocator > | inline |
~Stack() | internal::Stack< Allocator > | inline |