Grok 20.3.2
TPFetchSeq.h File Reference
#include <vector>
#include <memory>
#include <set>
#include <unordered_map>
#include <atomic>
#include "FetchCommon.h"

Go to the source code of this file.

Classes

struct  grk::SharedPtrSeq< T >
 Sequence of shared_ptr<T>. More...
struct  grk::TPSeq
 Sequence of shared_ptr<DataSlice> tile parts parsed from either TLM or SOT marker. More...
struct  grk::TPFetch
 Stores concurrent fetch request information for a single tile part. More...
struct  grk::TPFetchSeq
struct  grk::TileRequestBatch

Namespaces

namespace  grk
 ResWindow.

Typedefs

using grk::TPSEQ_VEC = std::vector<std::unique_ptr<TPSeq>>