#include <hash-list.h>
Public Attributes | |
I | key |
T | val |
Elem * | tail |
Definition at line 52 of file hash-list.h.
I key |
Definition at line 53 of file hash-list.h.
Referenced by FasterDecoder::ProcessEmitting(), BiglmFasterDecoder::ProcessEmitting(), LatticeBiglmFasterDecoder::ProcessEmitting(), FasterDecoder::ProcessNonemitting(), BiglmFasterDecoder::ProcessNonemitting(), and LatticeBiglmFasterDecoder::ProcessNonemitting().
Elem* tail |
Definition at line 55 of file hash-list.h.
Referenced by HashList< StateId, Token *>::Find(), OnlineFasterDecoder::FinishTraceBack(), FasterDecoder::GetBestPath(), BiglmFasterDecoder::GetBestPath(), FasterDecoder::GetCutoff(), BiglmFasterDecoder::GetCutoff(), LatticeBiglmFasterDecoder::GetCutoff(), HashList< StateId, Token *>::Insert(), HashList< StateId, Token *>::New(), FasterDecoder::ProcessNonemitting(), FasterDecoder::ReachedFinal(), BiglmFasterDecoder::ReachedFinal(), OnlineFasterDecoder::TracebackNFrames(), and OnlineFasterDecoder::UpdateImmortalToken().
T val |
Definition at line 54 of file hash-list.h.
Referenced by LatticeBiglmFasterDecoder::FindOrAddToken(), FasterDecoder::ProcessEmitting(), BiglmFasterDecoder::ProcessEmitting(), LatticeBiglmFasterDecoder::ProcessEmitting(), FasterDecoder::ProcessNonemitting(), BiglmFasterDecoder::ProcessNonemitting(), and LatticeBiglmFasterDecoder::ProcessNonemitting().