Windows C++ Library
Namespaces | Functions
StringUtils.cpp File Reference

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.

Detailed Description

String utility functions for Windows specific types.

Author:
Chris Oldwood