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::without_chain Class Reference

#include <annotation.hpp>

Public Types

using self_type = without_chain
 

Public Member Functions

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 = false
 

Detailed Description

Definition at line 206 of file annotation.hpp.

Member Typedef Documentation

Definition at line 209 of file annotation.hpp.

Member Function Documentation

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

Definition at line 214 of file annotation.hpp.

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

Definition at line 219 of file annotation.hpp.

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

Definition at line 224 of file annotation.hpp.

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

Definition at line 231 of file annotation.hpp.

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

Definition at line 228 of file annotation.hpp.

Member Data Documentation

constexpr bool pasl::data::chunkedseq::annotation::without_chain::enabled = false
static

Definition at line 211 of file annotation.hpp.


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