Box2D  2.2
Box2D API Reference for www.kobold2d.com developers
 All Classes Files Functions Variables Enumerations Enumerator Defines
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: