Data Fields
gfsmState Struct Reference

Automaton state structure.

#include <gfsmState.h>

Collaboration diagram for gfsmState:
Collaboration graph
[legend]

Data Fields

guint32 is_valid: 1
guint32 is_final: 1
guint32 is_temp: 1
guint32 arc_list_temp: 1
guint32 arc_data_temp: 1
guint32 unused: 27
gfsmArcListarcs

Field Documentation

guint32 gfsmState::is_valid

whether this is a valid state

guint32 gfsmState::is_final

whether this is a final state

guint32 gfsmState::is_temp

whether this state should be freed on gfsm_state_close()

guint32 gfsmState::arc_list_temp

whether arc list should be freed on gfsm_state_close()

guint32 gfsmState::arc_data_temp

whether arc data should be freed on gfsm_state_close(): implies arc_list_temp=1

guint32 gfsmState::unused

reserved

gfsmArcList* gfsmState::arcs

list of outgoing arcs


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