#include <ROListPoR.h>
Collaboration diagram for ROListPoRConst:
Automagically converts between pointers and references to const ROList objects
Author: Benno List, Jenny Boehme
Definition at line 55 of file ROListPoR.h.
Public Member Functions | |
ROListPoRConst (const ROList &rol_) | |
Constructor from a reference. | |
ROListPoRConst (const ROList *prol_=0) | |
Constructor from a pointer. | |
Public Attributes | |
const ROList * | prol |
The pointer to the const ROList. |
|
Constructor from a reference.
Definition at line 58 of file ROListPoR.h. References prol. |
|
Constructor from a pointer.
Definition at line 62 of file ROListPoR.h. References prol. |