|
cxWidgets 1.0
|
#include <iostream>#include <vector>#include <string>#include <cassert>#include "../src/cxStringUtils.h"
Functions | |
| std::vector< std::string > | wrapText (const std::string &message, int innerWidth) |
| void | test_wrapping () |
| int | main () |
| int main | ( | ) |
References test_wrapping().
| void test_wrapping | ( | ) |
References wrapText().
Referenced by main().
| std::vector< std::string > wrapText | ( | const std::string & | message, |
| int | innerWidth | ||
| ) |
References cxStringUtils::SplitStringRegex().
Referenced by test_wrapping().