Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
char.functions.cc File Reference
#include <ObjexxFCL/char.functions.hh>
#include <cctype>
#include <cstddef>
#include <cstring>
#include <string>

Namespaces

 ObjexxFCL
 

Functions

char const ObjexxFCL::SPACE ( ' ')
 
bool ObjexxFCL::equal (char const c, char const d, bool const exact_case)
 char == char Case-Optionally? More...
 
bool ObjexxFCL::equali (char const c, char const d)
 char == char Case-Insensitively More...
 
bool ObjexxFCL::is_blank (char const c)
 Character is Blank? More...
 
bool ObjexxFCL::not_blank (char const c)
 Character is Not Blank? More...
 
bool ObjexxFCL::is_any_of (char const c, std::string const &s)
 Character is in a string? More...
 
bool ObjexxFCL::is_any_of (char const c, c_cstring const s)
 Character is in a cstring? More...
 
char & ObjexxFCL::lowercase (char &c)
 Lowercase a Character. More...
 
char & ObjexxFCL::uppercase (char &c)
 Uppercase a Character. More...
 
char ObjexxFCL::lowercased (char const c)
 Lowercased Copy of a Character. More...
 
char ObjexxFCL::uppercased (char const c)
 Uppercased Copy of a Character. More...