|
TuttleOFX
1
|
#include <DummyAttribute.hpp>
Public Member Functions | |
| DummyAttribute () | |
| DummyAttribute (const std::string &name) | |
| DummyAttribute (const DummyAttribute &e) | |
| virtual | ~DummyAttribute () |
| const std::string & | name () const |
| void | setName (const std::string s) |
Private Attributes | |
| std::string | _name |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const DummyAttribute &v) |
Definition at line 6 of file DummyAttribute.hpp.
| DummyAttribute::DummyAttribute | ( | ) | [inline] |
Definition at line 9 of file DummyAttribute.hpp.
| DummyAttribute::DummyAttribute | ( | const std::string & | name | ) | [inline] |
Definition at line 11 of file DummyAttribute.hpp.
| DummyAttribute::DummyAttribute | ( | const DummyAttribute & | e | ) | [inline] |
Definition at line 14 of file DummyAttribute.hpp.
| virtual DummyAttribute::~DummyAttribute | ( | ) | [inline, virtual] |
Definition at line 17 of file DummyAttribute.hpp.
| const std::string& DummyAttribute::name | ( | ) | const [inline] |
| void DummyAttribute::setName | ( | const std::string | s | ) | [inline] |
Definition at line 21 of file DummyAttribute.hpp.
References _name.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const DummyAttribute & | v | ||
| ) | [friend] |
Definition at line 3 of file DummyAttribute.cpp.
std::string DummyAttribute::_name [private] |
Definition at line 26 of file DummyAttribute.hpp.