TAO 3.1.4
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
TAO::details::array_traits< T_forany > Struct Template Reference

#include <Array_Traits_T.h>

Public Types

typedef T_forany forany_type
 
typedef T_forany::_array_type value_type
 
typedef T_forany::_array_type const const_value_type
 
typedef T_forany::_slice_type slice_type
 

Static Public Member Functions

static void copy (slice_type *_tao_to, const slice_type *_tao_from)
 
static void free (slice_type *value)
 
static slice_typealloc ()
 
static slice_typedup (const slice_type *value)
 
static void zero_range (value_type *begin, value_type *end)
 
static void release_range (value_type *, value_type *)
 
static void initialize_range (value_type *begin, value_type *end)
 
template<typename iter >
static void copy_range (value_type *begin, value_type *end, iter dst)
 
template<typename iter >
static void copy_swap_range (value_type *begin, value_type *end, iter dst)
 

Member Typedef Documentation

◆ const_value_type

template<typename T_forany >
typedef T_forany::_array_type const TAO::details::array_traits< T_forany >::const_value_type

◆ forany_type

template<typename T_forany >
typedef T_forany TAO::details::array_traits< T_forany >::forany_type

◆ slice_type

template<typename T_forany >
typedef T_forany::_slice_type TAO::details::array_traits< T_forany >::slice_type

◆ value_type

template<typename T_forany >
typedef T_forany::_array_type TAO::details::array_traits< T_forany >::value_type

Member Function Documentation

◆ alloc()

template<typename T_forany >
static slice_type * TAO::details::array_traits< T_forany >::alloc ( )
inlinestatic

◆ copy()

template<typename T_forany >
static void TAO::details::array_traits< T_forany >::copy ( slice_type * _tao_to,
const slice_type * _tao_from )
inlinestatic

◆ copy_range()

template<typename T_forany >
template<typename iter >
static void TAO::details::array_traits< T_forany >::copy_range ( value_type * begin,
value_type * end,
iter dst )
inlinestatic

◆ copy_swap_range()

template<typename T_forany >
template<typename iter >
static void TAO::details::array_traits< T_forany >::copy_swap_range ( value_type * begin,
value_type * end,
iter dst )
inlinestatic

◆ dup()

template<typename T_forany >
static slice_type * TAO::details::array_traits< T_forany >::dup ( const slice_type * value)
inlinestatic

◆ free()

template<typename T_forany >
static void TAO::details::array_traits< T_forany >::free ( slice_type * value)
inlinestatic

◆ initialize_range()

template<typename T_forany >
static void TAO::details::array_traits< T_forany >::initialize_range ( value_type * begin,
value_type * end )
inlinestatic

◆ release_range()

template<typename T_forany >
static void TAO::details::array_traits< T_forany >::release_range ( value_type * ,
value_type *  )
inlinestatic

◆ zero_range()

template<typename T_forany >
static void TAO::details::array_traits< T_forany >::zero_range ( value_type * begin,
value_type * end )
inlinestatic

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