The implementation of the string manipulation functions the unit tests use. More...
Include dependency graph for consolestringmanipulation.cpp:Go to the source code of this file.
Namespaces | |
| Mezzanine | |
| The bulk of the engine components go in this namspace. | |
| Mezzanine::Testing | |
| This contains all the items (except the tests themselves) that make the unit tests work. | |
Functions | |
| char * | Mezzanine::Testing::AllLower (char *StringToConvert) |
| Makes a c style stron all lowercase with respect to the current locale. More... | |
| String | Mezzanine::Testing::AllLower (String StringToConvert) |
| Mezzanine::String | Mezzanine::Testing::BoolToString (bool i) |
| Get a String Corresponding to a passed bool. More... | |
| String | Mezzanine::Testing::MakePadding (Mezzanine::String Leader, unsigned int Column) |
| Creates some blank spaces, useful for controlling the vertical location of console text. More... | |
| String | Mezzanine::Testing::rtrim (const Mezzanine::String &t) |
| Take the whitespace off the end of a String. More... | |
The implementation of the string manipulation functions the unit tests use.
Definition in file consolestringmanipulation.cpp.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.