Defines | Typedefs

Beesnest/DcEnginesBank.cpp File Reference

#include "DcEnginesBank.h"

Go to the source code of this file.

Defines

#define FUNC_NAME   "GetEngine"
 DcEnginesBank.cpp: implementation of the CdcEnginesBank class.
#define INIT_FUNC_NAME   "Init"
#define TERM_FUNC_NAME   "Term"

Typedefs

typedef bool(__stdcall * cfunc )(IdcEngine **pp_engine, const char *name, bool(*pGetParam)(const char *, char *, int))
typedef void(__stdcall * cfunc_void )()

Define Documentation

#define FUNC_NAME   "GetEngine"

DcEnginesBank.cpp: implementation of the CdcEnginesBank class.

for documentation see the header file.

Definition at line 27 of file DcEnginesBank.cpp.

#define INIT_FUNC_NAME   "Init"

Definition at line 28 of file DcEnginesBank.cpp.

#define TERM_FUNC_NAME   "Term"

Definition at line 29 of file DcEnginesBank.cpp.


Typedef Documentation

typedef bool(__stdcall * cfunc)(IdcEngine **pp_engine, const char *name, bool(*pGetParam)(const char *, char *, int))

Definition at line 32 of file DcEnginesBank.cpp.

typedef void(__stdcall * cfunc_void)()

Definition at line 36 of file DcEnginesBank.cpp.