OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DataBufferCache Member List

This is the complete list of members for DataBufferCache, including all inherited members.

cache_mutex_DataBufferCachemutableprivate
copyData(int8_t *dest, const int8_t *source, const size_t num_bytes) const DataBufferCacheinlineprivate
data_cache_DataBufferCacheprivate
debug_print_DataBufferCacheprivatestatic
getDataForKey(const std::string &key, T *dest_buffer) const DataBufferCacheinline
getDataPtrForKey(const std::string &key) const DataBufferCacheinline
getDataRefForKey(const std::string &key) const DataBufferCacheinline
isKeyCached(const std::string &key) const DataBufferCacheinline
isKeyCachedAndSameLength(const std::string &key, const size_t num_bytes) const DataBufferCacheinline
parallel_copy_min_bytesDataBufferCacheprivate
putDataForKey(const std::string &key, T *const data_buffer, const size_t num_elements)DataBufferCacheinline