casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
casacore::Allocator_private::AllocSpec< T > Struct Template Reference

Allocator specifier. More...

Public Member Functions

 AllocSpec (BulkAllocator< T > *alloc)
 

Public Attributes

BulkAllocator< T > * allocator
 

Detailed Description

template<typename T>
struct casacore::Allocator_private::AllocSpec< T >

Allocator specifier.

Synopsis

This class is just used to avoid ambiguity between overloaded functions.

Definition at line 322 of file Allocator.h.

Constructor & Destructor Documentation

template<typename T>
casacore::Allocator_private::AllocSpec< T >::AllocSpec ( BulkAllocator< T > *  alloc)
inlineexplicit

Definition at line 324 of file Allocator.h.

Member Data Documentation

template<typename T>
BulkAllocator<T>* casacore::Allocator_private::AllocSpec< T >::allocator

Definition at line 323 of file Allocator.h.


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