CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoType::TFileLocation Class Reference

#include <cartotype_base.h>

Public Attributes

size_t iColumnNumber { size_t(-1) }
 
size_t iLineNumber { size_t(-1) }
 
size_t iByteIndex { size_t(-1) }
 

Detailed Description

A file location: used for returning the location of an XML or other parsing error.

Member Data Documentation

◆ iByteIndex

size_t CartoType::TFileLocation::iByteIndex { size_t(-1) }

The byte number, counting from the start of the file.

◆ iColumnNumber

size_t CartoType::TFileLocation::iColumnNumber { size_t(-1) }

The column number.

◆ iLineNumber

size_t CartoType::TFileLocation::iLineNumber { size_t(-1) }

The line number.


The documentation for this class was generated from the following file: