|
Windows C++ Library
|
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 > | |
| 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. | |
The Variant class declaration.
1.7.6.1