optoctreeparser
|
Basic structures for storing optoctree data. More...
Classes | |
class | Differ |
Differ to find difference between two OptocRoot. More... | |
struct | OptocNode |
One Optocnode. The smallest unit of information in an Optoctree. More... | |
struct | OptocPatchBatch |
Patched batch of optoctreepatch file. More... | |
struct | OptocPatchRoot |
Root of optoctreepatch file. More... | |
struct | OptocPatchTree |
Patched tree of optoctreepatch file. More... | |
struct | OptocRoot |
Root of optoctree file. More... | |
struct | OptocTree |
One OctoTree. More... | |
class | Parser |
Parser to parse optoctree. More... | |
class | Reader |
Reads optoctree files. More... | |
class | Writer |
Reads optoctree files. More... | |
Typedefs | |
using | byte = uint8_t |
using | OptocTreeView = std::vector< byte > |
Basic structures for storing optoctree data.
Writer to write optoctree to file.
Reader to read optoctree from file.
Parser to parse optoctree.
Differ to find difference between two OptocRoot.
using optoctreeparser::byte = typedef uint8_t |
using optoctreeparser::OptocTreeView = typedef std::vector<byte> |