LibreOffice
LibreOffice 4.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Type.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_H
20 #define INCLUDED_COM_SUN_STAR_UNO_TYPE_H
21 
23 #include <com/sun/star/uno/TypeClass.hdl>
24 #include <rtl/ustring.hxx>
25 #include <rtl/alloc.h>
26 
27 
28 namespace com
29 {
30 namespace sun
31 {
32 namespace star
33 {
34 namespace uno
35 {
36 
40 {
45 };
46 
55 {
59 
60 public:
62  // these are here to force memory de/allocation to sal lib.
63  inline static void * SAL_CALL operator new ( size_t nSize )
64  { return ::rtl_allocateMemory( nSize ); }
65  inline static void SAL_CALL operator delete ( void * pMem )
66  { ::rtl_freeMemory( pMem ); }
67  inline static void * SAL_CALL operator new ( size_t, void * pMem )
68  { return pMem; }
69  inline static void SAL_CALL operator delete ( void *, void * )
70  {}
72 
75  inline Type();
76 
82  inline Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName );
83 
89  inline Type( TypeClass eTypeClass, const sal_Char * pTypeName );
90 
95  inline Type( typelib_TypeDescriptionReference * pType );
96 
110  inline Type( typelib_TypeDescriptionReference * pType, __sal_NoAcquire dummy );
111 
116  inline Type( const Type & rType );
117 
120  inline ~Type()
122 
128  inline Type & SAL_CALL operator = ( const Type & rType );
129 
134  inline TypeClass SAL_CALL getTypeClass() const
135  { return (TypeClass)_pType->eTypeClass; }
136 
141  inline ::rtl::OUString SAL_CALL getTypeName() const;
142 
147  inline void SAL_CALL getDescription( typelib_TypeDescription ** ppDescr ) const
149 
155  { return _pType; }
156 
165  inline bool SAL_CALL isAssignableFrom( const Type & rType ) const
167 
173  inline bool SAL_CALL equals( const Type & rType ) const
174  { return ::typelib_typedescriptionreference_equals( _pType, rType._pType ); }
180  inline bool SAL_CALL operator == ( const Type & rType ) const
181  { return ::typelib_typedescriptionreference_equals( _pType, rType._pType ); }
187  inline bool SAL_CALL operator != ( const Type & rType ) const
188  { return (! ::typelib_typedescriptionreference_equals( _pType, rType._pType )); }
189 };
190 
193 template< class T >
194 class Array
195 {
196 public:
198 };
199 
200 }
201 }
202 }
203 }
204 
214 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const ::com::sun::star::uno::Type * );
215 
219 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuVoidType();
224 inline const ::com::sun::star::uno::Type & SAL_CALL getVoidCppuType();
225 
230 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuBooleanType();
235 inline const ::com::sun::star::uno::Type & SAL_CALL getBooleanCppuType();
245 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Bool * );
255 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType(
256  bool const * );
257 
262 inline const ::com::sun::star::uno::Type & SAL_CALL getCharCppuType();
267 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuCharType();
268 
278 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int8 * );
279 
289 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const ::rtl::OUString * );
290 
300 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int16 * );
301 
311 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_uInt16 * );
312 
322 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int32 * );
323 
333 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_uInt32 * );
334 
344 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int64 * );
345 
355 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_uInt64 * );
356 
366 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const float * );
367 
377 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const double * );
378 
397 template< typename T > inline const ::com::sun::star::uno::Type & SAL_CALL
398 getCppuType();
399 
411 template<> inline const ::com::sun::star::uno::Type & SAL_CALL
413 
414 #endif
415 
416 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
bool operator==(const Any &rAny, const C &value)
Template equality operator: compares set value of left side any to right side value.
Definition: Any.hxx:563
UnoType_NoAcquire
Enum defining UNO_TYPE_NO_ACQUIRE for type description reference transfer.
Definition: Type.h:39
unsigned char sal_Bool
Definition: types.h:48
const ::com::sun::star::uno::Type & getCppuBooleanType()
Gets the meta type of IDL type boolean.
Definition: Type.hxx:110
const ::com::sun::star::uno::Type & getCppuType< sal_Unicode >()
Gets the meta type of IDL type char.
Definition: Type.hxx:195
~Type()
Destructor: Releases acquired C type description reference.
Definition: Type.h:120
This enum value can be used for creating a Type object granting a given type description reference...
Definition: Type.h:44
Helper class to specify a type pointer for idl arrays.
Definition: Type.h:194
__sal_NoAcquire
Definition: types.h:368
SAL_DLLPUBLIC void rtl_freeMemory(void *Ptr) SAL_THROW_EXTERN_C()
Free memory.
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.
rtl::OUString getTypeName(rtl::OUString const &rEnvDcp)
Get the OBI type part of an environment descriptor.
Definition: EnvDcp.hxx:38
char sal_Char
A legacy synonym for char.
Definition: types.h:130
const ::com::sun::star::uno::Type & getCppuCharType()
Gets the meta type of IDL type char.
Definition: Type.hxx:133
const ::com::sun::star::uno::Type & getCharCppuType()
Gets the meta type of IDL type char.
Definition: Type.hxx:129
Holds a weak reference to a type description.
Definition: typedescription.h:40
typelib_TypeDescriptionReference * getTypeLibType() const
Gets the C typelib type description reference pointer.
Definition: Type.h:154
static typelib_TypeDescriptionReference * s_pType
Definition: Type.h:197
const ::com::sun::star::uno::Type & getCppuVoidType()
Gets the meta type of IDL type void.
Definition: Type.hxx:101
void getDescription(typelib_TypeDescription **ppDescr) const
Obtains a full type description of set type.
Definition: Type.h:147
bool operator!=(const Any &rAny, const C &value)
Template unequality operator: compares set value of left side any to right side value.
Definition: Any.hxx:574
bool equals(const Type &rType) const
Compares two types.
Definition: Type.h:173
C++ class representing an IDL meta type.
Definition: Type.h:54
CPPU_DLLPUBLIC void typelib_typedescriptionreference_getDescription(typelib_TypeDescription **ppRet, typelib_TypeDescriptionReference *pRef) SAL_THROW_EXTERN_C()
Retrieves the type description for a given reference.
TypeClass getTypeClass() const
Gets the type class of set type.
Definition: Type.h:134
signed char sal_Int8
Definition: types.h:53
Full type description of a type.
Definition: typedescription.h:71
bool isAssignableFrom(const Type &rType) const
Tests if values of this reflected type can be assigned by values of given type.
Definition: Type.h:165
const ::com::sun::star::uno::Type & getBooleanCppuType()
Gets the meta type of IDL type boolean.
Definition: Type.hxx:114
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.
CPPU_DLLPUBLIC void typelib_typedescriptionreference_release(typelib_TypeDescriptionReference *pRef) SAL_THROW_EXTERN_C()
Increments reference count of type description reference.
SAL_DLLPUBLIC void * rtl_allocateMemory(sal_Size Bytes) SAL_THROW_EXTERN_C()
Allocate memory.
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:588
const ::com::sun::star::uno::Type & getCppuType(const ::com::sun::star::uno::Type *)
Gets the meta type of IDL type "type".
const ::com::sun::star::uno::Type & getVoidCppuType()
Gets the meta type of IDL type void.
Definition: Type.hxx:105