|
LibreOffice Module comphelper (master) 1
|
#include <typedescriptionref.hxx>
Public Member Functions | |
| TypeDescriptionRef (typelib_TypeDescriptionReference *typeDef) | |
| ~TypeDescriptionRef () | |
| typelib_TypeDescription * | get () |
| typelib_TypeDescription * | operator-> () |
| bool | is () |
| bool | equals (const TypeDescriptionRef &other) const |
Private Attributes | |
| typelib_TypeDescription * | typeDescr = nullptr |
Definition at line 28 of file typedescriptionref.hxx.
|
inline |
Definition at line 31 of file typedescriptionref.hxx.
References typeDescr.
|
inline |
Definition at line 35 of file typedescriptionref.hxx.
References typeDescr.
|
inline |
Definition at line 39 of file typedescriptionref.hxx.
References typeDescr, and typelib_typedescription_equals().
|
inline |
Definition at line 36 of file typedescriptionref.hxx.
References typeDescr.
|
inline |
Definition at line 38 of file typedescriptionref.hxx.
References typeDescr.
|
inline |
Definition at line 37 of file typedescriptionref.hxx.
References typeDescr.
|
private |
Definition at line 46 of file typedescriptionref.hxx.
Referenced by equals(), get(), is(), operator->(), TypeDescriptionRef(), and ~TypeDescriptionRef().