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

#include <Object_Reference_Traits_T.h>

Inheritance diagram for TAO::details::object_reference_traits_decorator:
Inheritance graph
[legend]

List of all members.

Public Types

typedef object_t object_type
typedef object_typevalue_type
typedef object_type const * const_value_type
typedef object_t_var object_type_var

Static Public Member Functions

static void zero_range (object_type **begin, object_type **end)
static void initialize_range (object_type **begin, object_type **end)
template<typename iter >
static void copy_range (object_type **begin, object_type **end, iter dst)
template<typename iter >
static void copy_swap_range (object_type **begin, object_type **end, iter dst)
static void release_range (object_type **begin, object_type **end)
static object_type const * initialize_if_zero (object_type *&element)

Member Typedef Documentation

typedef object_type const* TAO::details::object_reference_traits_decorator::const_value_type
typedef object_t TAO::details::object_reference_traits_decorator::object_type
typedef object_t_var TAO::details::object_reference_traits_decorator::object_type_var
typedef object_type* TAO::details::object_reference_traits_decorator::value_type

Member Function Documentation

template<typename iter >
static void TAO::details::object_reference_traits_decorator::copy_range ( object_type **  begin,
object_type **  end,
iter  dst 
) [inline, static]
template<typename iter >
static void TAO::details::object_reference_traits_decorator::copy_swap_range ( object_type **  begin,
object_type **  end,
iter  dst 
) [inline, static]
static object_type const* TAO::details::object_reference_traits_decorator::initialize_if_zero ( object_type *&  element) [inline, static]
static void TAO::details::object_reference_traits_decorator::initialize_range ( object_type **  begin,
object_type **  end 
) [inline, static]
static void TAO::details::object_reference_traits_decorator::release_range ( object_type **  begin,
object_type **  end 
) [inline, static]
static void TAO::details::object_reference_traits_decorator::zero_range ( object_type **  begin,
object_type **  end 
) [inline, static]

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