|
dmlite
0.6
|
#include <DavixPool.h>


Public Member Functions | |
| DavixCtxPool (PoolElementFactory< DavixStuff * > *factory, int n) | |
Public Member Functions inherited from dmlite::PoolContainer< DavixStuff * > | |
| PoolContainer (PoolElementFactory< DavixStuff * > *factory, int n) | |
| ~PoolContainer () | |
| Destructor. More... | |
| DavixStuff * | acquire (bool block=true) |
| Acquires a free resource. More... | |
| DavixStuff * | acquire (DavixStuff * e) |
| Increases the reference count of a resource. More... | |
| unsigned | release (DavixStuff * e) |
| unsigned | refCount (DavixStuff * e) |
| Count the number of instances. More... | |
| void | resize (int ns) |
|
inline |
1.8.15