libgfsm Directory Reference
Directory dependency graph for /home/moocow/work/gfsm/gfsm.trunk/src/libgfsm/:
/home/moocow/work/gfsm/gfsm.trunk/src/libgfsm/

Files

file  config.h [code]
file  gfsm.h [code]
 Top-level header.
file  gfsmAlgebra.h [code]
 Algebraic operations on automata.
file  gfsmAlphabet.h [code]
 Map between gfsmLabelIds and external objects.
file  gfsmArc.h [code]
 Arc (transition) definitions & utilities.
file  gfsmArcIndex.h [code]
 Arc (transition) index utilities.
file  gfsmArcIter.h [code]
 Iterate over outgoing arcs of an automaton state.
file  gfsmArcList.h [code]
 Definitions & utilities for arc lists, Deprecated .
file  gfsmArith.h [code]
 Arithmetic operations on automata.
file  gfsmArray.h [code]
 various array utilities
file  gfsmAssert.h [code]
 Assertions.
file  gfsmAutomaton.h [code]
 Automaton definitions and low-level access.
file  gfsmAutomatonIO.h [code]
 Librarian routines for automata.
file  gfsmBitVector.h [code]
 Bit vector utilities using GArray.
file  gfsmCommon.h [code]
 Commonly use typedefs and constants.
file  gfsmCompound.h [code]
 Utilities for "compound" states and labels.
file  gfsmConfig.h [code]
 safely include autoheader preprocessor defines
file  gfsmConfigAuto.h [code]
 autoheader-generated preprocessor defines
file  gfsmConfigNoAuto.h [code]
 Undefine any autoheader preprocessor defines.
file  gfsmDebug.h [code]
 Debugging utilities.
file  gfsmDraw.h [code]
 Automaton visualization utilities.
file  gfsmEncode.h [code]
 Arc-label and/or -weight encoding utilities.
file  gfsmEnum.h [code]
 Abstract utilities for run-time value enumerations.
file  gfsmError.h [code]
 Error utilities.
file  gfsmIndexed.h [code]
 First stab at indexed automata.
file  gfsmIndexedIO.h [code]
 Librarian routines for indexed automata.
file  gfsmIO.h [code]
 Abstract I/O routines.
file  gfsmLookup.h [code]
 linear (string) composition
file  gfsmMem.h [code]
 Memory utilities.
file  gfsmPaths.h [code]
 Path discovery & enumeration.
file  gfsmPQueue.h [code]
file  gfsmRegex.lex.h [code]
 flex-generated lexer headers for gfsmRegexCompiler
file  gfsmRegex.tab.h [code]
 bison-generated parser headers for gfsmRegexCompiler
file  gfsmRegexCompiler.h [code]
 Regular expression compiler.
file  gfsmScanner.h [code]
 flex scanner utilities
file  gfsmSemiring.h [code]
 semiring types & operations
file  gfsmSet.h [code]
 Abstract set type using GTree.
file  gfsmState.h [code]
 Automaton state definitions & utilities.
file  gfsmStateSort.h [code]
 sort states of a gfsmAutomaton
file  gfsmTrain.h [code]
 transducer training from (input,output) string pairs
file  gfsmTrie.h [code]
 Deterministic prefix tree automata.
file  gfsmUtils.h [code]
 Miscellaneous utilities.
file  gfsmVersion.h [code]
 Library version information.
file  gfsmWeightMap.h [code]
 Abstract map from gpointers to gfsmWeights using GTree.