|
CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
|
#include <cartotype_base.h>
Public Attributes | |
| size_t | iColumnNumber { size_t(-1) } |
| size_t | iLineNumber { size_t(-1) } |
| size_t | iByteIndex { size_t(-1) } |
A file location: used for returning the location of an XML or other parsing error.
| size_t CartoType::TFileLocation::iByteIndex { size_t(-1) } |
The byte number, counting from the start of the file.
| size_t CartoType::TFileLocation::iColumnNumber { size_t(-1) } |
The column number.
| size_t CartoType::TFileLocation::iLineNumber { size_t(-1) } |
The line number.