#include <Described.h>

Public Member Functions | |
| void | setDescription (const string &description) |
| Set the Describe of the object. | |
| const string | getDescription () const |
| Get the Describe of the object. | |
| bool | isDescribed () const |
| Determine whether Describe is set, i.e object has a Describe. | |
| bool | isDescription (const string &description) const |
| Determine whether Describe equals given Describe. | |
| bool | sameDescriptionAs (const Described &described) const |
| Determine whether Describe equals that of given object. | |
Protected Member Functions | |
| Described (const string &aDescribe=" ") | |
| Only derived class are Described. | |
Protected Attributes | |
| string | _description |
Definition at line 18 of file Described.h.
1.5.9