TAO  2.3.2
Public Types | Static Public Member Functions | List of all members
TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy > Struct Template Reference

#include <Unbounded_Reference_Allocation_Traits_T.h>

Public Types

typedef T value_type
 
typedef ref_traits reference_traits
 

Static Public Member Functions

static CORBA::ULong default_maximum ()
 
static value_typedefault_buffer_allocation ()
 
static value_typeallocbuf (CORBA::ULong maximum)
 
static value_typeallocbuf_noinit (CORBA::ULong maximum)
 
static void freebuf (value_type *buffer)
 

Member Typedef Documentation

template<typename T , class ref_traits , bool dummy>
typedef ref_traits TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::reference_traits
template<typename T , class ref_traits , bool dummy>
typedef T TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::value_type

Member Function Documentation

template<typename T , class ref_traits , bool dummy>
static value_type* TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::allocbuf ( CORBA::ULong  maximum)
inlinestatic
template<typename T , class ref_traits , bool dummy>
static value_type* TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::allocbuf_noinit ( CORBA::ULong  maximum)
inlinestatic
template<typename T , class ref_traits , bool dummy>
static value_type* TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::default_buffer_allocation ( )
inlinestatic
template<typename T , class ref_traits , bool dummy>
static CORBA::ULong TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::default_maximum ( )
inlinestatic
template<typename T , class ref_traits , bool dummy>
static void TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::freebuf ( value_type buffer)
inlinestatic

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