port_value objects are used to deliver input and extract output to/from the simulator
Inheritance:
Public Fields
-
port_t port
- The port that will receive the input value
-
object* value
- The object to be deliverd
Public Methods
-
inline port_value(port_t port, object* value)
- Creates a port_value for the indicated port with the supplied value
Inherited from object:
Public Methods
-
virtual bool operator==(const object &obj) const
-
virtual bool operator!=(const object &obj) const
-
virtual unsigned int hashcode() const
-
virtual object* clone() const
Documentation
port_value objects are used to deliver input and extract output
to/from the simulator
port_t port
- The port that will receive the input value
object* value
- The object to be deliverd
inline port_value(port_t port, object* value)
- Creates a port_value for the indicated port with the supplied value
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.