|
TrueReality
v0.1.1912
|
A functor which tests if a character is whitespace. More...
#include <StringUtils.h>


Public Member Functions | |
| IsSpace (const std::locale &loc=std::locale(DEFAULT_LOCALE_NAME.c_str())) | |
| const std::locale & | GetLocale () const |
| bool | operator() (char c) const |
Static Public Attributes | |
| static const std::string | DEFAULT_LOCALE_NAME |
Private Attributes | |
| std::locale | mLocale |
Additional Inherited Members | |
Public Types inherited from trUtil::UnaryFunction< char, bool > | |
| typedef char | argumentType |
| typedef bool | resultType |
A functor which tests if a character is whitespace.
This "predicate" needed to have 'state', the locale member.
Definition at line 132 of file StringUtils.h.
|
inline |
Definition at line 137 of file StringUtils.h.
|
inline |
Definition at line 139 of file StringUtils.h.
|
inline |
Definition at line 140 of file StringUtils.h.
References TR_DISABLE_WARNING_END.
|
static |
Definition at line 136 of file StringUtils.h.
|
private |
Definition at line 143 of file StringUtils.h.