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

Public Types

typedef std::string Key

Public Member Functions

 TestVertex ()
 TestVertex (const std::string &name)
 ~TestVertex ()
const std::string & getName () const
const std::string & getKey () const

Data Fields

std::string _name

Friends

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

Detailed Description

Definition at line 17 of file main.cpp.


Member Typedef Documentation

Definition at line 20 of file main.cpp.


Constructor & Destructor Documentation

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

Definition at line 22 of file main.cpp.

tuttle::host::graph::TestVertex::TestVertex ( const std::string &  name) [inline]

Definition at line 23 of file main.cpp.

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

Definition at line 24 of file main.cpp.


Member Function Documentation

const std::string& tuttle::host::graph::TestVertex::getKey ( ) const [inline]

Definition at line 27 of file main.cpp.

References getName().

Here is the call graph for this function:

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

Definition at line 26 of file main.cpp.

References _name.

Referenced by getKey().


Friends And Related Function Documentation

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

Definition at line 30 of file main.cpp.


Field Documentation

Definition at line 25 of file main.cpp.

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


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