|
Windows C++ Library
|
String utility functions for Windows specific types. More...
#include "Common.hpp"#include "StringUtils.hpp"#include <Core/Tokeniser.hpp>#include <Core/ParseException.hpp>#include "Rect.hpp"Namespaces | |
| namespace | WCL |
The Windows C++ Library namespace. | |
| namespace | Core |
Functions | |
| template<> | |
| tstring | Core::format (const CRect &value) |
| Format a rectangle into a string. | |
| template<> | |
| CRect | Core::parse (const tstring &buffer) |
| Parse a rectangle from a string. | |
String utility functions for Windows specific types.
1.7.6.1