#include <Renamable.hpp>
Public Member Functions | |
Renamable (const string &inName) | |
Constructor which must specify the object name. | |
Protected Types | |
typedef std::string | string |
Imported type name. | |
Protected Member Functions | |
void | setName (const string &inName) |
Sets the object name. | |
Friends | |
class | Progenitor< T > |
The Progenitor class has access to our internals. |
Definition at line 42 of file Renamable.hpp.
typedef std::string torc::physical::Renamable< T >::string [protected] |
Imported type name.
Reimplemented from torc::physical::Named.
Reimplemented in torc::physical::Instance.
Definition at line 46 of file Renamable.hpp.
torc::physical::Renamable< T >::Renamable | ( | const string & | inName | ) | [inline] |
Constructor which must specify the object name.
inName | The object name. |
Definition at line 57 of file Renamable.hpp.
void torc::physical::Renamable< T >::setName | ( | const string & | inName | ) | [inline, protected] |
friend class Progenitor< T > [friend] |