rasdaman complete source
Public Member Functions | List of all members
r_Storage_Man_CPP Class Reference

#include <storageman.hh>

Inheritance diagram for r_Storage_Man_CPP:
r_Storage_Man

Public Member Functions

 r_Storage_Man_CPP (void)
 default constructor More...
 
 ~r_Storage_Man_CPP (void)
 destructor More...
 
- Public Member Functions inherited from r_Storage_Man
 r_Storage_Man (void)
 default constructor, switches to c-style allocation More...
 
 r_Storage_Man (storage_man_alloc a, storage_man_free f)
 constructor setting the storage functions More...
 
 r_Storage_Man (const r_Storage_Man &src)
 copy constructor More...
 
 ~r_Storage_Man (void)
 destructor More...
 
void set_storage_functions (storage_man_alloc a, storage_man_free f)
 setting the storage functions More...
 
r_Storage_Manoperator= (const r_Storage_Man &src)
 assignment More...
 
void * storage_alloc (size_t size) const throw (r_Error)
 allocation More...
 
void storage_free (void *data) const
 deallocation More...
 

Additional Inherited Members

- Public Types inherited from r_Storage_Man
typedef void *(* storage_man_alloc )(size_t)
 types of storage management functions More...
 
typedef void(* storage_man_free )(void *data)
 
- Protected Attributes inherited from r_Storage_Man
storage_man_alloc myalloc
 the storage functions More...
 
storage_man_free myfree
 

Constructor & Destructor Documentation

r_Storage_Man_CPP::r_Storage_Man_CPP ( void  )

default constructor

r_Storage_Man_CPP::~r_Storage_Man_CPP ( void  )

destructor


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