PROFASI
Version 1.5
|
Anything that has a name. More...
#include <Named.hh>
Public Member Functions | |
Named () | |
Create an object with name "unnamed". | |
Named (const char *st) | |
Create an object with name st given as a C string. | |
Named (std::string st) | |
Create an object with a name given as a string. | |
std::string | Name () const |
Retrive the name of an object. | |
void | Name (std::string gnm) |
Assign a new name to an object. | |
This little class does nothing other than provide an interface to assign and retrieve the name of an object.