Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
std::char_traits Struct Template Reference
#include <char_traits.h>
List of all members.
Public Types
Static Public Methods
template<class _CharT> struct std::char_traits
Member Typedef Documentation
typedef _CharT char_type
typedef unsigned long int_type
typedef
streampos
pos_type
typedef streamoff off_type
typedef
mbstate_t
state_type
Member Function Documentation
void assign (
char_type
&
__c1
,
const
char_type
&
__c2
)
[inline, static]
bool eq (
const
char_type
&
__c1
,
const
char_type
&
__c2
)
[inline, static]
bool lt (
const
char_type
&
__c1
,
const
char_type
&
__c2
)
[inline, static]
int compare (
const
char_type
*
__s1
,
const
char_type
*
__s2
,
size_t
__n
)
[inline, static]
size_t length (
const
char_type
*
__s
)
[inline, static]
const
char_type
* find (
const
char_type
*
__s
,
size_t
__n
,
const
char_type
&
__a
)
[inline, static]
char_type
* move (
char_type
*
__s1
,
const
char_type
*
__s2
,
size_t
__n
)
[inline, static]
char_type
* copy (
char_type
*
__s1
,
const
char_type
*
__s2
,
size_t
__n
)
[inline, static]
char_type
* assign (
char_type
*
__s
,
size_t
__n
,
char_type
__a
)
[inline, static]
char_type
to_char_type (
const
int_type
&
__c
)
[inline, static]
int_type
to_int_type (
const
char_type
&
__c
)
[inline, static]
bool eq_int_type (
const
int_type
&
__c1
,
const
int_type
&
__c2
)
[inline, static]
int_type
eof (
)
[inline, static]
int_type
not_eof (
const
int_type
&
__c
)
[inline, static]
The documentation for this struct was generated from the following file:
char_traits.h
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by
1.2.6 written by
Dimitri van Heesch
, © 1997-2001