CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoTypeCore::FileInputStreamBase::CBuffer Class Reference

#include <cartotype_stream.h>

Public Attributes

int64_t iPosition = -1
 
size_t iSize = 0
 
std::vector< uint8_t > iData
 

Detailed Description

A buffer storing some data from the file.

Member Data Documentation

◆ iData

std::vector<uint8_t> CartoTypeCore::FileInputStreamBase::CBuffer::iData

The data stored in this buffer.

◆ iPosition

int64_t CartoTypeCore::FileInputStreamBase::CBuffer::iPosition = -1

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

◆ iSize

size_t CartoTypeCore::FileInputStreamBase::CBuffer::iSize = 0

The number of bytes stored in this buffer.


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