aimsdata  5.1.2
Neuroimaging data handling
allocator.h File Reference
Include dependency graph for allocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 aims
 The class for EcatSino data write operation.
 

Typedefs

typedef carto::AllocatorStrategy::MappingMode FileOpenMode
 
typedef carto::AllocatorContext aims::Allocator
 compatibility typedef - NEVER USE IT More...
 

Variables

const carto::AllocatorStrategy::MappingMode MEM
 
const carto::AllocatorStrategy::MappingMode MAP
 
const carto::AllocatorStrategy::MappingMode MAP_COPY
 
const carto::AllocatorStrategy::MappingMode MAP_RO
 
const carto::AllocatorStrategy::MappingMode MAP_RW
 

Typedef Documentation

◆ FileOpenMode

typedef carto::AllocatorStrategy::MappingMode FileOpenMode

Definition at line 44 of file allocator.h.

Variable Documentation

◆ MAP

const carto::AllocatorStrategy::MappingMode MAP

Definition at line 46 of file allocator.h.

Referenced by aims::Reader< carto::VolumeRef< int16_t > >::read().

◆ MAP_COPY

const carto::AllocatorStrategy::MappingMode MAP_COPY

Definition at line 46 of file allocator.h.

◆ MAP_RO

const carto::AllocatorStrategy::MappingMode MAP_RO

Definition at line 46 of file allocator.h.

◆ MAP_RW

const carto::AllocatorStrategy::MappingMode MAP_RW

Definition at line 46 of file allocator.h.

◆ MEM

const carto::AllocatorStrategy::MappingMode MEM
extern