A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TupleSet.h File Reference
#include "Handle.h"
#include "PDBVector.h"
#include <functional>
+ Include dependency graph for TupleSet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pdb::MaintenanceFuncs
 
class  pdb::TupleSet
 

Namespaces

 pdb
 

Typedefs

typedef std::shared_ptr< TupleSet > pdb::TupleSetPtr
 

Functions

template<bool B, typename InputType >
auto pdb::tryDereference (InputType &arg) -> typename std::enable_if_t< B, decltype(*arg)& >
 
template<bool B, typename InputType >
auto pdb::tryDereference (InputType &&arg) -> typename std::enable_if_t<!B, InputType & >
 
template<bool B, typename InputType >
auto pdb::getSerializedSize () -> typename std::enable_if_t< B, size_t >
 
template<bool B, typename InputType >
auto pdb::tryToObtainPointer (InputType &arg) -> typename std::enable_if_t< B, InputType * >