soma-io 6.0.6
soma::MappingROAllocator Class Reference

#include <soma-io/allocator/mappingro.h>

Inheritance diagram for soma::MappingROAllocator:
Collaboration diagram for soma::MappingROAllocator:

Public Member Functions

virtual ~MappingROAllocator ()
 
virtual char * allocate (size_t n, size_t sz, DataSource *ds) const
 
virtual void deallocate (char *ptr, size_t n, size_t sz) const
 
- Public Member Functions inherited from soma::LowLevelAllocator
virtual ~LowLevelAllocator ()
 
virtual bool canDuplicate () const
 

Static Public Member Functions

static const MappingROAllocatorsingleton ()
 

Friends

std::ostream & operator<< (std::ostream &os, const MappingROAllocator &thing)
 

Additional Inherited Members

- Protected Member Functions inherited from soma::LowLevelAllocator
 LowLevelAllocator ()
 

Detailed Description

Definition at line 51 of file mappingro.h.

Constructor & Destructor Documentation

◆ ~MappingROAllocator()

virtual soma::MappingROAllocator::~MappingROAllocator ( )
virtual

Member Function Documentation

◆ allocate()

virtual char * soma::MappingROAllocator::allocate ( size_t n,
size_t sz,
DataSource * ds ) const
virtual

◆ deallocate()

virtual void soma::MappingROAllocator::deallocate ( char * ptr,
size_t n,
size_t sz ) const
virtual

◆ singleton()

static const MappingROAllocator & soma::MappingROAllocator::singleton ( )
static

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const MappingROAllocator & thing )
friend

The documentation for this class was generated from the following file: