#include <trws_base.hxx>
Classes | |
struct | FactorVarID |
Public Types | |
typedef GM::IndexType | IndexType |
typedef SequenceStorage< GM > | Storage |
typedef Storage::MoveDirection | MoveDirection |
typedef std::vector< FactorVarID > | FactorList |
typedef FactorList::const_iterator | const_iterator |
Public Member Functions | |
PreviousFactorTable (const GM &gm) | |
const_iterator | begin (IndexType varId, MoveDirection md) const |
const_iterator | end (IndexType varId, MoveDirection md) const |
Definition at line 98 of file trws_base.hxx.
typedef FactorList::const_iterator trws_base::PreviousFactorTable< GM >::const_iterator |
Definition at line 119 of file trws_base.hxx.
typedef std::vector<FactorVarID> trws_base::PreviousFactorTable< GM >::FactorList |
Definition at line 118 of file trws_base.hxx.
typedef GM::IndexType trws_base::PreviousFactorTable< GM >::IndexType |
Definition at line 101 of file trws_base.hxx.
typedef Storage::MoveDirection trws_base::PreviousFactorTable< GM >::MoveDirection |
Definition at line 103 of file trws_base.hxx.
typedef SequenceStorage<GM> trws_base::PreviousFactorTable< GM >::Storage |
Definition at line 102 of file trws_base.hxx.
trws_base::PreviousFactorTable< GM >::PreviousFactorTable | ( | const GM & | gm | ) | [inline] |
Definition at line 133 of file trws_base.hxx.
const_iterator trws_base::PreviousFactorTable< GM >::begin | ( | IndexType | varId, | |
MoveDirection | md | |||
) | const [inline] |
Definition at line 122 of file trws_base.hxx.
const_iterator trws_base::PreviousFactorTable< GM >::end | ( | IndexType | varId, | |
MoveDirection | md | |||
) | const [inline] |
Definition at line 123 of file trws_base.hxx.