Home
last modified time | relevance | path

Searched refs:ObjectFunction (Results 1 – 1 of 1) sorted by relevance

/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx198 struct ObjectFunction struct
206 ObjectFunction( typelib_TypeDescription * pTypeDescr, void * fpFunc ) throw ();
207 ~ObjectFunction() throw ();
210 inline void * ObjectFunction::operator new ( size_t nSize ) in operator new()
225 inline void ObjectFunction::operator delete ( void * pMem ) in operator delete()
231 ObjectFunction::ObjectFunction( typelib_TypeDescription * pTypeDescr, void * fpFunc ) throw () in ObjectFunction() function in CPPU_CURRENT_NAMESPACE::ObjectFunction
249 ObjectFunction::~ObjectFunction() throw () in ~ObjectFunction()
255 static void * __cdecl __copyConstruct( void * pExcThis, void * pSource, ObjectFunction * pThis ) in __copyConstruct()
262 static void * __cdecl __destruct( void * pExcThis, ObjectFunction * pThis ) in __destruct()
303 ObjectFunction * _pCopyCtor;
[all …]