Windows C++ Library
Classes | Namespaces | Functions
Variant.hpp File Reference

The Variant class declaration. More...

#include "ComStr.hpp"

Classes

class  WCL::Variant
 A wrapper facade for the VARIANT type. More...

Namespaces

namespace  WCL
 

The Windows C++ Library namespace.


Functions

template<typename T >
WCL::getValue (const Variant &value)
 Helper function to get the variant value as a tstring.
template<>
tstring WCL::getValue (const Variant &value)
 Helper function to get the variant value as a tstring.

Detailed Description

The Variant class declaration.

Author:
Chris Oldwood