19 #ifndef TORC_PHYSICAL_RENAMABLE_HPP 
   20 #define TORC_PHYSICAL_RENAMABLE_HPP 
   24 #include <boost/smart_ptr.hpp> 
   32     template <
class T> 
class Progenitor;
 
   67 #endif // TORC_PHYSICAL_RENAMABLE_HPP 
std::string string
Imported type name. 
 
void deprecatedSetName(const string &inName)
Illegally sets the object name. 
 
string mName
The name of the object. 
 
Concept for any object that can be named. 
 
Header for the Named class. 
 
Concept for any object that may have children. 
 
Concept for any object that can be renamed. 
 
void setName(const string &inName)
Sets the object name. 
 
Renamable(const string &inName)
Constructor which must specify the object name.