|
gccDppConsole Test C++ SDK
20170920
DPP C++ Console Demonstration
|
#include <stringex.h>
Public Member Functions | |
| stringex (void) | |
| ~stringex (void) | |
| std::string | Format (const char *fmt,...) |
| std::string | MakeUpper (string StdString) |
| std::string | MakeLower (string StdString) |
Definition at line 16 of file stringex.h.
| stringex::stringex | ( | void | ) |
Definition at line 8 of file stringex.cpp.
| stringex::~stringex | ( | void | ) |
Definition at line 12 of file stringex.cpp.
| std::string stringex::Format | ( | const char * | fmt, |
| ... | |||
| ) |
| std::string stringex::MakeLower | ( | string | StdString | ) |
Definition at line 52 of file stringex.cpp.
| std::string stringex::MakeUpper | ( | string | StdString | ) |
Definition at line 42 of file stringex.cpp.
1.7.6.1