OMNeT++ Simulation Library  5.6.1
cModelChangeNotification Class Reference

#include <cmodelchange.h>

Description

Common base class for data objects that accompany PRE_MODEL_CHANGE and POST_MODEL_CHANGE signals.

Inheritance diagram for cModelChangeNotification:
cObject noncopyable cPathChangeNotification cPostDisplayStringChangeNotification cPostGateAddNotification cPostGateConnectNotification cPostGateDeleteNotification cPostGateDisconnectNotification cPostGateVectorResizeNotification cPostModuleAddNotification cPostModuleDeleteNotification cPostModuleReparentNotification cPostParameterChangeNotification cPreDisplayStringChangeNotification cPreGateAddNotification cPreGateConnectNotification cPreGateDeleteNotification cPreGateDisconnectNotification cPreGateVectorResizeNotification cPreModuleAddNotification cPreModuleDeleteNotification cPreModuleReparentNotification cPreParameterChangeNotification

Additional Inherited Members

- Public Member Functions inherited from cObject
 cObject ()
 
 cObject (const cObject &other)
 
virtual ~cObject ()
 
virtual const char * getClassName () const
 
virtual const char * getName () const
 
bool isName (const char *s) const
 
virtual const char * getFullName () const
 
virtual std::string getFullPath () const
 
const cObjectgetThisPtr () const
 
virtual std::string str () const
 
virtual _OPPDEPRECATED std::string info () const
 
virtual _OPPDEPRECATED std::string detailedInfo () const
 
virtual cObjectdup () const
 
virtual void parsimPack (cCommBuffer *buffer) const
 
virtual void parsimUnpack (cCommBuffer *buffer)
 
virtual cObjectgetOwner () const
 
virtual bool isOwnedObject () const
 
virtual void forEachChild (cVisitor *v)
 
cObjectfindObject (const char *name, bool deep=true)
 
void copyNotSupported () const
 
- Protected Member Functions inherited from cObject
virtual void take (cOwnedObject *obj)
 
virtual void drop (cOwnedObject *obj)
 
void dropAndDelete (cOwnedObject *obj)
 

The documentation for this class was generated from the following file: