an object that tracks name changes More...
#include <structs.h>
Public Member Functions | |
| grt::StringRef | comment () const |
| Getter for attribute comment. | |
| virtual void | comment (const grt::StringRef &value) |
| Setter for attribute comment. | |
| grt::StringRef | oldName () const |
| Getter for attribute name. | |
| virtual void | oldName (const grt::StringRef &value) |
| Setter for attribute oldName. | |
an object that tracks name changes
| grt::StringRef comment | ( | ) | const |
Getter for attribute comment.
a text describing the object
| virtual void comment | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute comment.
a text describing the object
| grt::StringRef oldName | ( | ) | const |
Getter for attribute name.
the current name of the object
| virtual void oldName | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute oldName.
used to keep track of the old, original name of the object if the object gets renamed
1.7.1