LibreOffice Module extensions (master) 1
Public Member Functions | Public Attributes | Private Member Functions | List of all members
VarDesc Class Reference

#include <windata.hxx>

Public Member Functions

 VarDesc (ITypeInfo *pTypeInfo)
 
 ~VarDesc ()
 
VARDESC * operator-> ()
 
VARDESC ** operator& ()
 
 operator VARDESC * ()
 

Public Attributes

CComPtr< ITypeInfo > m_pTypeInfo
 
VARDESC * m_pVarDesc
 

Private Member Functions

VARDESC * operator= (const VarDesc *)
 
 VarDesc (const VarDesc &)
 

Detailed Description

Definition at line 43 of file windata.hxx.

Constructor & Destructor Documentation

◆ VarDesc() [1/2]

VarDesc::VarDesc ( const VarDesc )
private

◆ VarDesc() [2/2]

VarDesc::VarDesc ( ITypeInfo *  pTypeInfo)
inlineexplicit

Definition at line 52 of file windata.hxx.

◆ ~VarDesc()

VarDesc::~VarDesc ( )
inline

Definition at line 58 of file windata.hxx.

References m_pTypeInfo, and m_pVarDesc.

Member Function Documentation

◆ operator VARDESC *()

VarDesc::operator VARDESC * ( )
inline

Definition at line 76 of file windata.hxx.

References m_pVarDesc.

◆ operator&()

VARDESC ** VarDesc::operator& ( )
inline

Definition at line 71 of file windata.hxx.

References m_pVarDesc.

◆ operator->()

VARDESC * VarDesc::operator-> ( )
inline

Definition at line 66 of file windata.hxx.

References m_pVarDesc.

◆ operator=()

VARDESC * VarDesc::operator= ( const VarDesc )
private

Member Data Documentation

◆ m_pTypeInfo

CComPtr< ITypeInfo > VarDesc::m_pTypeInfo

Definition at line 49 of file windata.hxx.

Referenced by ~VarDesc().

◆ m_pVarDesc

VARDESC* VarDesc::m_pVarDesc

Definition at line 50 of file windata.hxx.

Referenced by operator VARDESC *(), operator&(), operator->(), and ~VarDesc().


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