Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs | Functions
char.functions.hh File Reference
#include <iosfwd>

Namespaces

 ObjexxFCL
 

Typedefs

typedef char const * ObjexxFCL::c_cstring
 

Functions

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...
 
bool ObjexxFCL::lge (char const s, char const t)
 ASCII Lexical >= Comparison. More...
 
bool ObjexxFCL::lgt (char const s, char const t)
 ASCII Lexical < Comparison. More...
 
bool ObjexxFCL::lle (char const s, char const t)
 ASCII Lexical <= Comparison. More...
 
bool ObjexxFCL::llt (char const s, char const t)
 ASCII Lexical < Comparison. More...
 
int ObjexxFCL::ICHAR (char const s)
 Integer Value of a Given One-Character Fstring. More...
 
int ObjexxFCL::IACHAR (char const s)
 ASCII Integer Value for a Given One-Character Fstring. More...
 
char & ObjexxFCL::lowercase (char &c)
 Lowercase a Character. More...
 
char & ObjexxFCL::uppercase (char &c)
 Uppercase a Character. More...
 
char ObjexxFCL::space ()
 Space 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...