19 #ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX 20 #define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX 28 #include "com/sun/star/uno/XInterface.hpp" 43 static_cast< XInterface * >( pCppI )->acquire();
48 static_cast< XInterface * >( pCppI )->release();
58 * reinterpret_cast< const Type * >( &pType ) ) );
61 XInterface * pRet = static_cast< XInterface * >( aRet.pReserved );
62 aRet.pReserved = NULL;
66 catch (RuntimeException &)
type class of interface
Definition: typeclass.h:79
void cpp_release(void *pCppI)
Function to release a C++ interface.
Definition: genfunc.hxx:46
C++ class representing an IDL any.
Definition: Any.h:52
struct SAL_DLLPUBLIC_RTTI _typelib_TypeDescriptionReference typelib_TypeDescriptionReference
Holds a weak reference to a type description.
void * cpp_queryInterface(void *pCppI, typelib_TypeDescriptionReference *pType)
Function to query for a C++ interface.
Definition: genfunc.hxx:51
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
void cpp_acquire(void *pCppI)
Function to acquire a C++ interface.
Definition: genfunc.hxx:41