#include <SubjectAdapter.h>

Public Member Functions | |
| virtual const std::string & | getObjectType () const |
| virtual bool | isKindOf (const std::string &name) const |
Definition at line 22 of file SubjectAdapter.h.
| virtual const std::string& SubjectAdapter::getObjectType | ( | ) | const [virtual] |
Inherited obligation from TypeAwareObject.
Allow observers to determine the type of mutating object notifying them.
Implements TypeAwareObject.
| virtual bool SubjectAdapter::isKindOf | ( | const std::string & | name | ) | const [virtual] |
Inherited obligation from TypeAwareObject.
Allow observers to determine the type of mutating object notifying them.
| name | Name of the class which is being inquired about. |
Implements TypeAwareObject.