Base Framework
|
#include <base/objectmodel/JSON.h>
Public Member Functions | |
LineColumn (MemorySize _line, MemorySize _column) noexcept | |
bool | isProper () const noexcept |
void | nextLine () noexcept |
void | nextColumn () noexcept |
Public Attributes | |
MemorySize | line = 0 |
MemorySize | column = 0 |
Line and column position with text file. Line and column are 1 based.