SIS
Symmetric Index Structures
/Users/dbr/ma/src/lmu/cis/sis/adapter/CompressedAutomatonAdapter.hpp File Reference
#include "../cppbase.hpp"
#include <cstdio>
#include <iostream>
#include <fstream>
#include <string>
#include "CompressedAutomatonAdapterInterface.hpp"
#include "CompressedAutomatonDumpingInterface.hpp"
#include "CompressedAutomatonSerializing.hpp"
#include "ManagedStageAutomatonInterface.hpp"
Include dependency graph for CompressedAutomatonAdapter.hpp:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

void DumpSCDAWGLabel ( const SCDAWG aut,
FILE *  fp,
UINT  tr,
boolean  right,
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 DumpSequenceOfLabels2 ( FILE *  fp,
const VoidSequence suffix,
UINT  encoding 
)

Definition at line 154 of file cmdCompressedAutomatonLang.c.

Referenced by SCDAWGLeftLang().