FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::RangeRequest Struct Reference

One range in a batched read. data is filled in place by read_batch(). More...

#include <fcb/range_reader.hpp>

Public Attributes

std::uint64_t offset
 
std::uint64_t length
 
std::vector< std::uint8_t > data
 

Detailed Description

One range in a batched read. data is filled in place by read_batch().

Definition at line 14 of file range_reader.hpp.

Member Data Documentation

◆ data

std::vector<std::uint8_t> fcb::RangeRequest::data

Definition at line 17 of file range_reader.hpp.

◆ length

std::uint64_t fcb::RangeRequest::length

Definition at line 16 of file range_reader.hpp.

◆ offset

std::uint64_t fcb::RangeRequest::offset

Definition at line 15 of file range_reader.hpp.

Referenced by fcb::BufferedRangeReader::read_batch().


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