FST  openfst-1.7.9
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::internal::KeyPair< Level > Struct Template Reference

#include <mpdt.h>

Collaboration diagram for fst::internal::KeyPair< Level >:
Collaboration graph
[legend]

Public Member Functions

 KeyPair (Level level, size_t id)
 
bool operator== (const KeyPair< Level > &rhs) const
 

Public Attributes

Level level
 
size_t underlying_id
 

Detailed Description

template<typename Level>
struct fst::internal::KeyPair< Level >

Definition at line 82 of file mpdt.h.

Constructor & Destructor Documentation

template<typename Level>
fst::internal::KeyPair< Level >::KeyPair ( Level  level,
size_t  id 
)
inline

Definition at line 86 of file mpdt.h.

Member Function Documentation

template<typename Level>
bool fst::internal::KeyPair< Level >::operator== ( const KeyPair< Level > &  rhs) const
inline

Definition at line 88 of file mpdt.h.

Member Data Documentation

template<typename Level>
Level fst::internal::KeyPair< Level >::level

Definition at line 83 of file mpdt.h.

template<typename Level>
size_t fst::internal::KeyPair< Level >::underlying_id

Definition at line 84 of file mpdt.h.


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