![]() |
VR-Forces 4.0.4 Class Documentation
|
Class Description: DtControllerComponentList. More...

Public Member Functions | |
| DtControllerComponentList () | |
| default constructor | |
| DtControllerComponentList (const DtString &name, DtReaderWriterRegistry *const parentRegistry=0) | |
| constructor | |
| virtual | ~DtControllerComponentList () |
| destructor | |
| virtual void | taskNotify (const DtSimTask &task, const DtSimComponent ¬ifier) |
| virtual void | clearTask () |
Protected Member Functions | |
| DtControllerComponentList (const DtControllerComponentList &orig) | |
| copy constructor | |
| const DtControllerComponentList & | operator= (const DtControllerComponentList &orig) |
| assignment | |
Class Description: DtControllerComponentList.
Instances of DtControllerComponentList build and manage a hashlist of DtControllerComponents.
default constructor
| DtControllerComponentList::DtControllerComponentList | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = 0 |
||
| ) |
constructor
| DtControllerComponentList::DtControllerComponentList | ( | const DtControllerComponentList & | orig | ) | [protected] |
copy constructor
| virtual DtControllerComponentList::~DtControllerComponentList | ( | ) | [virtual] |
destructor
| const DtControllerComponentList& DtControllerComponentList::operator= | ( | const DtControllerComponentList & | orig | ) | [protected] |
assignment
| virtual void DtControllerComponentList::taskNotify | ( | const DtSimTask & | task, |
| const DtSimComponent & | notifier | ||
| ) | [virtual] |
| virtual void DtControllerComponentList::clearTask | ( | ) | [virtual] |