TAO 3.1.4
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
TAO::details::bounded_value_allocation_traits< T, MAX, dummy > Struct Template Reference

#include <Bounded_Value_Allocation_Traits_T.h>

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

Member Typedef Documentation

◆ value_type

template<typename T , CORBA::ULong MAX, bool dummy>
typedef T TAO::details::bounded_value_allocation_traits< T, MAX, dummy >::value_type

Member Function Documentation

◆ allocbuf()

template<typename T , CORBA::ULong MAX, bool dummy>
static value_type * TAO::details::bounded_value_allocation_traits< T, MAX, dummy >::allocbuf ( CORBA::ULong )
inlinestatic

◆ allocbuf_noinit()

template<typename T , CORBA::ULong MAX, bool dummy>
static value_type * TAO::details::bounded_value_allocation_traits< T, MAX, dummy >::allocbuf_noinit ( CORBA::ULong )
inlinestatic

◆ default_buffer_allocation()

template<typename T , CORBA::ULong MAX, bool dummy>
static value_type * TAO::details::bounded_value_allocation_traits< T, MAX, dummy >::default_buffer_allocation ( )
inlinestatic

◆ default_maximum()

template<typename T , CORBA::ULong MAX, bool dummy>
static CORBA::ULong TAO::details::bounded_value_allocation_traits< T, MAX, dummy >::default_maximum ( )
inlinestatic

◆ freebuf()

template<typename T , CORBA::ULong MAX, bool dummy>
static void TAO::details::bounded_value_allocation_traits< T, MAX, dummy >::freebuf ( value_type * buffer)
inlinestatic

◆ maximum()

template<typename T , CORBA::ULong MAX, bool dummy>
static CORBA::ULong TAO::details::bounded_value_allocation_traits< T, MAX, dummy >::maximum ( )
inlinestatic

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