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