Box2D
2.2.1
Box2D API Reference for Kobold2D developers
|
#include <b2GrowableStack.h>
Public Member Functions | |
void | Push (const T &element) |
T | Pop () |
int32 | GetCount () |
This is a growable LIFO stack with an initial capacity of N. If the stack size exceeds the initial capacity, the heap is used to increase the size of the stack.