My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Functions
implementationentry.hxx File Reference
#include <cppuhelper/factory.hxx>
#include "cppuhelperdllapi.h"

Go to the source code of this file.

Classes

struct  cppu::ImplementationEntry
 One struct instance represents all data necessary for registering one service implementation. More...

Namespaces

namespace  cppu

Macros

#define MY_FN_PTR(name)   (SAL_CALL * name)

Functions

CPPUHELPER_DLLPUBLIC sal_Bool cppu::component_writeInfoHelper (void *pServiceManager, void *pRegistryKey, const struct ImplementationEntry entries[])
 Helper function for implementation of the component_writeInfo()-function.
CPPUHELPER_DLLPUBLIC void * cppu::component_getFactoryHelper (const sal_Char *pImplName, void *pServiceManager, void *pRegistryKey, const struct ImplementationEntry entries[])
 Helper function for implementation of the component_getFactory()-function, that must be implemented by every shared library component.

Macro Definition Documentation

#define MY_FN_PTR (   name)    (SAL_CALL * name)