#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_type * | default_buffer_allocation () |
static value_type * | allocbuf (CORBA::ULong maximum) |
static value_type * | allocbuf_noinit (CORBA::ULong maximum) |
static void | freebuf (value_type *buffer) |
typedef ref_traits TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::reference_traits |
typedef T TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::value_type |
static value_type* TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::allocbuf | ( | CORBA::ULong | maximum | ) | [inline, static] |
static value_type* TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::allocbuf_noinit | ( | CORBA::ULong | maximum | ) | [inline, static] |
static value_type* TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::default_buffer_allocation | ( | ) | [inline, static] |
static CORBA::ULong TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::default_maximum | ( | ) | [inline, static] |
static void TAO::details::unbounded_reference_allocation_traits< T, ref_traits, dummy >::freebuf | ( | value_type * | buffer | ) | [inline, static] |