#include <step.h>
Public Member Functions | |
| StepFactory (JcampDxBlock *parblock=0) | |
| T * | create (const STD_string &label) const |
| STD_string | manual () const |
| STD_string | get_cmdline_usage (const STD_string &lineprefix) const |
Definition at line 115 of file odindata/step.h.
| StepFactory< T >::StepFactory | ( | JcampDxBlock * | parblock = 0 |
) | [inline] |
Set up factory (creates template objects). Appends parameters of all steps to 'parblock'.
Definition at line 68 of file step_code.h.
| T * StepFactory< T >::create | ( | const STD_string & | label | ) | const [inline] |
Returns allocated step functor which matches given 'label'.
Definition at line 89 of file step_code.h.
| STD_string StepFactory< T >::manual | ( | ) | const [inline] |
Returns documention 'code' for doxygen.
Definition at line 115 of file step_code.h.
| STD_string StepFactory< T >::get_cmdline_usage | ( | const STD_string & | lineprefix | ) | const [inline] |
Returns documention for command line.
Definition at line 192 of file step_code.h.
1.5.6