Cambridge SMT System
|
#include <function-weight.h>
Inherits iterator< std::input_iterator_tag, MertLine >.
Public Member Functions | |
cl_iterator (MertIter, MertIter, MertIter, MertIter) | |
MertLine & | operator* () |
cl_iterator & | operator++ () |
cl_iterator | operator++ (int) |
bool | operator== (const cl_iterator &) |
bool | operator!= (const cl_iterator &) |
Definition at line 76 of file function-weight.h.
Definition at line 46 of file function-weight.cpp.
bool CompIter::operator!= | ( | const cl_iterator & | that | ) |
Definition at line 125 of file function-weight.cpp.
MertLine & CompIter::operator* | ( | ) |
Definition at line 78 of file function-weight.cpp.
CompIter & CompIter::operator++ | ( | ) |
Definition at line 82 of file function-weight.cpp.
CompIter CompIter::operator++ | ( | int | ) |
Definition at line 107 of file function-weight.cpp.
bool CompIter::operator== | ( | const cl_iterator & | that | ) |
Definition at line 113 of file function-weight.cpp.