souffle  2.0.2-371-g6315b36
Data Structures | Public Types
souffle::detail::brie::TrieTypes< 1u > Struct Reference

#include <Brie.h>

Collaboration diagram for souffle::detail::brie::TrieTypes< 1u >:
Collaboration graph

Data Structures

struct  iterator_core
 The iterator core of this level contributing to the construction of a composed trie iterator. More...
 

Public Types

using const_entry_span_type = span< const brie_element_type, 1 >
 
using entry_span_type = span< brie_element_type, 1 >
 
using entry_type = std::array< brie_element_type, 1 >
 
using iterator = TrieIterator< entry_type, iterator_core >
 
using op_context = store_type::op_context
 
using store_type = SparseBitMap<>
 

Detailed Description

Definition at line 2579 of file Brie.h.

Member Typedef Documentation

◆ const_entry_span_type

Definition at line 2582 of file Brie.h.

◆ entry_span_type

Definition at line 2581 of file Brie.h.

◆ entry_type

Definition at line 2580 of file Brie.h.

◆ iterator

Definition at line 2646 of file Brie.h.

◆ op_context

Definition at line 2586 of file Brie.h.

◆ store_type

Definition at line 2585 of file Brie.h.


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