fcml  1.2.2
Public Attributes | List of all members
fcml_st_chooser_context Struct Reference

Instruction chooser context used to communicate with environment. More...

#include <fcml_choosers.h>

Collaboration diagram for fcml_st_chooser_context:
Collaboration graph
[legend]

Public Attributes

fcml_ptr instruction
 First instruction in the chain. More...
 
fcml_fnp_chooser_next next
 Gets next instruction code from iterator. More...
 
fcml_fnp_chooser_extract extract
 Extracts instruction code from abstract instruction pointer. More...
 

Detailed Description

Instruction chooser context used to communicate with environment.

Member Data Documentation

◆ extract

fcml_fnp_chooser_extract fcml_st_chooser_context::extract

Extracts instruction code from abstract instruction pointer.

◆ instruction

fcml_ptr fcml_st_chooser_context::instruction

First instruction in the chain.

◆ next

fcml_fnp_chooser_next fcml_st_chooser_context::next

Gets next instruction code from iterator.


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