TAO::details::unbounded_array_allocation_traits< T, dummy > Struct Template Reference

#include <Unbounded_Array_Allocation_Traits_T.h>

List of all members.

Public Types

typedef T value_type

Static Public Member Functions

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

template<typename T, bool dummy>
struct TAO::details::unbounded_array_allocation_traits< T, dummy >


Member Typedef Documentation

template<typename T, bool dummy>
typedef T TAO::details::unbounded_array_allocation_traits< T, dummy >::value_type
 

Definition at line 26 of file Unbounded_Array_Allocation_Traits_T.h.


Member Function Documentation

template<typename T, bool dummy>
value_type* TAO::details::unbounded_array_allocation_traits< T, dummy >::allocbuf CORBA::ULong  maximum  )  [inline, static]
 

Definition at line 38 of file Unbounded_Array_Allocation_Traits_T.h.

00039   {
00040     return new value_type[maximum];
00041   }

template<typename T, bool dummy>
value_type* TAO::details::unbounded_array_allocation_traits< T, dummy >::default_buffer_allocation  )  [inline, static]
 

Definition at line 33 of file Unbounded_Array_Allocation_Traits_T.h.

00034   {
00035     return 0;
00036   }

template<typename T, bool dummy>
CORBA::ULong TAO::details::unbounded_array_allocation_traits< T, dummy >::default_maximum  )  [inline, static]
 

Definition at line 28 of file Unbounded_Array_Allocation_Traits_T.h.

00029   {
00030     return 0;
00031   }

template<typename T, bool dummy>
void TAO::details::unbounded_array_allocation_traits< T, dummy >::freebuf value_type buffer  )  [inline, static]
 

Definition at line 43 of file Unbounded_Array_Allocation_Traits_T.h.

00044   {
00045     delete[] buffer;
00046   }


The documentation for this struct was generated from the following file:
Generated on Thu Nov 9 12:27:43 2006 for TAO by doxygen 1.3.6