Methods
|
Type( ) throw( ); |
Default 建設者: Type is 始める,決める to 無効の.
|
Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) throw( ); |
建設者: Type is 建設するd by given 指名する and type class.
|
Type( TypeClass eTypeClass, const sal_Char * pTypeName ) throw( ); |
建設者: Type is 建設するd by given 指名する and type class.
|
Type( typelib_TypeDescriptionReference * pType ) throw( ); |
建設者: Type is (copy) 建設するd by given C type description 言及/関連.
|
Type( typelib_TypeDescriptionReference * pType, UnoType_NoAcquire ) throw( ); |
建設者: Type is (copy) 建設するd by given C type description 言及/関連
without acquiring it.
|
Type( typelib_TypeDescriptionReference * pType, __sal_NoAcquire ) throw( ); |
建設者: Type is (copy) 建設するd by given C type description 言及/関連
without acquiring it.
|
Type( const Type & rType ) throw( ); |
Copy 建設者: Type is copy 建設するd by given type.
|
~Type( ) throw( ); |
Destructor: 解放(する)s acquired C type description 言及/関連.
|
Type &
操作者=( const Type & rType ) throw( ); |
Assignment 操作者: Acquires 権利 味方する type and 解放(する)s 以前 始める,決める type.
|
TypeClass
getTypeClass( ) const throw( ); |
Gets the type class of 始める,決める type.
|
::rtl::OUString
getTypeName( ) const throw( ); |
Gets the 指名する of the 始める,決める type.
|
無効の
getDescription( typelib_TypeDescription * * ppDescr ) const throw( ); |
得るs a 十分な type description of 始める,決める type.
|
typelib_TypeDescriptionReference *
getTypeLibType( ) const throw( ); |
Gets the C typelib type description 言及/関連 pointer. Does not acquire the 言及/関連!
|
sal_Bool
isAssignableFrom( const Type & rType ) const throw( ); |
|
sal_Bool
equals( const Type & rType ) const throw( ); |
Compares two types.
|
sal_Bool
操作者==( const Type & rType ) const throw( ); |
Equality 操作者: Compares two types.
|
sal_Bool
操作者!=( const Type & rType ) const throw( ); |
Unequality 操作者: Compares two types.
|