This is the complete list of members for soma::AllocatorContext, including all inherited members.
accessMode() const | soma::AllocatorContext | inline |
allocate(T *&ptr, size_t n) const | soma::AllocatorContext | inline |
AllocatorContext(DataAccess mode=AllocatorStrategy::InternalModif, carto::rc_ptr< DataSource > datasource=DataSource::none(), bool isDiskformatOK=false, float usefactor=1) | soma::AllocatorContext | |
AllocatorContext(DataAccess mode, carto::rc_ptr< DataSourceInfo > datasourceinfo, float usefactor=1) | soma::AllocatorContext | |
AllocatorContext(DataAccess mode, const std::string &filename, offset_t offset=0, bool isDiskformatOK=false, float usefactor=1) | soma::AllocatorContext | |
AllocatorContext(DataAccess mode, float usefactor) | soma::AllocatorContext | |
AllocatorContext(const LowLevelAllocator *alloc) | soma::AllocatorContext | |
AllocatorContext(const AllocatorContext &) | soma::AllocatorContext | |
allocatorType() const | soma::AllocatorContext | |
allowsMemoryMapping() const | soma::AllocatorContext | inline |
canDuplicate() const | soma::AllocatorContext | |
DataAccess typedef | soma::AllocatorContext | |
dataSource() const | soma::AllocatorContext | inline |
dataSource() | soma::AllocatorContext | inline |
dataSourceInfo() const | soma::AllocatorContext | inline |
dataSourceInfo() | soma::AllocatorContext | inline |
deallocate(T *ptr, size_t n) const | soma::AllocatorContext | inline |
fast() | soma::AllocatorContext | static |
isAllocated() const | soma::AllocatorContext | inline |
MappingMode typedef | soma::AllocatorContext | |
operator=(const AllocatorContext &) | soma::AllocatorContext | |
setAccessMode(DataAccess mode) | soma::AllocatorContext | |
setAllowsMemoryMapping(bool x) | soma::AllocatorContext | inline |
setDataSource(carto::rc_ptr< DataSource > datasource) | soma::AllocatorContext | |
setDataSourceInfo(carto::rc_ptr< DataSourceInfo > dsi) | soma::AllocatorContext | |
setUseFactor(float x) | soma::AllocatorContext | |
useFactor() const | soma::AllocatorContext | |
~AllocatorContext() | soma::AllocatorContext | |