#include <FillIteratorPoR.h>
Collaboration diagram for FillIteratorPoRConst:
Automagically converts between pointers and references to const FillIterator objects
Author: Benno List, Jenny Boehme
Definition at line 49 of file FillIteratorPoR.h.
Public Member Functions | |
FillIteratorPoRConst (const FillIterator &fi_) | |
Constructor from a reference. | |
FillIteratorPoRConst (const FillIterator *pfi_=0) | |
Constructor from a pointer. | |
Public Attributes | |
const FillIterator * | pfi |
The pointer to a const FillIterator. |
|
Constructor from a reference.
Definition at line 52 of file FillIteratorPoR.h. References pfi. |
|
Constructor from a pointer.
Definition at line 56 of file FillIteratorPoR.h. References pfi. |