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::CFileInputStream::CBuffer Class Reference

#include <cartotype_stream.h>

Public Attributes

int64_t iPosition
 
size_t iSize
 
uint8_t * iData
 

Detailed Description

A buffer storing some data from the file.

Member Data Documentation

◆ iData

uint8_t* CartoType::CFileInputStream::CBuffer::iData

A pointer to the data stored in this buffer.

◆ iPosition

int64_t CartoType::CFileInputStream::CBuffer::iPosition

The byte offset in the file of the data in this buffer.

◆ iSize

size_t CartoType::CFileInputStream::CBuffer::iSize

The number of bytes stored in this buffer.


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