Rosetta
 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>

Go to the source code of this file.

Namespaces

 utility
 unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 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

Definition in file string_constants.hh.