| CppUnit project page | FAQ | CppUnit home page |
#include <StringTools.h>
Public Types | |
| typedef CppUnitVector < std::string > | Strings |
Static Public Member Functions | |
| static std::string CPPUNIT_API | toString (int value) |
| static std::string CPPUNIT_API | toString (double value) |
| static Strings CPPUNIT_API | split (const std::string &text, char separator) |
| static std::string CPPUNIT_API | wrap (const std::string &text, int wrapColumn=CPPUNIT_WRAP_COLUMN) |
| typedef CppUnitVector<std::string> StringTools::Strings |
| CPPUNIT_NS_BEGIN std::string StringTools::toString | ( | int | value | ) | [static] |
| std::string StringTools::toString | ( | double | value | ) | [static] |
| StringTools::Strings StringTools::split | ( | const std::string & | text, | |
| char | separator | |||
| ) | [static] |
| std::string StringTools::wrap | ( | const std::string & | text, | |
| int | wrapColumn = CPPUNIT_WRAP_COLUMN | |||
| ) | [static] |
|
|
hosts this site. |
Send comments to: CppUnit Developers |