Box2D  2.2.1
Box2D API Reference for Kobold2D developers
b2GrowableStack Class Reference

#include <b2GrowableStack.h>

List of all members.

Public Member Functions

void Push (const T &element)
Pop ()
int32 GetCount ()

Detailed Description

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.


The documentation for this class was generated from the following file: