#include <RegO.h>
Inheritance diagram for RegO:
A RegO object can register itself in a ROList object, which holds an array of pointers to RegO objects.
Author: Benno List, Jenny Böhme
Changelog:
Definition at line 27 of file RegO.h.
Public Member Functions | |
RegO () | |
Default constructor. | |
RegO (const ROListPoR &rol) | |
Constructor that registers this object in an ROList object. | |
virtual | ~RegO () |
Virtual destructor to ensure that dynamic casts work. | |
Private Member Functions | |
RegO (const RegO &rhs) | |
Private copy constructor, left unimplemented: No copying! | |
RegO & | operator= (const RegO &rhs) |
Private assignment operator, left unimplemented: No assignment! |
|
Constructor that registers this object in an ROList object.
Definition at line 27 of file RegO.C. References ROListPoR::prol, and ROList::registerObject(). |