chunkedseq
container library for large in-memory data sets
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
pasl::data::chunkedseq::annotation::with_chain Class Reference

#include <annotation.hpp>

Public Types

using self_type = with_chain
 

Public Member Functions

 with_chain ()
 
template<class Pointer >
Pointer get_next () const
 
template<class Pointer >
Pointer get_prev () const
 
void swap (self_type &other)
 

Static Public Member Functions

template<class Pointer >
static void link (self_type &l1, self_type &l2, Pointer p1, Pointer p2)
 
template<class Pointer >
static void unlink (self_type &l1, self_type &l2, Pointer p1, Pointer p2)
 

Static Public Attributes

static constexpr bool enabled = true
 

Detailed Description

Definition at line 158 of file annotation.hpp.

Member Typedef Documentation

Definition at line 161 of file annotation.hpp.

Constructor & Destructor Documentation

pasl::data::chunkedseq::annotation::with_chain::with_chain ( )
inline

Definition at line 172 of file annotation.hpp.

Member Function Documentation

template<class Pointer >
Pointer pasl::data::chunkedseq::annotation::with_chain::get_next ( ) const
inline

Definition at line 176 of file annotation.hpp.

template<class Pointer >
Pointer pasl::data::chunkedseq::annotation::with_chain::get_prev ( ) const
inline

Definition at line 181 of file annotation.hpp.

template<class Pointer >
static void pasl::data::chunkedseq::annotation::with_chain::link ( self_type l1,
self_type l2,
Pointer  p1,
Pointer  p2 
)
inlinestatic

Definition at line 186 of file annotation.hpp.

void pasl::data::chunkedseq::annotation::with_chain::swap ( self_type other)
inline

Definition at line 199 of file annotation.hpp.

template<class Pointer >
static void pasl::data::chunkedseq::annotation::with_chain::unlink ( self_type l1,
self_type l2,
Pointer  p1,
Pointer  p2 
)
inlinestatic

Definition at line 192 of file annotation.hpp.

Member Data Documentation

constexpr bool pasl::data::chunkedseq::annotation::with_chain::enabled = true
static

Definition at line 170 of file annotation.hpp.


The documentation for this class was generated from the following file: