souffle  2.0.2-371-g6315b36
Data Structures | Namespaces
LambdaBTree.h File Reference
#include "souffle/datastructure/BTree.h"
#include "souffle/utility/ContainerUtil.h"
#include "souffle/utility/ParallelUtil.h"
#include <atomic>
#include <cassert>
#include <typeinfo>
#include <vector>
Include dependency graph for LambdaBTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  souffle::detail::LambdaBTree< Key, Comparator, Allocator, blockSize, SearchStrategy, isSet, Functor, WeakComparator, Updater >
 The actual implementation of a b-tree data structure. More...
 
class  souffle::LambdaBTreeSet< Key, Functor, Comparator, Allocator, blockSize, SearchStrategy >
 A b-tree based set implementation. More...
 

Namespaces

 souffle
 
 souffle::detail