|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
32 #ifndef SACADO_FAD_MEMPOOLMANAGER_HPP
33 #define SACADO_FAD_MEMPOOLMANAGER_HPP
72 typedef std::map<unsigned int, MemPool*>
MapType;
86 #endif // SACADO_FAD_MEMPOOLMANAGER_HPP
unsigned int num_fad
Number of Fad objects per chunk.
MemPoolManager(const MemPoolManager &)
Private to prohibit copying.
std::map< unsigned int, MemPool * > MapType
Typename of memory pool map.
MemPool * getMemoryPool(unsigned int dim)
Get memory pool for supplied dimension dim.
~MemPoolManager()
Destructor.
MemPoolManager(unsigned int nfad)
Constructor.
MapType poolMap
Map of memory pools.
Class to manage memory pools for different Fad dimensions.
MemPoolManager & operator=(const MemPoolManager &)
Private to prohibit copying.