LibreOffice Module bridges (master) 1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ObjectFunction Struct Referencefinal

#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
 

Detailed Description

Definition at line 26 of file x86.hxx.

Constructor & Destructor Documentation

◆ ObjectFunction()

ObjectFunction::ObjectFunction ( typelib_TypeDescription pTypeDescr,
void *  fpFunc 
)
throw (
)

Definition at line 60 of file msvc_win32_intel/except.cxx.

◆ ~ObjectFunction()

ObjectFunction::~ObjectFunction ( )
throw (
)

Definition at line 78 of file msvc_win32_intel/except.cxx.

References _pTypeDescr.

Member Function Documentation

◆ operator delete()

void ObjectFunction::operator delete ( void *  pMem)
inlinestatic

Definition at line 55 of file msvc_win32_intel/except.cxx.

◆ operator new()

void * ObjectFunction::operator new ( size_t  nSize)
inlinestatic

Definition at line 41 of file msvc_win32_intel/except.cxx.

Member Data Documentation

◆ _pTypeDescr

typelib_TypeDescription* ObjectFunction::_pTypeDescr

Definition at line 29 of file x86.hxx.

Referenced by ~ObjectFunction().

◆ somecode

char ObjectFunction::somecode[12]

Definition at line 28 of file x86.hxx.


The documentation for this struct was generated from the following files: