#include <Renamable.hpp>

Public Types | |
| typedef std::string | Name |
Public Member Functions | |
| virtual Name | getOriginalName () const throw () |
| virtual void | setOriginalName (const Name &inSource) throw () |
Private Member Functions | |
| Renamable (const Renamable &) | |
| Renamable & | operator= (const Renamable &) |
Private Attributes | |
| Name | mOriginalName |
EDIF provides a way to store displayable string values with different objects using the (rename ...) construct. The Renamable interface will be generalized by objects that need to support this feature.
Definition at line 37 of file Renamable.hpp.
| Renamable::Name torc::generic::Renamable::getOriginalName | ( | ) | const throw () [inline, virtual] |
Get the new name provided for the object.
Definition at line 88 of file Renamable.hpp.
| void torc::generic::Renamable::setOriginalName | ( | const Name & | inSource | ) | throw () [virtual] |
Set the new name provided for the object.
| [in] | inSource | Name of the object |
Definition at line 40 of file Renamable.cpp.
1.5.6