TAO  2.0.6
Public Types | Static Public Member Functions
TAO::details::unbounded_array_allocation_traits Struct Reference

#include <Unbounded_Array_Allocation_Traits_T.h>

List of all members.

Public Types

typedef T value_type

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

typedef T TAO::details::unbounded_array_allocation_traits::value_type

Member Function Documentation

static value_type* TAO::details::unbounded_array_allocation_traits::allocbuf ( CORBA::ULong  maximum) [inline, static]
static value_type* TAO::details::unbounded_array_allocation_traits::allocbuf_noinit ( CORBA::ULong  maximum) [inline, static]
static value_type* TAO::details::unbounded_array_allocation_traits::default_buffer_allocation ( ) [inline, static]
static CORBA::ULong TAO::details::unbounded_array_allocation_traits::default_maximum ( ) [inline, static]
static void TAO::details::unbounded_array_allocation_traits::freebuf ( value_type buffer) [inline, static]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines