flext 0.6.2
|
#include <flcontainers.h>
Public Member Functions | |
PooledLifo () | |
void | Push (T *c) |
T * | Pop () |
T * | New () |
void | Free (T *p) |
![]() | |
void | Push (T *c) |
T * | Pop () |
![]() | |
void | Push (LifoCell *cell) |
LifoCell * | Pop () |
bool | Avail () const |
Private Attributes | |
TypedLifo< T > | reuse |
size_t | sz |
size_t | resz |
|
inline |