#include <InitSequencer.h>
Inheritance diagram for oasys::InitConfigStep:

Definition at line 222 of file InitSequencer.h.
Public Member Functions | |
| InitConfigStep (const std::string &the_namespace, const std::string &name) | |
| int | run () |
| Run this component. | |
| void | configuration_done () |
Protected Member Functions | |
| int | run_component () |
| Override this to start the component. | |
| oasys::InitConfigStep::InitConfigStep | ( | const std::string & | the_namespace, | |
| const std::string & | name | |||
| ) | [inline] |
Definition at line 224 of file InitSequencer.h.
| int oasys::InitConfigStep::run | ( | ) | [inline, virtual] |
Run this component.
Returns 0 on no error.
Reimplemented from oasys::InitStep.
Definition at line 228 of file InitSequencer.h.
| void oasys::InitConfigStep::configuration_done | ( | ) | [inline] |
| int oasys::InitConfigStep::run_component | ( | ) | [inline, protected, virtual] |
Override this to start the component.
Implements oasys::InitStep.
Definition at line 232 of file InitSequencer.h.
References NOTREACHED.
1.5.1