FST  openfst-1.7.9
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::SymbolTableReadOptions Struct Reference

#include <symbol-table.h>

Public Member Functions

 SymbolTableReadOptions ()
 
 SymbolTableReadOptions (std::vector< std::pair< int64, int64 >> string_hash_ranges, const std::string &source)
 

Public Attributes

std::vector< std::pair< int64, int64 > > string_hash_ranges
 
std::string source
 

Detailed Description

Definition at line 54 of file symbol-table.h.

Constructor & Destructor Documentation

fst::SymbolTableReadOptions::SymbolTableReadOptions ( )
inline

Definition at line 55 of file symbol-table.h.

fst::SymbolTableReadOptions::SymbolTableReadOptions ( std::vector< std::pair< int64, int64 >>  string_hash_ranges,
const std::string &  source 
)
inline

Definition at line 57 of file symbol-table.h.

Member Data Documentation

std::string fst::SymbolTableReadOptions::source

Definition at line 63 of file symbol-table.h.

std::vector<std::pair<int64, int64> > fst::SymbolTableReadOptions::string_hash_ranges

Definition at line 62 of file symbol-table.h.


The documentation for this struct was generated from the following file: