Loading [MathJax]/extensions/tex2jax.js
chunkedseq
container library for large in-memory data sets
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
annotation.hpp File Reference

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.

Classes

class  pasl::data::chunkedseq::annotation::with_parent_pointer< Measured >
 
class  pasl::data::chunkedseq::annotation::without_parent_pointer
 
class  pasl::data::chunkedseq::annotation::with_chain
 
class  pasl::data::chunkedseq::annotation::without_chain
 
class  pasl::data::chunkedseq::annotation::without_measured
 
class  pasl::data::chunkedseq::annotation::std_swap
 
class  pasl::data::chunkedseq::annotation::with_measured< Measured, Swap_measured >
 
class  pasl::data::chunkedseq::annotation::annotation_builder< Measured, Parent_pointer, Sibling_pointer >
 

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}
 

Detailed Description

Author
Umut A. Acar
Arthur Chargueraud
Mike Rainey
Date
2013-2018

Definition in file annotation.hpp.