Base class for items that can be named. Will store the name locally in a copy.
More...
#include <utility.h>
List of all members.
Public Attributes |
| std::string | name |
Detailed Description
Base class for items that can be named. Will store the name locally in a copy.
Constructor & Destructor Documentation
| lwpp::Nameable::Nameable |
( |
const char * |
_name = 0 | ) |
|
|
inlineexplicit |
| lwpp::Nameable::Nameable |
( |
std::string |
_name | ) |
|
|
inlineexplicit |
| virtual lwpp::Nameable::~Nameable |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual const std::string& lwpp::Nameable::GetName |
( |
| ) |
const |
|
inlinevirtual |
| virtual void lwpp::Nameable::SetName |
( |
const std::string |
_name | ) |
|
|
inlinevirtual |
| virtual void lwpp::Nameable::SetName |
( |
const char * |
_name | ) |
|
|
inlinevirtual |
Member Data Documentation
| std::string lwpp::Nameable::name |
The documentation for this class was generated from the following file: