souffle  2.0.2-371-g6315b36
Public Types | Data Fields
souffle::detail::brie::TrieTypes< Dim >::op_context Struct Reference

#include <Brie.h>

Collaboration diagram for souffle::detail::brie::TrieTypes< Dim >::op_context:
Collaboration graph

Public Types

using local_ctxt = typename store_type::op_context
 
using nested_ctxt = typename nested_trie_type::op_context
 

Data Fields

range< iteratorlastBoundaries {iterator(), iterator()}
 
unsigned lastBoundaryLevels {Dim + 1}
 
entry_type lastBoundaryRequest {}
 
nested_trie_typelastNested {nullptr}
 
brie_element_type lastQuery {}
 
local_ctxt local {}
 
nested_ctxt nestedCtxt {}
 

Detailed Description

template<unsigned Dim>
struct souffle::detail::brie::TrieTypes< Dim >::op_context

Definition at line 2561 of file Brie.h.

Member Typedef Documentation

◆ local_ctxt

template<unsigned Dim>
using souffle::detail::brie::TrieTypes< Dim >::op_context::local_ctxt = typename store_type::op_context

Definition at line 2562 of file Brie.h.

◆ nested_ctxt

Definition at line 2563 of file Brie.h.

Field Documentation

◆ lastBoundaries

template<unsigned Dim>
range<iterator> souffle::detail::brie::TrieTypes< Dim >::op_context::lastBoundaries {iterator(), iterator()}

Definition at line 2574 of file Brie.h.

◆ lastBoundaryLevels

template<unsigned Dim>
unsigned souffle::detail::brie::TrieTypes< Dim >::op_context::lastBoundaryLevels {Dim + 1}

Definition at line 2572 of file Brie.h.

◆ lastBoundaryRequest

template<unsigned Dim>
entry_type souffle::detail::brie::TrieTypes< Dim >::op_context::lastBoundaryRequest {}

Definition at line 2573 of file Brie.h.

◆ lastNested

template<unsigned Dim>
nested_trie_type* souffle::detail::brie::TrieTypes< Dim >::op_context::lastNested {nullptr}

Definition at line 2568 of file Brie.h.

◆ lastQuery

template<unsigned Dim>
brie_element_type souffle::detail::brie::TrieTypes< Dim >::op_context::lastQuery {}

Definition at line 2567 of file Brie.h.

◆ local

template<unsigned Dim>
local_ctxt souffle::detail::brie::TrieTypes< Dim >::op_context::local {}

Definition at line 2566 of file Brie.h.

◆ nestedCtxt

template<unsigned Dim>
nested_ctxt souffle::detail::brie::TrieTypes< Dim >::op_context::nestedCtxt {}

Definition at line 2569 of file Brie.h.


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