TAO  2.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions
TAO::details::bounded_reference_allocation_traits< T, ref_traits, MAX, dummy > Struct Template Reference

#include <Bounded_Reference_Allocation_Traits_T.h>

List of all members.

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)
static value_typeallocbuf_noinit (CORBA::ULong)
static void freebuf (value_type *buffer)
static CORBA::ULong maximum ()

template<typename T, class ref_traits, CORBA::ULong MAX, bool dummy>
struct TAO::details::bounded_reference_allocation_traits< T, ref_traits, MAX, dummy >


Member Typedef Documentation

template<typename T , class ref_traits , CORBA::ULong MAX, bool dummy>
typedef ref_traits TAO::details::bounded_reference_allocation_traits< T, ref_traits, MAX, dummy >::reference_traits
template<typename T , class ref_traits , CORBA::ULong MAX, bool dummy>
typedef T TAO::details::bounded_reference_allocation_traits< T, ref_traits, MAX, dummy >::value_type

Member Function Documentation

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

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