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

#include <AttList.h>

+ Collaboration diagram for AttList:

Public Member Functions

 ~AttList ()
 
 AttList ()
 
void appendAttribute (char *appendMe)
 
std::vector< std::string > & getAtts ()
 

Private Attributes

std::vector< std::string > atts
 

Friends

struct TupleSpec
 

Detailed Description

Definition at line 31 of file AttList.h.

Constructor & Destructor Documentation

AttList::~AttList ( )
inline

Definition at line 37 of file AttList.h.

AttList::AttList ( )
inline

Definition at line 38 of file AttList.h.

+ Here is the caller graph for this function:

Member Function Documentation

void AttList::appendAttribute ( char *  appendMe)
inline

Definition at line 40 of file AttList.h.

+ Here is the caller graph for this function:

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

Definition at line 44 of file AttList.h.

Friends And Related Function Documentation

friend struct TupleSpec
friend

Definition at line 48 of file AttList.h.

Member Data Documentation

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

Definition at line 34 of file AttList.h.


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