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