![]() |
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.
|
#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 |
|
inline |
|
inlineoverridevirtual |
Implements pdb::QueryBase.
|
inlineoverridevirtual |
Implements pdb::QueryBase.
|
inlineoverridevirtual |
Implements pdb::QueryBase.
|
inlineoverridevirtual |
Executes the given algorithm on the QueryRoot.
| algo | the algorithm to execute. |
Implements pdb::QueryBase.