ODIN
Public Member Functions | List of all members
OdinMethod Class Reference

#include <odinmethod.h>

Inherits StateMachine< T >.

Public Member Functions

bool clear ()
 
bool compile ()
 
bool link ()
 
bool relink ()
 
SeqMethodoperator-> ()
 
bool check_srcdir ()
 
STD_string seqParsFile ()
 

Detailed Description

State machine to handle compiling and linking of sequences

Definition at line 83 of file odinmethod.h.

Member Function Documentation

◆ check_srcdir()

bool OdinMethod::check_srcdir ( )

Returns true if valid source code is present

◆ clear()

bool OdinMethod::clear ( )
inline

Performs state transition to 'clean'

Definition at line 91 of file odinmethod.h.

◆ compile()

bool OdinMethod::compile ( )
inline

Performs state transition to 'compiled'

Definition at line 96 of file odinmethod.h.

◆ link()

bool OdinMethod::link ( )
inline

Performs state transition to 'linked'

Definition at line 101 of file odinmethod.h.

◆ operator->()

SeqMethod* OdinMethod::operator-> ( )
inline

Returns pointer to the encapsulated method

Definition at line 111 of file odinmethod.h.

◆ relink()

bool OdinMethod::relink ( )

Relinks the sequence into process space

◆ seqParsFile()

STD_string OdinMethod::seqParsFile ( )

Location of sequencePars file for this method


The documentation for this class was generated from the following file: