|
This is the complete list of members for BaseObject, including all inherited members.
BaseObject()=default | BaseObject | |
BaseObject(const BaseObject &p)=default | BaseObject | |
getGroupId() const | BaseObject | inline |
getId() const | BaseObject | inline |
getIndex() const | BaseObject | inline |
getName() const =0 | BaseObject | pure virtual |
groupId_ | BaseObject | private |
id_ | BaseObject | private |
index_ | BaseObject | private |
moveInHandler(unsigned int index) | BaseObject | virtual |
operator<<(std::ostream &os, const BaseObject &o) | BaseObject | friend |
operator>>(std::istream &is, BaseObject &o) | BaseObject | friend |
read(std::istream &is)=0 | BaseObject | pure virtual |
setGroupId(unsigned groupId) | BaseObject | inline |
setId(unsigned long id) | BaseObject | |
setIndex(unsigned int index) | BaseObject | |
write(std::ostream &os) const =0 | BaseObject | pure virtual |
~BaseObject()=default | BaseObject | virtual |