SIS
Symmetric Index Structures
/Users/dbr/ma/src/bas/lml/alphabet.c File Reference
#include "base.h"
Include dependency graph for alphabet.c:

Go to the source code of this file.

Functions

AlphabetAlphabetInit ()
void AlphabetAdd (Alphabet *alph, const Automaton *aut)
void AlphabetFree (Alphabet *alph)
void AlphabetWrite (Alphabet *alph, FILE *fp)
AlphabetAlphabetRead (FILE *fp)

Function Documentation

void AlphabetAdd ( Alphabet alph,
const Automaton *  aut 
)

Definition at line 38 of file alphabet.c.

Referenced by CompressedAutomatonAddTarjanTable().

void AlphabetFree ( Alphabet alph)

Definition at line 55 of file alphabet.c.

Referenced by CompressedAutomatonFree().

Alphabet* AlphabetInit ( )

Definition at line 3 of file alphabet.c.

Referenced by CompressedAutomatonAddTarjanTable().

Alphabet* AlphabetRead ( FILE *  fp)

Definition at line 86 of file alphabet.c.

Referenced by TarjanTableRead().

void AlphabetWrite ( Alphabet alph,
FILE *  fp 
)

Definition at line 60 of file alphabet.c.

Referenced by TarjanTableWrite().