/home/ntakagi/work/STLport-5.1.5/stlport/locale File Reference#include <stl/_prolog.h>
#include <stl/_ioserr.h>
#include <stl/_ctype.h>
#include <stl/_codecvt.h>
#include <stl/_collate.h>
#include <stl/_num_put.h>
#include <stl/_num_get.h>
#include <stl/_monetary.h>
#include <stl/_time_facets.h>
#include <stl/_messages_facets.h>
#include <stl/_istream.h>
#include <stl/_epilog.h>
Go to the source code of this file.
|
Defines |
#define | _STLP_OUTERMOST_HEADER_ID 0x1041 |
Functions |
template<class _CharT> |
_STLP_BEGIN_NAMESPACE bool | isspace (_CharT c, const locale &loc) |
template<class _CharT> |
bool | isprint (_CharT c, const locale &loc) |
template<class _CharT> |
bool | iscntrl (_CharT c, const locale &loc) |
template<class _CharT> |
bool | isupper (_CharT c, const locale &loc) |
template<class _CharT> |
bool | islower (_CharT c, const locale &loc) |
template<class _CharT> |
bool | isalpha (_CharT c, const locale &loc) |
template<class _CharT> |
bool | isdigit (_CharT c, const locale &loc) |
template<class _CharT> |
bool | ispunct (_CharT c, const locale &loc) |
template<class _CharT> |
bool | isxdigit (_CharT c, const locale &loc) |
template<class _CharT> |
bool | isalnum (_CharT c, const locale &loc) |
template<class _CharT> |
bool | isgraph (_CharT c, const locale &loc) |
template<class _CharT> |
_CharT | toupper (_CharT c, const locale &loc) |
template<class _CharT> |
_CharT | tolower (_CharT c, const locale &loc) |
Define Documentation
#define _STLP_OUTERMOST_HEADER_ID 0x1041 |
Function Documentation
template<class _CharT>
bool isalnum |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool isalpha |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool iscntrl |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool isdigit |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool isgraph |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool islower |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool isprint |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool ispunct |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
_STLP_BEGIN_NAMESPACE bool isspace |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool isupper |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
bool isxdigit |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
_CharT tolower |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
template<class _CharT>
_CharT toupper |
( |
_CharT |
c, |
|
|
const locale & |
loc | |
|
) |
| | [inline] |
Generated on Mon Mar 10 15:32:48 2008 by
1.5.1
|