Data Fields
gfsmArcPathToStringOptions_ Struct Reference

Utility struct for gfsm_arcpath_to_gstring() and friends.

#include <gfsmPaths.h>

Collaboration diagram for gfsmArcPathToStringOptions_:
Collaboration graph
[legend]

Data Fields

gfsmStateId q0
 initial state for this path (only used if show_states is true)
gfsmAlphabetabet_q
 should be a gfsmStringAlphabet* or NULL
gfsmAlphabetabet_lo
 should be a gfsmStringAlphabet* or NULL
gfsmAlphabetabet_hi
 should be a gfsmStringAlphabet* or NULL
gfsmSemiringsr
 semiring to use for weights (sr->one is ignored)
gboolean warn_on_undefined
 warn on undefined symbols?
gboolean att_style
 use ATT-style output?
gboolean compress_id
 compress identity arcs?
gboolean show_states
 include states in output?

Field Documentation

gfsmStateId gfsmArcPathToStringOptions_::q0
gfsmAlphabet* gfsmArcPathToStringOptions_::abet_q
gfsmAlphabet* gfsmArcPathToStringOptions_::abet_lo
gfsmAlphabet* gfsmArcPathToStringOptions_::abet_hi
gfsmSemiring* gfsmArcPathToStringOptions_::sr
gboolean gfsmArcPathToStringOptions_::warn_on_undefined
gboolean gfsmArcPathToStringOptions_::att_style
gboolean gfsmArcPathToStringOptions_::compress_id
gboolean gfsmArcPathToStringOptions_::show_states

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