std::char_traits< __gnu_cxx::character< V, I, S > > Struct Template Reference

#include <pod_char_traits.h>

List of all members.

Public Types

typedef __gnu_cxx::character<
V, I, S > 
char_type
typedef char_type::int_type int_type
typedef char_type::state_type state_type
typedef fpos< state_type > pos_type
typedef streamoff off_type

Static Public Member Functions

void assign (char_type &__c1, const char_type &__c2)
bool eq (const char_type &__c1, const char_type &__c2)
bool lt (const char_type &__c1, const char_type &__c2)
int compare (const char_type *__s1, const char_type *__s2, size_t __n)
size_t length (const char_type *__s)
const char_type * find (const char_type *__s, size_t __n, const char_type &__a)
char_type * move (char_type *__s1, const char_type *__s2, size_t __n)
char_type * copy (char_type *__s1, const char_type *__s2, size_t __n)
char_type * assign (char_type *__s, size_t __n, char_type __a)
char_type to_char_type (const int_type &__c)
int_type to_int_type (const char_type &__c)
bool eq_int_type (const int_type &__c1, const int_type &__c2)
int_type eof ()
int_type not_eof (const int_type &__c)

template<typename V, typename I, typename S>
struct std::char_traits< __gnu_cxx::character< V, I, S > >


Member Typedef Documentation

template<typename V, typename I, typename S>
typedef __gnu_cxx::character<V, I, S> std::char_traits< __gnu_cxx::character< V, I, S > >::char_type
 

Definition at line 66 of file pod_char_traits.h.

template<typename V, typename I, typename S>
typedef char_type::int_type std::char_traits< __gnu_cxx::character< V, I, S > >::int_type
 

Definition at line 74 of file pod_char_traits.h.

template<typename V, typename I, typename S>
typedef streamoff std::char_traits< __gnu_cxx::character< V, I, S > >::off_type
 

Definition at line 77 of file pod_char_traits.h.

template<typename V, typename I, typename S>
typedef fpos<state_type> std::char_traits< __gnu_cxx::character< V, I, S > >::pos_type
 

Definition at line 76 of file pod_char_traits.h.

template<typename V, typename I, typename S>
typedef char_type::state_type std::char_traits< __gnu_cxx::character< V, I, S > >::state_type
 

Definition at line 75 of file pod_char_traits.h.


Member Function Documentation

template<typename V, typename I, typename S>
char_type* std::char_traits< __gnu_cxx::character< V, I, S > >::assign char_type *  __s,
size_t  __n,
char_type  __a
[inline, static]
 

Definition at line 127 of file pod_char_traits.h.

References __gnu_cxx::char_traits< _CharT >::assign().

template<typename V, typename I, typename S>
void std::char_traits< __gnu_cxx::character< V, I, S > >::assign char_type &  __c1,
const char_type &  __c2
[inline, static]
 

Definition at line 80 of file pod_char_traits.h.

template<typename V, typename I, typename S>
int std::char_traits< __gnu_cxx::character< V, I, S > >::compare const char_type *  __s1,
const char_type *  __s2,
size_t  __n
[inline, static]
 

Definition at line 92 of file pod_char_traits.h.

References __gnu_cxx::char_traits< _CharT >::eq(), and __gnu_cxx::char_traits< _CharT >::lt().

template<typename V, typename I, typename S>
char_type* std::char_traits< __gnu_cxx::character< V, I, S > >::copy char_type *  __s1,
const char_type *  __s2,
size_t  __n
[inline, static]
 

Definition at line 123 of file pod_char_traits.h.

template<typename V, typename I, typename S>
int_type std::char_traits< __gnu_cxx::character< V, I, S > >::eof  )  [inline, static]
 

Definition at line 150 of file pod_char_traits.h.

template<typename V, typename I, typename S>
bool std::char_traits< __gnu_cxx::character< V, I, S > >::eq const char_type &  __c1,
const char_type &  __c2
[inline, static]
 

Definition at line 84 of file pod_char_traits.h.

template<typename V, typename I, typename S>
bool std::char_traits< __gnu_cxx::character< V, I, S > >::eq_int_type const int_type &  __c1,
const int_type &  __c2
[inline, static]
 

Definition at line 146 of file pod_char_traits.h.

template<typename V, typename I, typename S>
const char_type* std::char_traits< __gnu_cxx::character< V, I, S > >::find const char_type *  __s,
size_t  __n,
const char_type &  __a
[inline, static]
 

Definition at line 110 of file pod_char_traits.h.

template<typename V, typename I, typename S>
size_t std::char_traits< __gnu_cxx::character< V, I, S > >::length const char_type *  __s  )  [inline, static]
 

Definition at line 101 of file pod_char_traits.h.

template<typename V, typename I, typename S>
bool std::char_traits< __gnu_cxx::character< V, I, S > >::lt const char_type &  __c1,
const char_type &  __c2
[inline, static]
 

Definition at line 88 of file pod_char_traits.h.

template<typename V, typename I, typename S>
char_type* std::char_traits< __gnu_cxx::character< V, I, S > >::move char_type *  __s1,
const char_type *  __s2,
size_t  __n
[inline, static]
 

Definition at line 119 of file pod_char_traits.h.

template<typename V, typename I, typename S>
int_type std::char_traits< __gnu_cxx::character< V, I, S > >::not_eof const int_type &  __c  )  [inline, static]
 

Definition at line 153 of file pod_char_traits.h.

References __gnu_cxx::char_traits< _CharT >::eof(), __gnu_cxx::char_traits< _CharT >::eq_int_type(), and __gnu_cxx::char_traits< _CharT >::int_type.

template<typename V, typename I, typename S>
char_type std::char_traits< __gnu_cxx::character< V, I, S > >::to_char_type const int_type &  __c  )  [inline, static]
 

Definition at line 135 of file pod_char_traits.h.

template<typename V, typename I, typename S>
int_type std::char_traits< __gnu_cxx::character< V, I, S > >::to_int_type const char_type &  __c  )  [inline, static]
 

Definition at line 142 of file pod_char_traits.h.

References __gnu_cxx::char_traits< _CharT >::int_type.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 30 17:32:16 2007 for GNU C++ STL by doxygen 1.3.6