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
pdb::Set< Out > Class Template Reference

#include <Set.h>

+ Inheritance diagram for pdb::Set< Out >:
+ Collaboration diagram for pdb::Set< Out >:

Public Member Functions

ENABLE_DEEP_COPY Set ()
 
 ~Set ()
 
 Set (bool isError)
 
 Set (std::string dbName, std::string setName)
 
void match (function< void(QueryBase &)> forSelection, function< void(QueryBase &)> forSet, function< void(QueryBase &)> forQueryOutput) override
 
virtual int getNumInputs () override
 
virtual std::string getIthInputType (int i) override
 
virtual std::string getQueryType () override
 
- Public Member Functions inherited from pdb::Query< Out >
 Query ()
 
std::string getOutputType () override
 
- Public Member Functions inherited from pdb::QueryBase
 QueryBase ()
 
size_t hash () const
 
void print ()
 
void setDBName (std::string toMe)
 
void setError ()
 
void setSetName (std::string toMe)
 
bool wasError ()
 
std::string getDBName ()
 
std::string getSetName ()
 
Handle< QueryBase > & getIthInput (int i) const
 
bool hasInput ()
 
bool setInput (Handle< QueryBase > toMe)
 
bool setInput (int whichSlot, Handle< QueryBase > toMe)
 
virtual bool operator== (const QueryBase &other)
 
- Public Member Functions inherited from pdb::Object
void setVTablePtr (void *setToMe)
 
void * getVTablePtr ()
 
virtual void setUpAndCopyFrom (void *target, void *source) const
 
virtual void deleteObject (void *deleteMe)
 
virtual size_t getSize (void *ofMe)
 

Additional Inherited Members

- Static Public Member Functions inherited from pdb::Object
static void * operator new (size_t sz, const std::nothrow_t &tag)
 
static void * operator new (size_t sz)
 
static void operator delete (void *me)
 
static void * operator new (std::size_t count, void *ptr)
 
- Public Attributes inherited from pdb::Query< Out >
String myOutType
 

Detailed Description

template<typename Out>
class pdb::Set< Out >

Definition at line 17 of file Set.h.

Constructor & Destructor Documentation

template<typename Out >
ENABLE_DEEP_COPY pdb::Set< Out >::Set ( )
inline

Definition at line 22 of file Set.h.

template<typename Out >
pdb::Set< Out >::~Set ( )
inline

Definition at line 23 of file Set.h.

template<typename Out >
pdb::Set< Out >::Set ( bool  isError)
inline

Definition at line 25 of file Set.h.

+ Here is the call graph for this function:

template<typename Out >
pdb::Set< Out >::Set ( std::string  dbName,
std::string  setName 
)
inline

Definition at line 29 of file Set.h.

+ Here is the call graph for this function:

Member Function Documentation

template<typename Out >
virtual std::string pdb::Set< Out >::getIthInputType ( int  i)
inlineoverridevirtual

Implements pdb::QueryBase.

Definition at line 46 of file Set.h.

template<typename Out >
virtual int pdb::Set< Out >::getNumInputs ( )
inlineoverridevirtual

Implements pdb::QueryBase.

Definition at line 41 of file Set.h.

template<typename Out >
virtual std::string pdb::Set< Out >::getQueryType ( )
inlineoverridevirtual

Implements pdb::QueryBase.

Definition at line 50 of file Set.h.

template<typename Out >
void pdb::Set< Out >::match ( function< void(QueryBase &)>  forSelection,
function< void(QueryBase &)>  forSet,
function< void(QueryBase &)>  forQueryOutput 
)
inlineoverridevirtual

Executes the given algorithm on the QueryRoot.

Parameters
algothe algorithm to execute.

Implements pdb::QueryBase.

Definition at line 34 of file Set.h.


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