C++ wrapper for typelib_TypeDescription.
More...
#include <typedescription.hxx>
C++ wrapper for typelib_TypeDescription.
Constructors by name, type, type description reference will get the full type description.
- See also
- typelib_TypeDescription
◆ TypeDescription() [1/6]
Constructor:
- Parameters
-
pTypeDescr | a type description |
◆ TypeDescription() [2/6]
Constructor:
- Parameters
-
pTypeDescrRef | a type description reference |
◆ TypeDescription() [3/6]
com::sun::star::uno::TypeDescription::TypeDescription |
( |
const css::uno::Type & |
rType | ) |
|
|
inline |
◆ TypeDescription() [4/6]
com::sun::star::uno::TypeDescription::TypeDescription |
( |
const TypeDescription & |
rDescr | ) |
|
|
inline |
Copy constructor:
- Parameters
-
◆ TypeDescription() [5/6]
com::sun::star::uno::TypeDescription::TypeDescription |
( |
rtl_uString * |
pTypeName | ) |
|
|
inline |
◆ TypeDescription() [6/6]
com::sun::star::uno::TypeDescription::TypeDescription |
( |
const ::rtl::OUString & |
rTypeName | ) |
|
|
inline |
◆ ~TypeDescription()
com::sun::star::uno::TypeDescription::~TypeDescription |
( |
| ) |
|
|
inline |
Destructor: releases type description.
◆ equals() [1/2]
Tests whether two type descriptions are equal.
- Parameters
-
pTypeDescr | another type description |
- Returns
- true, if both type descriptions are equal, false otherwise
◆ equals() [2/2]
bool com::sun::star::uno::TypeDescription::equals |
( |
const TypeDescription & |
rTypeDescr | ) |
const |
|
inline |
Tests whether two type descriptions are equal.
- Parameters
-
rTypeDescr | another type description |
- Returns
- true, if both type descriptions are equal, false otherwise
◆ get()
Gets the UNacquired type description pointer.
- Returns
- stored pointer of type description
◆ is()
bool com::sun::star::uno::TypeDescription::is |
( |
| ) |
const |
|
inline |
Tests if a type description is set.
- Returns
- true, if a type description is set, false otherwise
◆ makeComplete()
void com::sun::star::uno::TypeDescription::makeComplete |
( |
| ) |
const |
|
inline |
Makes stored type description complete.
◆ operator=() [1/2]
Assignment operator: acquires given type description and releases a set one.
- Parameters
-
pTypeDescr | another type description |
- Returns
- this TypeDescription
◆ operator=() [2/2]
Assignment operator: acquires given type description and releases a set one.
- Parameters
-
rTypeDescr | another type description |
- Returns
- this TypeDescription
The documentation for this class was generated from the following file: