#include <string>


Go to the source code of this file.
| #define ComponentExternMacro | ( | CompID | ) |
Value:
extern const char* const cComp_##CompID; \ extern const char* const cCompDsc_##CompID;
Definition at line 35 of file freComponentID.h.
| #define ComponentMacro | ( | CompID, | |||
| sCompInfo | ) |
Value:
const char* const cComp_##CompID = #CompID; \ const char* const cCompDsc_##CompID = sCompInfo;
Definition at line 40 of file freComponentID.h.
1.5.3 written by Dimitri van Heesch,
© 1997-2000