#include <MCF_Code.h>
Static Public Member Functions | |
| int | eval () |
| const int | eval () |
|
|
Definition at line 31 of file mcfapp/MCF_Code.h. References DataType_Code< Data_t >.eval(), and MCF_CODE_INT.
00031 { public: static int eval() { return MCF_CODE_INT; } };
|
|
|
Definition at line 31 of file dcf02/MCF_Code.h. References DataType_Code< Data_t >.eval(), and MCF_CODE_INT.
00031 { public: static const int eval() { return MCF_CODE_INT; } };
|
1.3.6