SIS
Symmetric Index Structures
|
#include "../cppbase.hpp"
#include <cstdio>
#include <iostream>
#include <fstream>
#include <string>
#include "CompressedAutomatonAdapterInterface.hpp"
#include "CompressedAutomatonDumpingInterface.hpp"
#include "CompressedAutomatonSerializing.hpp"
#include "ManagedStageAutomatonInterface.hpp"
Go to the source code of this file.
Data Structures | |
class | lmu::cis::sis::CompressedAutomatonAdapter |
Namespaces | |
namespace | lmu |
namespace | lmu::cis |
namespace | lmu::cis::sis |
Functions | |
void | DumpSequenceOfLabels (FILE *fp, const VoidSequence *suffix, UINT encoding) |
Pre-Definitions to callbacks from the C layer. | |
void | DumpLabel (const CompressedAutomaton *aut, FILE *fp, UINT tr, UINT encoding) |
void | DumpSequenceOfLabels2 (FILE *fp, const VoidSequence *suffix, UINT encoding) |
void | DumpSCDAWGLabel (const SCDAWG *aut, FILE *fp, UINT tr, boolean right, UINT encoding) |
Steal "static" here to make it retrieveable (DB) |
void DumpLabel | ( | const CompressedAutomaton * | aut, |
FILE * | fp, | ||
UINT | tr, | ||
UINT | encoding | ||
) |
Steal "static" here to make it retrieveable (DB)
Definition at line 97 of file cmdCompressedAutomatonLang.c.
Referenced by CmdSCDAWGDumpGV(), and lmu::cis::sis::SCDAWGAdapter::DumpGV().
void DumpSequenceOfLabels | ( | FILE * | fp, |
const VoidSequence * | suffix, | ||
UINT | encoding | ||
) |
Pre-Definitions to callbacks from the C layer.
Definition at line 6 of file cmdCompressedAutomatonLang.c.
Referenced by CmdCompressedAutomatonLang(), CompressedAutomatonGenerateLanguage(), CompressedLeftAutomatonGenerateLanguage(), lmu::cis::sis::CompressedAutomatonAdapter::GenerateLanguage(), GenerateLanguage(), lmu::cis::sis::SCDAWGAdapter::GenerateLanguage(), and lmu::cis::sis::CompressedAutomatonAdapter::LeftAutomatonGenerateLanguage().
void DumpSequenceOfLabels2 | ( | FILE * | fp, |
const VoidSequence * | suffix, | ||
UINT | encoding | ||
) |
Definition at line 154 of file cmdCompressedAutomatonLang.c.
Referenced by SCDAWGLeftLang().