|
cxWidgets 1.0
|
#include "cxStringUtils.h"#include <iostream>#include <vector>#include <string>#include <cassert>
Functions | |
| void | test_TrimSpaces () |
| void | test_strToUpper () |
| void | test_strToLower () |
| void | test_Replace () |
| int | main () |
| int main | ( | ) |
References test_Replace(), test_strToLower(), test_strToUpper(), and test_TrimSpaces().
| void test_Replace | ( | ) |
References cxStringUtils::Replace().
Referenced by main().
| void test_strToLower | ( | ) |
References cxStringUtils::strToLower().
Referenced by main().
| void test_strToUpper | ( | ) |
References cxStringUtils::strToUpper().
Referenced by main().
| void test_TrimSpaces | ( | ) |
References cxStringUtils::TrimSpaces().
Referenced by main().