FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::MemoryPoolCollection Class Reference

#include <memory.h>

Public Member Functions

 MemoryPoolCollection (size_t pool_size=kAllocSize)
 
template<typename T >
MemoryPool< T > * Pool ()
 
size_t PoolSize () const
 

Detailed Description

Definition at line 196 of file memory.h.

Constructor & Destructor Documentation

fst::MemoryPoolCollection::MemoryPoolCollection ( size_t  pool_size = kAllocSize)
inlineexplicit

Definition at line 199 of file memory.h.

Member Function Documentation

template<typename T >
MemoryPool<T>* fst::MemoryPoolCollection::Pool ( )
inline

Definition at line 203 of file memory.h.

size_t fst::MemoryPoolCollection::PoolSize ( ) const
inline

Definition at line 210 of file memory.h.


The documentation for this class was generated from the following file: