LibreOffice Module bridges (master) 1
|
#include <x86.hxx>
Public Member Functions | |
ObjectFunction (typelib_TypeDescription *pTypeDescr, void *fpFunc) throw () | |
~ObjectFunction () throw () | |
Static Public Member Functions | |
static void * | operator new (size_t nSize) |
static void | operator delete (void *pMem) |
Public Attributes | |
char | somecode [12] |
typelib_TypeDescription * | _pTypeDescr |
ObjectFunction::ObjectFunction | ( | typelib_TypeDescription * | pTypeDescr, |
void * | fpFunc | ||
) | |||
throw | ( | ||
) |
Definition at line 60 of file msvc_win32_intel/except.cxx.
ObjectFunction::~ObjectFunction | ( | ) | ||
throw | ( | |||
) |
Definition at line 78 of file msvc_win32_intel/except.cxx.
References _pTypeDescr.
|
inlinestatic |
Definition at line 55 of file msvc_win32_intel/except.cxx.
|
inlinestatic |
Definition at line 41 of file msvc_win32_intel/except.cxx.
typelib_TypeDescription* ObjectFunction::_pTypeDescr |
Definition at line 29 of file x86.hxx.
Referenced by ~ObjectFunction().