Panzer
Version of the Day
|
#include "Panzer_Evaluator_WithBaseImpl.hpp"
Go to the source code of this file.
Macros | |
#define | PANZER_EVALUATOR_CLASS(NAME) |
Macro definition of an evaluator class. More... | |
#define | PANZER_EVALUATOR_CLASS_PP(NAME) |
Macro definition of an evaluator class with pre/post evaluate methods. More... | |
#define | PANZER_EVALUATOR_CLASS_END }; |
Macro definition to end an evaluator class declaration. More... | |
#define PANZER_EVALUATOR_CLASS | ( | NAME | ) |
Macro definition of an evaluator class.
Definition at line 18 of file Panzer_Evaluator_Macros.hpp.
#define PANZER_EVALUATOR_CLASS_PP | ( | NAME | ) |
Macro definition of an evaluator class with pre/post evaluate methods.
Definition at line 39 of file Panzer_Evaluator_Macros.hpp.
#define PANZER_EVALUATOR_CLASS_END }; |
Macro definition to end an evaluator class declaration.
Definition at line 64 of file Panzer_Evaluator_Macros.hpp.