#include <odinmethod.h>
Inherits StateMachine< OdinMethod >.
Public Member Functions | |
| bool | clear () |
| bool | compile () |
| bool | link () |
| bool | relink () |
| SeqMethod * | operator-> () |
| bool | check_srcdir () |
| STD_string | seqParsFile () |
Definition at line 83 of file odinmethod.h.
| bool OdinMethod::clear | ( | ) | [inline] |
Performs state transition to 'clean'
Definition at line 91 of file odinmethod.h.
| bool OdinMethod::compile | ( | ) | [inline] |
Performs state transition to 'compiled'
Definition at line 96 of file odinmethod.h.
| bool OdinMethod::link | ( | ) | [inline] |
Performs state transition to 'linked'
Definition at line 101 of file odinmethod.h.
| bool OdinMethod::relink | ( | ) |
Relinks the sequence into process space
| SeqMethod* OdinMethod::operator-> | ( | ) | [inline] |
Returns pointer to the encapsulated method
Definition at line 111 of file odinmethod.h.
| bool OdinMethod::check_srcdir | ( | ) |
Returns true if valid source code is present
| STD_string OdinMethod::seqParsFile | ( | ) |
Location of sequencePars file for this method
1.5.6