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
TupleSpec Struct Reference

#include <TupleSpec.h>

+ Collaboration diagram for TupleSpec:

Public Member Functions

 TupleSpec ()
 
 ~TupleSpec ()
 
 TupleSpec (std::string setNameIn)
 
 TupleSpec (std::string setNameIn, AttList &useMe)
 
std::string & getSetName ()
 
std::vector< std::string > & getAtts ()
 
bool operator== (const TupleSpec &toMe)
 

Private Attributes

std::string setName
 
std::vector< std::string > atts
 

Friends

std::ostream & operator<< (std::ostream &os, const TupleSpec &printMe)
 

Detailed Description

Definition at line 34 of file TupleSpec.h.

Constructor & Destructor Documentation

TupleSpec::TupleSpec ( )
inline

Definition at line 41 of file TupleSpec.h.

+ Here is the caller graph for this function:

TupleSpec::~TupleSpec ( )
inline

Definition at line 45 of file TupleSpec.h.

TupleSpec::TupleSpec ( std::string  setNameIn)
inline

Definition at line 47 of file TupleSpec.h.

TupleSpec::TupleSpec ( std::string  setNameIn,
AttList useMe 
)
inline

Definition at line 51 of file TupleSpec.h.

Member Function Documentation

std::vector<std::string>& TupleSpec::getAtts ( )
inline

Definition at line 60 of file TupleSpec.h.

+ Here is the caller graph for this function:

std::string& TupleSpec::getSetName ( )
inline

Definition at line 56 of file TupleSpec.h.

+ Here is the caller graph for this function:

bool TupleSpec::operator== ( const TupleSpec toMe)
inline

Definition at line 64 of file TupleSpec.h.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const TupleSpec printMe 
)
friend

Definition at line 71 of file TupleSpec.h.

Member Data Documentation

std::vector<std::string> TupleSpec::atts
private

Definition at line 38 of file TupleSpec.h.

std::string TupleSpec::setName
private

Definition at line 37 of file TupleSpec.h.


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