souffle  2.0.2-371-g6315b36
Data Fields
souffle::SparseArray< T, BITS, merge_op, copy_op >::RootInfo Struct Reference

A struct describing all the information required by the container class to manage the wrapped up tree. More...

Collaboration diagram for souffle::SparseArray< T, BITS, merge_op, copy_op >::RootInfo:
Collaboration graph

Data Fields

Nodefirst
 
index_type firstOffset
 
uint32_t levels
 
index_type offset
 
Noderoot
 

Detailed Description

template<typename T, unsigned BITS = 6, typename merge_op = default_merge<T>, typename copy_op = identity<T>>
struct souffle::SparseArray< T, BITS, merge_op, copy_op >::RootInfo

A struct describing all the information required by the container class to manage the wrapped up tree.

Definition at line 396 of file Brie.h.

Field Documentation

◆ first

template<typename T , unsigned BITS = 6, typename merge_op = default_merge<T>, typename copy_op = identity<T>>
Node* souffle::SparseArray< T, BITS, merge_op, copy_op >::RootInfo::first

Definition at line 405 of file Brie.h.

◆ firstOffset

template<typename T , unsigned BITS = 6, typename merge_op = default_merge<T>, typename copy_op = identity<T>>
index_type souffle::SparseArray< T, BITS, merge_op, copy_op >::RootInfo::firstOffset

Definition at line 407 of file Brie.h.

◆ levels

template<typename T , unsigned BITS = 6, typename merge_op = default_merge<T>, typename copy_op = identity<T>>
uint32_t souffle::SparseArray< T, BITS, merge_op, copy_op >::RootInfo::levels

Definition at line 400 of file Brie.h.

◆ offset

template<typename T , unsigned BITS = 6, typename merge_op = default_merge<T>, typename copy_op = identity<T>>
index_type souffle::SparseArray< T, BITS, merge_op, copy_op >::RootInfo::offset

Definition at line 402 of file Brie.h.

◆ root

template<typename T , unsigned BITS = 6, typename merge_op = default_merge<T>, typename copy_op = identity<T>>
Node* souffle::SparseArray< T, BITS, merge_op, copy_op >::RootInfo::root

Definition at line 398 of file Brie.h.


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