#include <RandLMCache.h>


Public Types | |
| typedef std::map< wordID_t, CacheNode< T > * > | childMap |
Public Member Functions | |
| CacheNode (T unknown_value) | |
Public Attributes | |
| childMap | childs_ |
| T | value_ |
| const void * | state_ |
Definition at line 30 of file RandLMCache.h.
Definition at line 33 of file RandLMCache.h.
| randlm::CacheNode< T >::CacheNode | ( | T | unknown_value | ) | [inline] |
Definition at line 35 of file RandLMCache.h.
| childMap randlm::CacheNode< T >::childs_ |
Definition at line 36 of file RandLMCache.h.
Referenced by randlm::Cache< float >::checkCacheNgram(), randlm::Cache< float >::getCache(), randlm::Cache< float >::getCache2(), and randlm::Cache< float >::setCacheNgram().
| const void* randlm::CacheNode< T >::state_ |
Definition at line 38 of file RandLMCache.h.
Referenced by randlm::Cache< float >::checkCacheNgram(), and randlm::Cache< float >::setCacheNgram().
| T randlm::CacheNode< T >::value_ |
Definition at line 37 of file RandLMCache.h.
Referenced by randlm::Cache< float >::checkCacheNgram(), randlm::Cache< float >::getCache(), randlm::Cache< float >::getCache2(), and randlm::Cache< float >::setCacheNgram().
1.5.9