#include <InitSequencer.h>
Inheritance diagram for oasys::InitConfigStep:
Definition at line 201 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 203 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 207 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 211 of file InitSequencer.h.
References NOTREACHED.