casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Member Functions | List of all members
casacore::BaseAllocator< T, Sub > Class Template Reference

#include <Allocator.h>

Inheritance diagram for casacore::BaseAllocator< T, Sub >:
casacore::AbstractAllocator< T >

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 override
 
- Protected Member Functions inherited from casacore::AbstractAllocator< T >
 AbstractAllocator ()
 

Detailed Description

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

Definition at line 345 of file Allocator.h.

Member Typedef Documentation

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

Definition at line 348 of file Allocator.h.

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

Definition at line 347 of file Allocator.h.

Constructor & Destructor Documentation

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

Definition at line 349 of file Allocator.h.

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

Definition at line 351 of file Allocator.h.

Member Function Documentation

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

Implements casacore::AbstractAllocator< T >.

Definition at line 353 of file Allocator.h.


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