#include <iostream>#include <memory>#include <vector>#include "Phrase.h"#include "TypeDef.h"#include "WordsBitmap.h"#include "Sentence.h"#include "GenerationDictionary.h"#include "ScoreComponentCollection.h"#include "InputType.h"#include "ObjectPool.h"Go to the source code of this file.
Classes | |
| class | Moses::Hypothesis |
| struct | Moses::CompareHypothesisTotalScore |
| class | Moses::HypothesisRecombinationOrderer |
Namespaces | |
| namespace | Moses |
Defines | |
| #define | FREEHYPO(hypo) delete hypo |
Typedefs | |
| typedef std::vector< Hypothesis * > | Moses::ArcList |
Functions | |
| std::ostream & | Moses::operator<< (std::ostream &out, const Hypothesis &hypothesis) |
| #define FREEHYPO | ( | hypo | ) | delete hypo |
Definition at line 287 of file Hypothesis.h.
Referenced by Moses::HypothesisStackNormal::AddPrune(), Moses::HypothesisStackCubePruning::AddPrune(), Moses::Hypothesis::CleanupArcList(), Moses::SearchNormal::ExpandHypothesis(), Moses::HypothesisStackNormal::PruneToSize(), Moses::HypothesisStack::Remove(), Moses::BitmapContainer::~BitmapContainer(), and Moses::Hypothesis::~Hypothesis().
1.5.9