Cambridge SMT System
|
functor that provides cyk backpointers More...
#include <data.cykparser.cykbackpointers.hpp>
Public Member Functions | |
const cykparser_ruledependencies_t & | operator() (const unsigned cc, const unsigned x, const unsigned y) |
void | Add (const unsigned cc, const unsigned x, const unsigned y, const cykparser_ruledependencies_t &coords) |
Add all the set of backpointers to the grid. More... | |
void | Add (const unsigned cc, const unsigned x, const unsigned y, const cykparser_rulebpcoordinates_t &coords) |
Add set of backpointers to the grid. More... | |
std::size_t | size () |
Size of the backpointer structure (number of cc,x,y elements inserted). More... | |
void | reset () |
Delete cyk backpointers. More... | |
functor that provides cyk backpointers
Definition at line 31 of file data.cykparser.cykbackpointers.hpp.
|
inline |
Add all the set of backpointers to the grid.
Definition at line 47 of file data.cykparser.cykbackpointers.hpp.
|
inline |
Add set of backpointers to the grid.
Definition at line 54 of file data.cykparser.cykbackpointers.hpp.
|
inline |
Definition at line 41 of file data.cykparser.cykbackpointers.hpp.
|
inline |
Delete cyk backpointers.
Definition at line 66 of file data.cykparser.cykbackpointers.hpp.
|
inline |
Size of the backpointer structure (number of cc,x,y elements inserted).
Definition at line 61 of file data.cykparser.cykbackpointers.hpp.