TuttleOFX  1
tuttle::host::graph::TestEdge Class Reference

Public Member Functions

 TestEdge ()
 TestEdge (const std::string &in, const std::string &out)
 ~TestEdge ()
const std::string & getName () const
const std::string & getInAttrName () const

Data Fields

std::string _nameIn
std::string _nameOut
std::string _name

Friends

std::ostream & operator<< (std::ostream &os, const TestEdge &v)

Detailed Description

Definition at line 36 of file main.cpp.


Constructor & Destructor Documentation

tuttle::host::graph::TestEdge::TestEdge ( ) [inline]

Definition at line 39 of file main.cpp.

tuttle::host::graph::TestEdge::TestEdge ( const std::string &  in,
const std::string &  out 
) [inline]

Definition at line 40 of file main.cpp.

tuttle::host::graph::TestEdge::~TestEdge ( ) [inline]

Definition at line 46 of file main.cpp.


Member Function Documentation

const std::string& tuttle::host::graph::TestEdge::getInAttrName ( ) const [inline]

Definition at line 51 of file main.cpp.

References _nameIn.

const std::string& tuttle::host::graph::TestEdge::getName ( ) const [inline]

Definition at line 50 of file main.cpp.

References _name.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const TestEdge v 
) [friend]

Definition at line 54 of file main.cpp.


Field Documentation

Definition at line 49 of file main.cpp.

Referenced by getName(), and tuttle::host::graph::operator<<().

Definition at line 47 of file main.cpp.

Referenced by getInAttrName().

Definition at line 48 of file main.cpp.


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