#include <Bounded_Array_Allocation_Traits_T.h>
Public Types | |
typedef T | value_type |
Static Public Member Functions | |
static CORBA::ULong | default_maximum () |
static value_type * | default_buffer_allocation () |
static value_type * | allocbuf (CORBA::ULong) |
static value_type * | allocbuf_noinit (CORBA::ULong) |
static void | freebuf (value_type *buffer) |
typedef T TAO::details::bounded_array_allocation_traits< T, MAX, dummy >::value_type |
static value_type* TAO::details::bounded_array_allocation_traits< T, MAX, dummy >::allocbuf | ( | CORBA::ULong | ) | [inline, static] |
static value_type* TAO::details::bounded_array_allocation_traits< T, MAX, dummy >::allocbuf_noinit | ( | CORBA::ULong | ) | [inline, static] |
static value_type* TAO::details::bounded_array_allocation_traits< T, MAX, dummy >::default_buffer_allocation | ( | ) | [inline, static] |
static CORBA::ULong TAO::details::bounded_array_allocation_traits< T, MAX, dummy >::default_maximum | ( | ) | [inline, static] |
static void TAO::details::bounded_array_allocation_traits< T, MAX, dummy >::freebuf | ( | value_type * | buffer | ) | [inline, static] |