|
Tramway SDK v0.1.1
|
#include <pool.h>
Public Member Functions | |
| iterator (T *ptr) | |
| T & | operator* () const |
| T * | operator-> () |
| iterator & | operator++ () |
| iterator | operator++ (int) |
Public Attributes | |
| T * | ptr |
Friends | |
| bool | operator== (const iterator &a, const iterator &b) |
| bool | operator!= (const iterator &a, const iterator &b) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T* tram::Pool< T >::iterator::ptr |