Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
string_constants.hh File Reference

Commonly used string constants. More...

#include <string>

Namespaces

 utility
 comment 0
 

Functions

static std::string const utility::UPPERCASE_LETTERS ("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
 
static std::string const utility::LOWERCASE_LETTERS ("abcdefghijklmnopqrstuvwxyz")
 
static std::string const utility::LETTERS (UPPERCASE_LETTERS+LOWERCASE_LETTERS)
 
static std::string const utility::NUMERALS ("0123456789")
 
static std::string const utility::UPPERCASE_ALPHANUMERICS (UPPERCASE_LETTERS+NUMERALS)
 
static std::string const utility::LOWERCASE_ALPHANUMERICS (LOWERCASE_LETTERS+NUMERALS)
 
static std::string const utility::ALPHANUMERICS (LETTERS+NUMERALS)
 

Detailed Description

Commonly used string constants.

Author
Labonte JWLab.nosp@m.onte.nosp@m.@jhu..nosp@m.edu