#include <IntFunPoR.h>
Collaboration diagram for IntFunPoR:
Automagically converts between pointers and references to IntFun objects
Author: Jenny Böhme, Benno List
Changelog:
Definition at line 37 of file IntFunPoR.h.
Public Member Functions | |
IntFunPoR (IntFun &if_) | |
Constructor from a reference. | |
IntFunPoR (IntFun *pif_) | |
Constructor from a pointer. | |
IntFunPoR (int=0) | |
Constructor from a int (will normally be 0!). | |
IntFunPoR (const std::string &name) | |
Constructor from a name. | |
IntFunPoR (const char *name) | |
Constructor from a name. | |
IntFunPoR (const IntFunPoR &ifpor) | |
Copy constructor. | |
IntFunPoR (const FillIteratorPoR &fipor) | |
Constructor from a FillIteratorPoR. | |
Public Attributes | |
IntFun * | pif |
The pointer to the IntFun. |
|
Constructor from a reference.
Definition at line 40 of file IntFunPoR.h. References pif. |
|
Constructor from a pointer.
Definition at line 44 of file IntFunPoR.h. References pif. |
|
Constructor from a name.
Definition at line 21 of file IntFunPoR.C. |
|
Constructor from a name.
Definition at line 24 of file IntFunPoR.C. |
|
Copy constructor.
Definition at line 60 of file IntFunPoR.h. References pif. |
|
Constructor from a FillIteratorPoR.
Definition at line 64 of file IntFunPoR.h. References pif. |