SIS
Symmetric Index Structures
/Users/dbr/ma/src/bas/lml/command.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Command

Defines

#define CMD_REVERSE_AND_SORT   (1)
#define CMD_BUILD_SUFFIX_TREE   (2)
#define CMD_GENERATE_SUFFIXES   (3)
#define CMD_COMPRESSED_AUTOMATON_LANG   (4)
#define CMD_BUILD_CDAWG   (5)
#define CMD_COMPRESSED_AUTOMATON_STAT   (6)
#define CMD_BUILD_SCDAWG   (7)
#define CMD_SCDAWG_LEFT_LANG   (8)
#define CMD_COMPRESSED_AUTOMATON_GV   (9)
#define CMD_SCDAWG_STAT   (10)
#define CMD_SCDAWG_GV   (11)
#define CMD_HELP   (12)

Functions

CommandCommandInit ()
void CommandFree (Command *cmd)
void CommandParse (Command *cmd, UINT argc, S8 **argv)
void CommandExecute (Command *cmd)

Define Documentation

#define CMD_BUILD_CDAWG   (5)

Definition at line 8 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_BUILD_SCDAWG   (7)

Definition at line 10 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_BUILD_SUFFIX_TREE   (2)

Definition at line 5 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_COMPRESSED_AUTOMATON_GV   (9)

Definition at line 12 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_COMPRESSED_AUTOMATON_LANG   (4)

Definition at line 7 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_COMPRESSED_AUTOMATON_STAT   (6)

Definition at line 9 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_GENERATE_SUFFIXES   (3)

Definition at line 6 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_HELP   (12)

Definition at line 15 of file command.h.

Referenced by main().

#define CMD_REVERSE_AND_SORT   (1)

Definition at line 4 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_SCDAWG_GV   (11)

Definition at line 14 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_SCDAWG_LEFT_LANG   (8)

Definition at line 11 of file command.h.

Referenced by CommandExecute(), and main().

#define CMD_SCDAWG_STAT   (10)

Definition at line 13 of file command.h.

Referenced by CommandExecute(), and main().


Function Documentation

void CommandExecute ( Command cmd)

Definition at line 93 of file command.c.

Referenced by main().

void CommandFree ( Command cmd)

Definition at line 15 of file command.c.

Referenced by main().

Command* CommandInit ( )

Definition at line 5 of file command.c.

Referenced by main().

void CommandParse ( Command cmd,
UINT  argc,
S8 **  argv 
)

Definition at line 19 of file command.c.

Referenced by main().