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::Query< OutType > Class Template Reference

#include <Query.h>

+ Inheritance diagram for pdb::Query< OutType >:
+ Collaboration diagram for pdb::Query< OutType >:

Public Member Functions

 Query ()
 
std::string getOutputType () override
 
- Public Member Functions inherited from pdb::QueryBase
 QueryBase ()
 
size_t hash () const
 
void print ()
 
virtual int getNumInputs ()=0
 
virtual std::string getIthInputType (int i)=0
 
virtual void match (function< void(QueryBase &)> forSelection, function< void(QueryBase &)> forSet, function< void(QueryBase &)> forQueryOutput)=0
 
virtual std::string getQueryType ()=0
 
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)
 

Public Attributes

String myOutType
 

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)
 

Detailed Description

template<typename OutType>
class pdb::Query< OutType >

Definition at line 31 of file Query.h.

Constructor & Destructor Documentation

template<typename OutType>
pdb::Query< OutType >::Query ( )
inline

Definition at line 34 of file Query.h.

Member Function Documentation

template<typename OutType>
std::string pdb::Query< OutType >::getOutputType ( )
inlineoverridevirtual

Implements pdb::QueryBase.

Definition at line 39 of file Query.h.

Member Data Documentation

template<typename OutType>
String pdb::Query< OutType >::myOutType

Definition at line 48 of file Query.h.


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