Windows C++ Library
Namespaces | Defines | Functions
StringUtils.hpp File Reference

String utility functions for Windows specific types. More...

#include <Core/StringUtils.hpp>

Namespaces

namespace  WCL
 

The Windows C++ Library namespace.


namespace  Core

Defines

#define BSTR2W(bstr)   WCL::BstrToWide(bstr)
 Convert a BSTR to a safe C++ wide character string.

Functions

const wchar_t * WCL::BstrToWide (const BSTR bstr)
 Convert a BSTR to a C-style wide character string.
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

Define Documentation

#define BSTR2W (   bstr)    WCL::BstrToWide(bstr)

Convert a BSTR to a safe C++ wide character string.