|
chunkedseq
container library for large in-memory data sets
|
Defines an interface for attaching data to nodes in the underlying tree structure of the chunked sequence. More...
#include <assert.h>#include <algorithm>#include "tagged.hpp"Go to the source code of this file.
Namespaces | |
| pasl | |
| pasl::data | |
| pasl::data::chunkedseq | |
| pasl::data::chunkedseq::annotation | |
Typedefs | |
| using | pasl::data::chunkedseq::annotation::parent_pointer_tag = enum{PARENT_POINTER_BOOTSTRAP_INTERIOR_NODE=0, PARENT_POINTER_BOOTSTRAP_LAYER_NODE=1, PARENT_POINTER_CHUNK=2, PARENT_POINTER_UNINITIALIZED=3} |
Definition in file annotation.hpp.
1.8.8