#include <DotChart.h>
Public Types | |
| typedef CollType::iterator | iterator |
| typedef CollType::const_iterator | const_iterator |
Public Member Functions | |
| const_iterator | begin () const |
| const_iterator | end () const |
| iterator | begin () |
| iterator | end () |
| ProcessedRuleColl (size_t size) | |
| ~ProcessedRuleColl () | |
| const ProcessedRuleList & | Get (size_t pos) const |
| ProcessedRuleList & | Get (size_t pos) |
| void | Add (size_t pos, const ProcessedRule *processedRule) |
| const ProcessedRuleList & | GetRunningNodes () const |
Protected Types | |
| typedef std::vector < ProcessedRuleList > | CollType |
Protected Attributes | |
| CollType | m_coll |
| ProcessedRuleList | m_runningNodes |
Definition at line 70 of file DotChart.h.
typedef std::vector<ProcessedRuleList> Moses::ProcessedRuleColl::CollType [protected] |
Definition at line 73 of file DotChart.h.
| typedef CollType::const_iterator Moses::ProcessedRuleColl::const_iterator |
Definition at line 79 of file DotChart.h.
| typedef CollType::iterator Moses::ProcessedRuleColl::iterator |
Definition at line 78 of file DotChart.h.
| Moses::ProcessedRuleColl::ProcessedRuleColl | ( | size_t | size | ) | [inline] |
Definition at line 94 of file DotChart.h.
| Moses::ProcessedRuleColl::~ProcessedRuleColl | ( | ) |
| void Moses::ProcessedRuleColl::Add | ( | size_t | pos, | |
| const ProcessedRule * | processedRule | |||
| ) | [inline] |
Definition at line 107 of file DotChart.h.
References Moses::ProcessedRule::GetLastNode(), Moses::PhraseDictionaryNodeSCFG::IsLeaf(), m_coll, and m_runningNodes.
Referenced by Moses::ChartRuleLookupManagerMemory::ChartRuleLookupManagerMemory(), and Moses::ChartRuleLookupManagerMemory::GetChartRuleCollection().


| iterator Moses::ProcessedRuleColl::begin | ( | ) | [inline] |
| const_iterator Moses::ProcessedRuleColl::begin | ( | ) | const [inline] |
| iterator Moses::ProcessedRuleColl::end | ( | ) | [inline] |
| const_iterator Moses::ProcessedRuleColl::end | ( | ) | const [inline] |
| ProcessedRuleList& Moses::ProcessedRuleColl::Get | ( | size_t | pos | ) | [inline] |
| const ProcessedRuleList& Moses::ProcessedRuleColl::Get | ( | size_t | pos | ) | const [inline] |
Definition at line 100 of file DotChart.h.
References m_coll.
Referenced by Moses::ChartRuleLookupManagerMemory::GetChartRuleCollection().

| const ProcessedRuleList& Moses::ProcessedRuleColl::GetRunningNodes | ( | ) | const [inline] |
Definition at line 115 of file DotChart.h.
References m_runningNodes.
Referenced by Moses::ChartRuleLookupManagerMemory::GetChartRuleCollection().

CollType Moses::ProcessedRuleColl::m_coll [protected] |
Definition at line 74 of file DotChart.h.
Referenced by Add(), begin(), end(), Get(), and ~ProcessedRuleColl().
1.5.9