|
flext 0.6.2
|
#include <flcontainers.h>
Public Member Functions | |
| ~PooledFifo () | |
| T * | New () |
| void | Free (T *p) |
| Public Member Functions inherited from TypedFifo< T > | |
| void | Put (T *c) |
| T * | Get () |
| Public Member Functions inherited from Fifo | |
| void | Put (FifoCell *cl) |
| FifoCell * | Get () |
| bool | Avail () const |
Private Attributes | |
| TypedFifo< T > | reuse |
| size_t | sz |
| size_t | resz |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |