Data Structures | |
| class | ChainedCompiler |
| class | Compiler |
| class | MealMasterCompiler |
| class | Recoder |
| class | XSLCompiler |
| class | XSU |
Typedefs | |
| typedef boost::shared_ptr < ChainedCompiler > | ChainedCompilerPtr |
| typedef boost::shared_ptr < Compiler > | CompilerPtr |
| typedef boost::shared_ptr < MealMasterCompiler > | MealMasterCompilerPtr |
| typedef boost::shared_ptr < Recoder > | RecoderPtr |
| typedef boost::shared_ptr < XSLCompiler > | XSLCompilerPtr |
| typedef boost::shared_ptr< XSU > | XSUPtr |
Variables | |
| const char * | program_name |
| Global variable for recode library. | |
The compilers are transforming recipes into different formats.
| typedef boost::shared_ptr< ChainedCompiler > ChainedCompilerPtr |
Definition at line 46 of file chainedCompiler.hpp.
| typedef boost::shared_ptr< Compiler > CompilerPtr |
Definition at line 45 of file compiler.hpp.
| typedef boost::shared_ptr< MealMasterCompiler > MealMasterCompilerPtr |
Definition at line 90 of file mealMasterCompiler.hpp.
| typedef boost::shared_ptr< Recoder > RecoderPtr |
Definition at line 70 of file recoder.hpp.
| typedef boost::shared_ptr< XSLCompiler > XSLCompilerPtr |
Definition at line 89 of file xslCompiler.hpp.
| const char* program_name |
Global variable for recode library.
Definition at line 22 of file recoder.cpp.