SIS
Symmetric Index Structures
|
#include "base.h"
Go to the source code of this file.
Functions | |
Alphabet * | AlphabetInit () |
void | AlphabetAdd (Alphabet *alph, const Automaton *aut) |
void | AlphabetFree (Alphabet *alph) |
void | AlphabetWrite (Alphabet *alph, FILE *fp) |
Alphabet * | AlphabetRead (FILE *fp) |
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().