Box2D  2.2.1
A 2D Physics Engine for Games
Public Member Functions
b2GrowableStack< T, N > Class Template Reference

#include <b2GrowableStack.h>

List of all members.

Public Member Functions

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

Detailed Description

template<typename T, int32 N>
class b2GrowableStack< T, N >

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:
 All Classes Files Functions Variables Enumerations Enumerator Defines