Base Framework
Public Member Functions | Public Attributes | List of all members
LineColumn Class Reference

#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
 

Detailed Description

Line and column position with text file. Line and column are 1 based.