C++ wrapper for typelib_TypeDescription.
More...
#include <typedescription.hxx>
List of all members.
Detailed Description
C++ wrapper for typelib_TypeDescription.
Constructors by name, type, type description reference will get the full type description.
- See also:
- typelib_TypeDescription
Constructor & Destructor Documentation
com::sun::star::uno::TypeDescription::TypeDescription |
( |
typelib_TypeDescription * |
pTypeDescr = 0 | ) |
throw () [inline] |
Constructor:
- Parameters:
-
pTypeDescr | a type description |
Constructor:
- Parameters:
-
pTypeDescrRef | a type description reference |
com::sun::star::uno::TypeDescription::TypeDescription |
( |
const TypeDescription & |
rDescr | ) |
throw () [inline] |
Copy constructor:
- Parameters:
-
com::sun::star::uno::TypeDescription::TypeDescription |
( |
rtl_uString * |
pTypeName | ) |
throw () [inline] |
com::sun::star::uno::TypeDescription::TypeDescription |
( |
const ::rtl::OUString & |
rTypeName | ) |
throw () [inline] |
com::sun::star::uno::TypeDescription::~TypeDescription |
( |
| ) |
throw () [inline] |
Destructor: releases type description.
Member Function Documentation
Tests whether two type descriptions are equal.
- Parameters:
-
pTypeDescr | another type description |
- Returns:
- true, if both type descriptions are equal, false otherwise
sal_Bool com::sun::star::uno::TypeDescription::equals |
( |
const TypeDescription & |
rTypeDescr | ) |
const throw () [inline] |
Tests whether two type descriptions are equal.
- Parameters:
-
rTypeDescr | another type description |
- Returns:
- true, if both type descriptions are equal, false otherwise
Gets the UNacquired type description pointer.
- Returns:
- stored pointer of type description
sal_Bool com::sun::star::uno::TypeDescription::is |
( |
| ) |
const throw () [inline] |
Tests if a type description is set.
- Returns:
- true, if a type description is set, false otherwise
void com::sun::star::uno::TypeDescription::makeComplete |
( |
| ) |
const throw () [inline] |
Makes stored type description complete.
Assignment operator: acquires given type description and releases a set one.
- Parameters:
-
pTypeDescr | another type description |
- Returns:
- this TypeDescription
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: