GME
13
|
#include <CommonSmart.h>
Public Member Functions | |
template<class T > | |
PutInVariant (T t) | |
template<> | |
PutInVariant (int a) | |
template<> | |
PutInVariant (short a) | |
template<> | |
PutInVariant (unsigned char a) | |
template<> | |
PutInVariant (IDispatch *p) | |
template<> | |
PutInVariant (BSTR p) | |
operator VARIANT () | |
operator CComVariant & () | |
Public Attributes | |
CComVariant | v |
Definition at line 401 of file CommonSmart.h.
PutInVariant::PutInVariant | ( | T | t | ) | [inline] |
Definition at line 405 of file CommonSmart.h.
PutInVariant::PutInVariant | ( | int | a | ) | [inline] |
Definition at line 407 of file CommonSmart.h.
PutInVariant::PutInVariant | ( | short | a | ) | [inline] |
Definition at line 408 of file CommonSmart.h.
PutInVariant::PutInVariant | ( | unsigned char | a | ) | [inline] |
Definition at line 409 of file CommonSmart.h.
PutInVariant::PutInVariant | ( | IDispatch * | p | ) | [inline] |
Definition at line 410 of file CommonSmart.h.
PutInVariant::PutInVariant | ( | BSTR | p | ) | [inline] |
Definition at line 411 of file CommonSmart.h.
PutInVariant::operator CComVariant & | ( | ) | [inline] |
Definition at line 414 of file CommonSmart.h.
PutInVariant::operator VARIANT | ( | ) | [inline] |
Definition at line 413 of file CommonSmart.h.
CComVariant PutInVariant::v |
Definition at line 416 of file CommonSmart.h.