FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::Collection< I, T >::Node Struct Reference

#include <collection.h>

Collaboration diagram for fst::Collection< I, T >::Node:
Collaboration graph
[legend]

Public Member Functions

 Node ()
 
 Node (I i, const T &t)
 
bool operator== (const Node &n) const
 

Public Attributes

node_id
 
element
 

Detailed Description

template<class I, class T>
struct fst::Collection< I, T >::Node

Definition at line 41 of file collection.h.

Constructor & Destructor Documentation

template<class I, class T>
fst::Collection< I, T >::Node::Node ( )
inline

Definition at line 45 of file collection.h.

template<class I, class T>
fst::Collection< I, T >::Node::Node ( i,
const T &  t 
)
inline

Definition at line 47 of file collection.h.

Member Function Documentation

template<class I, class T>
bool fst::Collection< I, T >::Node::operator== ( const Node n) const
inline

Definition at line 49 of file collection.h.

Member Data Documentation

template<class I, class T>
T fst::Collection< I, T >::Node::element

Definition at line 43 of file collection.h.

template<class I, class T>
I fst::Collection< I, T >::Node::node_id

Definition at line 42 of file collection.h.


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