Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

RegO Class Reference

#include <RegO.h>

Inheritance diagram for RegO:

Inheritance graph
[legend]
List of all members.

Detailed Description

Mix-in class for registered objects.

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

Date
2004/06/30 15:31:46
Author
blist

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!

RegOoperator= (const RegO &rhs)
 Private assignment operator, left unimplemented: No assignment!


Constructor & Destructor Documentation

RegO::RegO const ROListPoR rol  ) 
 

Constructor that registers this object in an ROList object.

Parameters:
rol  The ROList object where this is registered

Definition at line 27 of file RegO.C.

References ROListPoR::prol, and ROList::registerObject().


The documentation for this class was generated from the following files:
Generated on Thu Oct 26 12:55:04 2006 for SFH by doxygen 1.3.2