CoolProp
4.2.5
An open-source fluid property and humid air property database
|
A type-unsafe stack for storing different types of data. More...
#include <stack.h>
Public Member Functions | |
Stack (Allocator *allocator, size_t stack_capacity) | |
~Stack () | |
void | Clear () |
template<typename T > | |
T * | Push (size_t count=1) |
template<typename T > | |
T * | Pop (size_t count) |
template<typename T > | |
T * | Top () |
template<typename T > | |
T * | Bottom () |
Allocator & | GetAllocator () |
size_t | GetSize () const |
size_t | GetCapacity () const |
A type-unsafe stack for storing different types of data.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |