![]() |
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.
|
This is the complete list of members for pdb::QueryOutput< OutType >, including all inherited members.
| deleteObject(void *deleteMe) | pdb::Object | inlinevirtual |
| getDBName() | pdb::QueryBase | inline |
| getIthInput(int i) const | pdb::QueryBase | inline |
| getIthInputType(int i) override | pdb::QueryOutput< OutType > | inlinevirtual |
| getNumInputs() override | pdb::QueryOutput< OutType > | inlinevirtual |
| getOutputType() override | pdb::QueryOutput< OutType > | inlinevirtual |
| getQueryType() override | pdb::QueryOutput< OutType > | inlinevirtual |
| getSetName() | pdb::QueryBase | inline |
| getSize(void *ofMe) | pdb::Object | inlinevirtual |
| getVTablePtr() | pdb::Object | inline |
| hash() const | pdb::QueryBase | inline |
| hasInput() | pdb::QueryBase | inline |
| match(function< void(QueryBase &)> forSelection, function< void(QueryBase &)> forSet, function< void(QueryBase &)> forQueryOutput) override | pdb::QueryOutput< OutType > | inlinevirtual |
| myType | pdb::QueryOutput< OutType > | private |
| operator delete(void *me) | pdb::Object | inlinestatic |
| operator new(size_t sz, const std::nothrow_t &tag) | pdb::Object | inlinestatic |
| operator new(size_t sz) | pdb::Object | inlinestatic |
| operator new(std::size_t count, void *ptr) | pdb::Object | inlinestatic |
| operator==(const QueryBase &other) | pdb::QueryBase | inlinevirtual |
| print() | pdb::QueryBase | inline |
| QueryBase() | pdb::QueryBase | inline |
| QueryOutput(std::string &dbName, std::string &setName) | pdb::QueryOutput< OutType > | inline |
| QueryOutput() | pdb::QueryOutput< OutType > | inline |
| QueryOutput(std::string dbName, std::string setName, Handle< QueryBase > input) | pdb::QueryOutput< OutType > | inline |
| setDBName(std::string toMe) | pdb::QueryBase | inline |
| setError() | pdb::QueryBase | inline |
| setInput(Handle< QueryBase > toMe) | pdb::QueryBase | inline |
| setInput(int whichSlot, Handle< QueryBase > toMe) | pdb::QueryBase | inline |
| setSetName(std::string toMe) | pdb::QueryBase | inline |
| setUpAndCopyFrom(void *target, void *source) const | pdb::Object | inlinevirtual |
| setVTablePtr(void *setToMe) | pdb::Object | inline |
| wasError() | pdb::QueryBase | inline |
| ~QueryOutput() | pdb::QueryOutput< OutType > | inline |