#include <cpar.h>
Inheritance diagram for cModulePar::
Public Methods | |
Constructors, destructor, assignment. | |
cModulePar (const cPar &other) | |
cModulePar (const char *name=NULL) | |
cModulePar (const char *name, cPar &other) | |
virtual | ~cModulePar () |
cModulePar& | operator= (const cModulePar &otherpar) |
Redefined cObject member functions | |
virtual cObject* | dup () const |
virtual const char* | fullPath () const |
virtual const char* | fullPath (char *buffer, int bufsize) const |
Set/get owner module. | |
void | setOwnerModule (cModule *om) |
cModule* | ownerModule () const |
NOTE: dup() creates only a cPar, NOT a cModulePar!
|
Constructor. |
|
Constructor. |
|
Constructor. |
|
Destructor. |
|
Creates and returns an exact copy of this object. See cObject for more details. Reimplemented from cPar. |
|
The original fullPath() method is redefined to hide the internal array (a cArray) used to store the parameter objects. Reimplemented from cObject. |
|
Redefined. (Reason: a C++ rule that overloaded virtual methods must be redefined together.) Reimplemented from cObject. |
|
Assignment operator. The name member doesn't get copied; see cObject's operator=() for more details. |
|
Returns a pointer to the module which has this cPar as module parameter. |
|
Sets a pointer to the module which has this cPar as module parameter. |