TAO  2.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
TAO::details::string_traits_decorator< char_type, derived > Struct Template Reference

#include <String_Traits_T.h>

Inheritance diagram for TAO::details::string_traits_decorator< char_type, derived >:
Inheritance graph
Collaboration diagram for TAO::details::string_traits_decorator< char_type, derived >:
Collaboration graph

Public Types

typedef char_type * value_type
 
typedef char_type const * const_value_type
 

Static Public Member Functions

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

Member Typedef Documentation

template<typename char_type, class derived>
typedef char_type const* TAO::details::string_traits_decorator< char_type, derived >::const_value_type
template<typename char_type, class derived>
typedef char_type* TAO::details::string_traits_decorator< char_type, derived >::value_type

Member Function Documentation

template<typename char_type, class derived>
template<typename iter >
static void TAO::details::string_traits_decorator< char_type, derived >::copy_range ( char_type **  begin,
char_type **  end,
iter  dst 
)
inlinestatic
template<typename char_type, class derived>
template<typename iter >
static void TAO::details::string_traits_decorator< char_type, derived >::copy_swap_range ( char_type **  begin,
char_type **  end,
iter  dst 
)
inlinestatic
template<typename char_type, class derived>
static char_type const* TAO::details::string_traits_decorator< char_type, derived >::initialize_if_zero ( char_type *&  element)
inlinestatic
template<typename char_type, class derived>
static void TAO::details::string_traits_decorator< char_type, derived >::initialize_range ( char_type **  begin,
char_type **  end 
)
inlinestatic
template<typename char_type, class derived>
static void TAO::details::string_traits_decorator< char_type, derived >::release_range ( char_type **  begin,
char_type **  end 
)
inlinestatic
template<typename char_type, class derived>
static void TAO::details::string_traits_decorator< char_type, derived >::zero_range ( char_type **  begin,
char_type **  end 
)
inlinestatic

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