class port_value

port_value objects are used to deliver input and extract output to/from the simulator

Inheritance:


Public Fields

[more]port_t port
The port that will receive the input value
[more]object* value
The object to be deliverd

Public Methods

[more]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

ovirtual bool operator==(const object &obj) const
ovirtual bool operator!=(const object &obj) const
ovirtual unsigned int hashcode() const
ovirtual object* clone() const


Documentation

port_value objects are used to deliver input and extract output to/from the simulator
oport_t port
The port that will receive the input value

oobject* value
The object to be deliverd

oinline 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++.