22.05
|
#include <MLGOParser.h>
Public Member Functions | |
bool | operator== (const CharPosition &other) const |
Data Fields | |
size_t | ln { 0 } |
size_t | col { 0 } |
Definition at line 94 of file MLGOParser.h.
|
inline |
size_t col { 0 } |
Definition at line 102 of file MLGOParser.h.
Referenced by arm_compute::mlgo::parser::advance(), arm_compute::mlgo::parser::operator<<(), CharPosition::operator==(), and arm_compute::mlgo::parser::rewind().
size_t ln { 0 } |
Definition at line 101 of file MLGOParser.h.
Referenced by arm_compute::mlgo::parser::advance(), arm_compute::mlgo::parser::operator<<(), and CharPosition::operator==().