TuttleOFX
1
|
#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 |
DummyVertex & | operator= (const DummyVertex &v) |
const std::string & | getName () const |
Private Attributes | |
std::string | _name |
Friends | |
std::ostream & | operator<< (std::ostream &os, const DummyVertex &v) |
Definition at line 12 of file DummyVertex.hpp.
typedef std::string tuttle::test::DummyVertex::Key |
Definition at line 15 of file DummyVertex.hpp.
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.
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().
std::ostream& operator<< | ( | std::ostream & | os, |
const DummyVertex & | v | ||
) | [friend] |
Definition at line 6 of file DummyVertex.cpp.
std::string tuttle::test::DummyVertex::_name [private] |
Definition at line 43 of file DummyVertex.hpp.
Referenced by getKey(), getName(), and operator=().