Public Member Functions | |
function (std::locale loc) | |
Cache the locale. | |
bool | isalnum (char ch) const |
char | tolower (char ch) const |
Definition at line 69 of file word_count.cpp.
bool function::isalnum | ( | char | ch | ) | const [inline] |
Test for alphanumeric
ch | the character to test |
ch
is alphanumeric in the locale Definition at line 77 of file word_count.cpp.
Referenced by non_letter::operator()().
char function::tolower | ( | char | ch | ) | const [inline] |
Convert to lowercase
ch | the character to convert |
Definition at line 82 of file word_count.cpp.
Referenced by lowercase::operator()().