MIDAS
Loading...
Searching...
No Matches
SeqExecContext Struct Reference
Collaboration diagram for SeqExecContext:

Public Member Functions

 SeqExecContext (SEQUENCER &seq_, SeqCon *c_, PMXML_NODE pn_, HNDLE hKeySeq_, int last_line_, BOOL &skip_step_)
 

Public Attributes

SEQUENCERseq
 
SeqConc
 
PMXML_NODE pn
 
HNDLE hKeySeq
 
int last_line
 
BOOLskip_step
 

Detailed Description

Definition at line 181 of file msequencer.cxx.

Constructor & Destructor Documentation

◆ SeqExecContext()

SeqExecContext::SeqExecContext ( SEQUENCER seq_,
SeqCon c_,
PMXML_NODE  pn_,
HNDLE  hKeySeq_,
int  last_line_,
BOOL skip_step_ 
)
inline

Definition at line 182 of file msequencer.cxx.

183 : seq(seq_), c(c_), pn(pn_), hKeySeq(hKeySeq_), last_line(last_line_), skip_step(skip_step_) {}
SEQUENCER & seq
PMXML_NODE pn

Member Data Documentation

◆ c

SeqCon* SeqExecContext::c

Definition at line 186 of file msequencer.cxx.

◆ hKeySeq

HNDLE SeqExecContext::hKeySeq

Definition at line 188 of file msequencer.cxx.

◆ last_line

int SeqExecContext::last_line

Definition at line 189 of file msequencer.cxx.

◆ pn

PMXML_NODE SeqExecContext::pn

Definition at line 187 of file msequencer.cxx.

◆ seq

SEQUENCER& SeqExecContext::seq

Definition at line 185 of file msequencer.cxx.

◆ skip_step

BOOL& SeqExecContext::skip_step

Definition at line 190 of file msequencer.cxx.


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