#include <nedsupport.h>
◆ dup()
Should be redefined in subclasses to create an exact copy of this object. The default implementation just throws an error, to indicate that the method was not redefined.
Reimplemented from cObject.
◆ getFullName()
virtual const char* getFullName |
( |
| ) |
const |
|
inlineoverridevirtual |
When this object is part of a vector (like a submodule can be part of a module vector, or a gate can be part of a gate vector), this method returns the object's name with the index in brackets; for example: "out[5]".
This default implementation just returns getName().
Reimplemented from cObject.
The documentation for this class was generated from the following file: