EventReceiver objects are used by the devsn class to describe to the simulator how messages should be routed
Inheritance:
Public Methods
-
inline EventReceiver(devs* model, port_t port)
- Creates an event receiver described by the (model, port) pair
-
inline EventReceiver(const EventReceiver& src)
- Performs a shallow copy
-
inline devs* getModel() const
- Returns the model that is to receive an event
-
inline port_t getPort() const
- Returns the model's port that should see the event
-
virtual bool operator== (const object& obj) const
- Returns true if the two objects represent the same (model, port) pair
-
virtual bool operator!= (const object& obj) const
-
virtual unsigned hashcode() const
Inherited from object:
Public Methods
-
virtual bool operator==(const object &obj) const
-
virtual bool operator!=(const object &obj) const
-
virtual object* clone() const
Documentation
EventReceiver objects are used by the devsn class to describe
to the simulator how messages should be routed
inline EventReceiver(devs* model, port_t port)
- Creates an event receiver described by the (model, port) pair
inline EventReceiver(const EventReceiver& src)
- Performs a shallow copy
inline devs* getModel() const
- Returns the model that is to receive an event
inline port_t getPort() const
- Returns the model's port that should see the event
virtual bool operator== (const object& obj) const
- Returns true if the two objects represent the same (model, port) pair
virtual bool operator!= (const object& obj) const
virtual unsigned hashcode() const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.