OmniSciDB
a5dc49c757
|
Go to the source code of this file.
Typedefs | |
using | CodeCacheKey = std::vector< std::string > |
template<typename CC > | |
using | CodeCacheVal = std::shared_ptr< CC > |
template<typename CC > | |
using | CodeCache = LruCache< CodeCacheKey, CodeCacheVal< CC >, boost::hash< CodeCacheKey >> |
using CodeCache = LruCache<CodeCacheKey, CodeCacheVal<CC>, boost::hash<CodeCacheKey>> |
Definition at line 28 of file CodeCache.h.
using CodeCacheKey = std::vector<std::string> |
Definition at line 24 of file CodeCache.h.
using CodeCacheVal = std::shared_ptr<CC> |
Definition at line 26 of file CodeCache.h.