#include <RecordTable.h>
Definition at line 114 of file RecordTable.h.
 
◆ RecordTable()
  
  | 
        
          | souffle::RecordTable::RecordTable | ( |  | ) |  |  | default | 
 
 
◆ ~RecordTable()
  
  | 
        
          | virtual souffle::RecordTable::~RecordTable | ( |  | ) |  |  | virtualdefault | 
 
 
◆ lookupArity()
  
  | 
        
          | RecordMap& souffle::RecordTable::lookupArity | ( | size_t | arity | ) |  |  | inlineprivate | 
 
 
◆ pack()
convert record to record reference 
Definition at line 120 of file RecordTable.h.
  122             iter = 
maps.find(arity);
 
 
References maps.
 
 
◆ unpack()
convert record reference to a record 
Definition at line 124 of file RecordTable.h.
  131         std::unordered_map<size_t, RecordMap>::iterator mapsIterator;
 
  132 #pragma omp critical(RecordTableGetForArity) 
 
 
 
◆ maps
  
  | 
        
          | std::unordered_map<size_t, RecordMap> souffle::RecordTable::maps |  | private | 
 
 
The documentation for this class was generated from the following file: