/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

Definition at line 24 of file locale.


Function Documentation

template<class _CharT>
bool isalnum ( _CharT  c,
const locale loc 
) [inline]

Definition at line 121 of file locale.

References ctype_base::alnum, and use_facet().

template<class _CharT>
bool isalpha ( _CharT  c,
const locale loc 
) [inline]

Definition at line 105 of file locale.

References ctype_base::alpha, and use_facet().

template<class _CharT>
bool iscntrl ( _CharT  c,
const locale loc 
) [inline]

Definition at line 93 of file locale.

References ctype_base::cntrl, and use_facet().

template<class _CharT>
bool isdigit ( _CharT  c,
const locale loc 
) [inline]

Definition at line 109 of file locale.

References ctype_base::digit, and use_facet().

template<class _CharT>
bool isgraph ( _CharT  c,
const locale loc 
) [inline]

Definition at line 125 of file locale.

References ctype_base::graph, and use_facet().

template<class _CharT>
bool islower ( _CharT  c,
const locale loc 
) [inline]

Definition at line 101 of file locale.

References ctype_base::lower, and use_facet().

template<class _CharT>
bool isprint ( _CharT  c,
const locale loc 
) [inline]

Definition at line 89 of file locale.

References ctype_base::print, and use_facet().

template<class _CharT>
bool ispunct ( _CharT  c,
const locale loc 
) [inline]

Definition at line 113 of file locale.

References ctype_base::punct, and use_facet().

template<class _CharT>
_STLP_BEGIN_NAMESPACE bool isspace ( _CharT  c,
const locale loc 
) [inline]

Definition at line 85 of file locale.

References ctype_base::space, and use_facet().

template<class _CharT>
bool isupper ( _CharT  c,
const locale loc 
) [inline]

Definition at line 97 of file locale.

References ctype_base::upper, and use_facet().

template<class _CharT>
bool isxdigit ( _CharT  c,
const locale loc 
) [inline]

Definition at line 117 of file locale.

References use_facet(), and ctype_base::xdigit.

template<class _CharT>
_CharT tolower ( _CharT  c,
const locale loc 
) [inline]

Definition at line 133 of file locale.

References use_facet().

template<class _CharT>
_CharT toupper ( _CharT  c,
const locale loc 
) [inline]

Definition at line 129 of file locale.

References use_facet().



Generated on Mon Mar 10 15:32:48 2008 by  doxygen 1.5.1