19 #ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_H
20 #define INCLUDED_COM_SUN_STAR_UNO_TYPE_H
23 #include <com/sun/star/uno/TypeClass.hdl>
64 inline static void * SAL_CALL
operator new (
size_t nSize )
SAL_THROW(())
66 inline static void SAL_CALL
operator delete (
void * pMem )
SAL_THROW(())
68 inline static void * SAL_CALL
operator new ( size_t,
void * pMem )
SAL_THROW(())
70 inline static void SAL_CALL
operator delete (
void *,
void * )
SAL_THROW(())
83 inline Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName )
SAL_THROW(());
136 {
return (TypeClass)_pType->eTypeClass; }
215 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const ::com::sun::star::uno::Type * )
SAL_THROW(());
225 inline const ::com::sun::star::uno::Type & SAL_CALL
getVoidCppuType() SAL_THROW(());
231 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuBooleanType() SAL_THROW(());
236 inline const ::com::sun::star::uno::Type & SAL_CALL
getBooleanCppuType() SAL_THROW(());
246 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const
sal_Bool * ) SAL_THROW(());
256 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType(
257 bool const * ) SAL_THROW(());
263 inline const ::com::sun::star::uno::Type & SAL_CALL
getCharCppuType() SAL_THROW(());
268 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuCharType() SAL_THROW(());
279 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const
sal_Int8 * ) SAL_THROW(());
290 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const ::rtl::OUString * ) SAL_THROW(());
301 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const sal_Int16 * ) SAL_THROW(());
312 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const sal_uInt16 * ) SAL_THROW(());
323 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const sal_Int32 * ) SAL_THROW(());
334 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const sal_uInt32 * ) SAL_THROW(());
345 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const sal_Int64 * ) SAL_THROW(());
356 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const sal_uInt64 * ) SAL_THROW(());
367 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const
float * ) SAL_THROW(());
378 inline const ::com::sun::star::uno::Type & SAL_CALL
getCppuType( const
double * ) SAL_THROW(());
398 template< typename T > inline const ::com::sun::star::uno::Type & SAL_CALL
412 template<> inline const ::com::sun::star::uno::Type & SAL_CALL
Holds a weak reference to a type description.
Definition: typedescription.h:40
signed char sal_Int8
Definition: types.h:51
UnoType_NoAcquire
Enum defining UNO_TYPE_NO_ACQUIRE for type description reference transfer.
Definition: Type.h:40
sal_uInt16 sal_Unicode
Definition: types.h:150
TypeClass getTypeClass() const SAL_THROW(())
Gets the type class of set type.
Definition: Type.h:135
bool operator==(const Any &rAny, const C &value) SAL_THROW(())
Template equality operator: compares set value of left side any to right side value.
Definition: Any.hxx:571
SAL_DLLPUBLIC void * rtl_allocateMemory(sal_Size Bytes) SAL_THROW_EXTERN_C()
Allocate memory.
bool operator!=(const Any &rAny, const C &value) SAL_THROW(())
Template unequality operator: compares set value of left side any to right side value.
Definition: Any.hxx:582
const ::com::sun::star::uno::Type & getVoidCppuType() SAL_THROW(())
Gets the meta type of IDL type void.
Definition: Type.hxx:106
const ::com::sun::star::uno::Type & getCppuBooleanType() SAL_THROW(())
Gets the meta type of IDL type boolean.
Definition: Type.hxx:111
const ::com::sun::star::uno::Type & getCppuType(SAL_UNUSED_PARAMETER const ::com::sun::star::uno::Any *) SAL_THROW(())
Gets the meta type of IDL type any.
Definition: Any.h:381
~Type() SAL_THROW(())
Destructor: Releases acquired C type description reference.
Definition: Type.h:121
static typelib_TypeDescriptionReference * s_pType
Definition: Type.h:198
Full type description of a type.
Definition: typedescription.h:71
CPPU_DLLPUBLIC void typelib_typedescriptionreference_getDescription(typelib_TypeDescription **ppRet, typelib_TypeDescriptionReference *pRef) SAL_THROW_EXTERN_C()
Retrieves the type description for a given reference.
CPPU_DLLPUBLIC sal_Bool typelib_typedescriptionreference_equals(const typelib_TypeDescriptionReference *p1, const typelib_TypeDescriptionReference *p2) SAL_THROW_EXTERN_C()
Tests whether two types description references are equal, i.e.
unsigned char sal_Bool
Definition: types.h:46
__sal_NoAcquire
Definition: types.h:384
CPPU_DLLPUBLIC sal_Bool typelib_typedescriptionreference_isAssignableFrom(typelib_TypeDescriptionReference *pAssignable, typelib_TypeDescriptionReference *pFrom) SAL_THROW_EXTERN_C()
Tests if values of type pAssignable can be assigned by values of type pFrom.
This enum value can be used for creating a Type object granting a given type description reference...
Definition: Type.h:45
bool equals(const Type &rType) const SAL_THROW(())
Compares two types.
Definition: Type.h:174
const ::com::sun::star::uno::Type & getCharCppuType() SAL_THROW(())
Gets the meta type of IDL type char.
Definition: Type.hxx:130
const ::com::sun::star::uno::Type & getCppuVoidType() SAL_THROW(())
Gets the meta type of IDL type void.
Definition: Type.hxx:102
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:603
SAL_DLLPUBLIC void rtl_freeMemory(void *Ptr) SAL_THROW_EXTERN_C()
Free memory.
char sal_Char
A legacy synonym for char.
Definition: types.h:128
typelib_TypeDescriptionReference * getTypeLibType() const SAL_THROW(())
Gets the C typelib type description reference pointer.
Definition: Type.h:155
const ::com::sun::star::uno::Type & getCppuCharType() SAL_THROW(())
Gets the meta type of IDL type char.
Definition: Type.hxx:134
rtl::OUString getTypeName(rtl::OUString const &rEnvDcp)
Get the OBI type part of an environment descriptor.
Definition: EnvDcp.hxx:38
#define SAL_THROW(x)
Exception specification documentation.
Definition: types.h:361
Helper class to specify a type pointer for idl arrays.
Definition: Type.h:195
C++ class representing an IDL meta type.
Definition: Type.h:55
CPPU_DLLPUBLIC void typelib_typedescriptionreference_release(typelib_TypeDescriptionReference *pRef) SAL_THROW_EXTERN_C()
Increments reference count of type description reference.
const ::com::sun::star::uno::Type & getBooleanCppuType() SAL_THROW(())
Gets the meta type of IDL type boolean.
Definition: Type.hxx:115
bool isAssignableFrom(const Type &rType) const SAL_THROW(())
Tests if values of this reflected type can be assigned by values of given type.
Definition: Type.h:166