Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
chainbase::offset_node_base< Tag > Struct Template Reference

#include <undo_index.hpp>

Inheritance diagram for chainbase::offset_node_base< Tag >:

Public Member Functions

 offset_node_base ()=default
 
 offset_node_base (const offset_node_base &)
 
constexpr offset_node_baseoperator= (const offset_node_base &)
 

Public Attributes

std::ptrdiff_t _parent
 
std::ptrdiff_t _left
 
std::ptrdiff_t _right
 
int _color
 

Detailed Description

template<class Tag>
struct chainbase::offset_node_base< Tag >

Definition at line 51 of file undo_index.hpp.

Constructor & Destructor Documentation

◆ offset_node_base() [1/2]

template<class Tag >
chainbase::offset_node_base< Tag >::offset_node_base ( )
default

◆ offset_node_base() [2/2]

template<class Tag >
chainbase::offset_node_base< Tag >::offset_node_base ( const offset_node_base< Tag > & )
inline

Definition at line 53 of file undo_index.hpp.

53{}

Member Function Documentation

◆ operator=()

template<class Tag >
offset_node_base & chainbase::offset_node_base< Tag >::operator= ( const offset_node_base< Tag > & )
inlineconstexpr

Definition at line 54 of file undo_index.hpp.

54{ return *this; }

Member Data Documentation

◆ _color

template<class Tag >
int chainbase::offset_node_base< Tag >::_color

Definition at line 58 of file undo_index.hpp.

◆ _left

template<class Tag >
std::ptrdiff_t chainbase::offset_node_base< Tag >::_left

Definition at line 56 of file undo_index.hpp.

◆ _parent

template<class Tag >
std::ptrdiff_t chainbase::offset_node_base< Tag >::_parent

Definition at line 55 of file undo_index.hpp.

◆ _right

template<class Tag >
std::ptrdiff_t chainbase::offset_node_base< Tag >::_right

Definition at line 57 of file undo_index.hpp.


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