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