Methods of Class TypeDescription
- TypeDescription
- TypeDescription(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Constructor:
- Parameters
pTypeDescr |
a type description
|
- TypeDescription
- TypeDescription(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Constructor:
- Parameters
pTypeDescrRef |
a type description reference
|
- TypeDescription
- TypeDescription(
const ::com::sun::star::uno::Type & |
rType ) throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Constructor:
- Parameters
-
- TypeDescription
- TypeDescription(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Copy constructor:
- Parameters
rDescr |
another TypeDescription
|
- TypeDescription
- TypeDescription(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Constructor:
- Parameters
-
- TypeDescription
- TypeDescription(
const ::rtl::OUString & |
rTypeName ) throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Constructor:
- Parameters
-
- ~TypeDescription
- ~TypeDescription() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Destructor: releases type description
- operator=
- TypeDescription & operator=(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Assignment operator: acquires given type description and releases a set one.
- Parameters
pTypeDescr |
another type description
|
- Return
- this TypeDescription
- operator=
- TypeDescription & operator=(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Assignment operator: acquires given type description and releases a set one.
- Parameters
rTypeDescr |
another type description
|
- Return
- this TypeDescription
- equals
- sal_Bool equals(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Tests whether two type descriptions are equal.
- Parameters
pTypeDescr |
another type description
|
- Return
- true, if both type descriptions are equal, false otherwise
- equals
- sal_Bool equals(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Tests whether two type descriptions are equal.
- Parameters
rTypeDescr |
another type description
|
- Return
- true, if both type descriptions are equal, false otherwise
- makeComplete
- void makeComplete() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Makes stored type description complete.
- get
- typelib_TypeDescription * get() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Gets the UNacquired type description pointer.
- Return
- stored pointer of type description
- is
- sal_Bool is() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Tests if a type description is set.
- Return
- true, if a type description is set, false otherwise
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.