#include <BitmapContainer.h>

Public Member Functions | |
| HypothesisQueueItem (const size_t hypothesis_pos, const size_t translation_pos, Hypothesis *hypothesis, BackwardsEdge *edge) | |
| ~HypothesisQueueItem () | |
| int | GetHypothesisPos () |
| int | GetTranslationPos () |
| Hypothesis * | GetHypothesis () |
| BackwardsEdge * | GetBackwardsEdge () |
Definition at line 54 of file BitmapContainer.h.
| Moses::HypothesisQueueItem::HypothesisQueueItem | ( | const size_t | hypothesis_pos, | |
| const size_t | translation_pos, | |||
| Hypothesis * | hypothesis, | |||
| BackwardsEdge * | edge | |||
| ) | [inline] |
Definition at line 64 of file BitmapContainer.h.
| Moses::HypothesisQueueItem::~HypothesisQueueItem | ( | ) | [inline] |
Definition at line 74 of file BitmapContainer.h.
| BackwardsEdge* Moses::HypothesisQueueItem::GetBackwardsEdge | ( | ) | [inline] |
Definition at line 89 of file BitmapContainer.h.
Referenced by Moses::BitmapContainer::ProcessBestHypothesis().

| Hypothesis* Moses::HypothesisQueueItem::GetHypothesis | ( | ) | [inline] |
Definition at line 85 of file BitmapContainer.h.
Referenced by Moses::BitmapContainerOrderer::operator()(), Moses::QueueItemOrderer::operator()(), Moses::BitmapContainer::ProcessBestHypothesis(), and Moses::BitmapContainer::~BitmapContainer().

| int Moses::HypothesisQueueItem::GetHypothesisPos | ( | ) | [inline] |
Definition at line 77 of file BitmapContainer.h.
Referenced by Moses::BitmapContainer::ProcessBestHypothesis().

| int Moses::HypothesisQueueItem::GetTranslationPos | ( | ) | [inline] |
Definition at line 81 of file BitmapContainer.h.
Referenced by Moses::BitmapContainer::ProcessBestHypothesis().

1.5.9