#include <String_Traits_T.h>
List of all members.
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
typedef char_type const* TAO::details::string_traits_decorator::const_value_type |
typedef char_type* TAO::details::string_traits_decorator::value_type |
Member Function Documentation
template<typename iter >
static void TAO::details::string_traits_decorator::copy_range |
( |
char_type ** |
begin, |
|
|
char_type ** |
end, |
|
|
iter |
dst |
|
) |
| [inline, static] |
template<typename iter >
static void TAO::details::string_traits_decorator::copy_swap_range |
( |
char_type ** |
begin, |
|
|
char_type ** |
end, |
|
|
iter |
dst |
|
) |
| [inline, static] |
static char_type const* TAO::details::string_traits_decorator::initialize_if_zero |
( |
char_type *& |
element | ) |
[inline, static] |
static void TAO::details::string_traits_decorator::initialize_range |
( |
char_type ** |
begin, |
|
|
char_type ** |
end |
|
) |
| [inline, static] |
static void TAO::details::string_traits_decorator::release_range |
( |
char_type ** |
begin, |
|
|
char_type ** |
end |
|
) |
| [inline, static] |
static void TAO::details::string_traits_decorator::zero_range |
( |
char_type ** |
begin, |
|
|
char_type ** |
end |
|
) |
| [inline, static] |
The documentation for this struct was generated from the following file: