webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
COMVariant Class Reference

#include <COMVariantSetter.h>

Public Member Functions

 COMVariant ()
 
template<typename UnderlyingType >
 COMVariant (UnderlyingType value)
 
 ~COMVariant ()
 
 COMVariant (const COMVariant &other)
 
COMVariantoperator= (const COMVariant &other)
 
VARIANT * operator & ()
 
VARIANT * operator-> ()
 
void copyTo (VARIANT *dest) const
 
VARENUM variantType () const
 

Constructor & Destructor Documentation

◆ COMVariant() [1/3]

COMVariant::COMVariant ( )
inline

◆ COMVariant() [2/3]

template<typename UnderlyingType >
COMVariant::COMVariant ( UnderlyingType  value)
inline

◆ ~COMVariant()

COMVariant::~COMVariant ( )
inline

◆ COMVariant() [3/3]

COMVariant::COMVariant ( const COMVariant other)
inline

Member Function Documentation

◆ copyTo()

void COMVariant::copyTo ( VARIANT *  dest) const
inline

◆ operator &()

VARIANT* COMVariant::operator& ( )
inline

◆ operator->()

VARIANT* COMVariant::operator-> ( )
inline

◆ operator=()

COMVariant& COMVariant::operator= ( const COMVariant other)
inline

◆ variantType()

VARENUM COMVariant::variantType ( ) const
inline

The documentation for this class was generated from the following file: