FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Protected Attributes | List of all members
fst::internal::CompositeWeightIO Class Reference

#include <weight.h>

Inheritance diagram for fst::internal::CompositeWeightIO:
Inheritance graph
[legend]

Public Member Functions

 CompositeWeightIO ()
 
 CompositeWeightIO (char separator, std::pair< char, char > parentheses)
 
std::pair< char, char > parentheses () const
 
char separator () const
 
bool error () const
 

Protected Attributes

const char separator_
 
const char open_paren_
 
const char close_paren_
 

Detailed Description

Definition at line 274 of file weight.h.

Constructor & Destructor Documentation

fst::internal::CompositeWeightIO::CompositeWeightIO ( )

Definition at line 57 of file weight.cc.

fst::internal::CompositeWeightIO::CompositeWeightIO ( char  separator,
std::pair< char, char >  parentheses 
)

Definition at line 43 of file weight.cc.

Member Function Documentation

bool fst::internal::CompositeWeightIO::error ( ) const
inline

Definition at line 284 of file weight.h.

std::pair<char, char> fst::internal::CompositeWeightIO::parentheses ( ) const
inline

Definition at line 279 of file weight.h.

char fst::internal::CompositeWeightIO::separator ( ) const
inline

Definition at line 282 of file weight.h.

Member Data Documentation

const char fst::internal::CompositeWeightIO::close_paren_
protected

Definition at line 289 of file weight.h.

const char fst::internal::CompositeWeightIO::open_paren_
protected

Definition at line 288 of file weight.h.

const char fst::internal::CompositeWeightIO::separator_
protected

Definition at line 287 of file weight.h.


The documentation for this class was generated from the following files: