#include <list>
#include <string>
#include "EncryptionAlgorithm.h"
#include "EncryptionMode.h"
Go to the source code of this file.
|
enum | COMMAND {
EMBED,
EXTRACT,
INFO,
ENCINFO,
SHOWVERSION,
SHOWLICENSE,
SHOWHELP,
PRINTFREQS
} |
|
enum | VERBOSITY { QUIET,
NORMAL,
VERBOSE,
STATS
} |
|
enum | DEBUGCOMMAND { NONE,
PRINTGRAPH,
PRINTGMLGRAPH,
PRINTGMLVERTEX
} |
|
◆ ArgBool
◆ ArgCommand
◆ ArgDebugCommand
◆ ArgEncAlgo
◆ ArgEncMode
◆ ArgFloat
◆ ArgInt
◆ ArgString
◆ ArgStringList
◆ ArgUInt
◆ ArgULong
◆ ArgVerbosity
◆ COMMAND
Enumerator |
---|
EMBED | |
EXTRACT | |
INFO | |
ENCINFO | |
SHOWVERSION | |
SHOWLICENSE | |
SHOWHELP | |
PRINTFREQS | |
◆ DEBUGCOMMAND
Enumerator |
---|
NONE | |
PRINTGRAPH | |
PRINTGMLGRAPH | |
PRINTGMLVERTEX | |
◆ VERBOSITY
Enumerator |
---|
QUIET | |
NORMAL | |
VERBOSE | |
STATS | |