casacore
Public Types | Public Member Functions | Protected Member Functions | List of all members
casacore::BaseAllocator< T, Sub > Class Template Reference

#include <Allocator.h>

Public Types

typedef T value_type
 
typedef Sub facade_type
 
- Public Types inherited from casacore::AbstractAllocator< T >
typedef T value_type
 

Public Member Functions

virtual ~BaseAllocator ()
 
- Public Member Functions inherited from casacore::AbstractAllocator< T >
virtual ~AbstractAllocator ()
 

Protected Member Functions

 BaseAllocator ()
 
virtual Allocator_private::BulkAllocator< T > * getAllocator () const
 
- Protected Member Functions inherited from casacore::AbstractAllocator< T >
 AbstractAllocator ()
 

Detailed Description

template<typename T, typename Sub>
class casacore::BaseAllocator< T, Sub >

Definition at line 409 of file Allocator.h.

Member Typedef Documentation

template<typename T, typename Sub>
typedef Sub casacore::BaseAllocator< T, Sub >::facade_type

Definition at line 412 of file Allocator.h.

template<typename T, typename Sub>
typedef T casacore::BaseAllocator< T, Sub >::value_type

Definition at line 411 of file Allocator.h.

Constructor & Destructor Documentation

template<typename T, typename Sub>
virtual casacore::BaseAllocator< T, Sub >::~BaseAllocator ( )
inlinevirtual

Definition at line 413 of file Allocator.h.

template<typename T, typename Sub>
casacore::BaseAllocator< T, Sub >::BaseAllocator ( )
inlineprotected

Definition at line 415 of file Allocator.h.

Member Function Documentation

template<typename T, typename Sub>
virtual Allocator_private::BulkAllocator<T>* casacore::BaseAllocator< T, Sub >::getAllocator ( ) const
inlineprotectedvirtual

Implements casacore::AbstractAllocator< T >.

Definition at line 417 of file Allocator.h.


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