__gnu_cxx::character
__gnu_cxx::character
Section: C Library Functions (3) Updated: 27 Aug 2009 Local index
Up
NAME
__gnu_cxx::character -
A POD class that serves as a character abstraction class.
SYNOPSIS
Public Types
typedef character< V, I, S > char_type
typedef I int_type
typedef S state_type
typedef V value_type
Static Public Member Functions
template<typename V2 > static char_type from (const V2 &v)
template<typename V2 > static V2 to (const char_type &c)
Public Attributes
value_type value
Detailed Description
template<typename V, typename I, typename S = mbstate_t> struct __gnu_cxx::character< V, I, S >
Definition at line 50 of file pod_char_traits.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Types
-
- Static Public Member Functions
-
- Public Attributes
-
- Detailed Description
-
- template<typename V, typename I, typename S = mbstate_t> struct __gnu_cxx::character< V, I, S >
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 22:37:26 GMT, April 16, 2011