|
Grok 20.3.2
|
#include <vector>#include <map>#include <memory>Go to the source code of this file.
Classes | |
| struct | grk::PLMarker |
| Manages raw (uncompressed) PLT and PLM markers. More... | |
Namespaces | |
| namespace | grk |
| ResWindow. | |
Typedefs | |
| typedef std::vector< std::unique_ptr< Buffer8 > > | grk::RAW_PL_MARKER |
| collection of raw marker data stored in Buffer8 | |
| typedef std::map< uint32_t, std::unique_ptr< RAW_PL_MARKER > > | grk::RAW_PL_MARKER_MAP |
| collection of RAW_PL_MARKER pointers | |