#include <corelib/ncbistd.hpp>
#include <corelib/ncbimtx.hpp>
#include <deque>
Include dependency graph for obj_pool.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | CObjPool< TObjType, TObjFactory > |
| General object pool. More... | |
| class | CObjPoolGuard< TObjPool > |
| Guard that can be used to automatically return object to the pool after leaving some scope. More... | |
| class | CObjFactory_New< TObjType > |
| Object factory for simple creation and deletion of the object. More... | |
| class | CObjFactory_NewParam< TObjType, TParamType > |
| Object factory for simple creation and deletion of the object with one parameter passed to object's constructor. More... | |
| class | CObjFactory_NewMethod< TObjType, TMethodClass > |
| Object factory for creation implemented by method of some class and simple deletion. More... | |
1.4.6
Modified on Mon Dec 07 16:21:20 2009 by modify_doxy.py rev. 173732