TuttleOFX  1
tuttle::test::DummyVertex Class Reference

#include <DummyVertex.hpp>

Public Types

typedef std::string Key

Public Member Functions

 DummyVertex ()
 DummyVertex (const std::string &name)
 DummyVertex (const DummyVertex &v)
virtual ~DummyVertex ()
Key getKey () const
DummyVertexoperator= (const DummyVertex &v)
const std::string & getName () const

Private Attributes

std::string _name

Friends

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

Detailed Description

Definition at line 12 of file DummyVertex.hpp.


Member Typedef Documentation

typedef std::string tuttle::test::DummyVertex::Key

Definition at line 15 of file DummyVertex.hpp.


Constructor & Destructor Documentation

tuttle::test::DummyVertex::DummyVertex ( ) [inline]

Definition at line 17 of file DummyVertex.hpp.

tuttle::test::DummyVertex::DummyVertex ( const std::string &  name) [inline]

Definition at line 19 of file DummyVertex.hpp.

tuttle::test::DummyVertex::DummyVertex ( const DummyVertex v) [inline]

Definition at line 22 of file DummyVertex.hpp.

virtual tuttle::test::DummyVertex::~DummyVertex ( ) [inline, virtual]

Definition at line 25 of file DummyVertex.hpp.


Member Function Documentation

Key tuttle::test::DummyVertex::getKey ( ) const [inline]

Definition at line 28 of file DummyVertex.hpp.

References _name.

Referenced by BOOST_AUTO_TEST_CASE().

const std::string& tuttle::test::DummyVertex::getName ( ) const [inline]

Definition at line 39 of file DummyVertex.hpp.

References _name.

Referenced by tuttle::test::operator<<(), and operator=().

DummyVertex& tuttle::test::DummyVertex::operator= ( const DummyVertex v) [inline]

Definition at line 31 of file DummyVertex.hpp.

References _name, and getName().

Here is the call graph for this function:


Friends And Related Function Documentation

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

Definition at line 6 of file DummyVertex.cpp.


Field Documentation

std::string tuttle::test::DummyVertex::_name [private]

Definition at line 43 of file DummyVertex.hpp.

Referenced by getKey(), getName(), and operator=().


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