PedestrainCounting
|
#include <Pool.h>
Public Member Functions | |
Pool (int sz=0) | |
T & | operator[] (uint index) |
const T & | operator[] (uint index) const |
void | Push (const T &t) |
void | clear () |
void | Resize (int sz) |
Public Attributes | |
int | size |
std::vector< T > | data |
Use std::vector as the container, however it never shrinks.