logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Path - record of connectors visited during dataflow

Description

       A  Path object stores a record of connectors that have been visited during dataflow.  Transfer functions,
       state variables, connectors, and other components can use  the  information  in  the  path  to  determine
       whether data should be transmitted, for example, to avoid circular flow.

Name

       Path - record of connectors visited during dataflow

Public Operations

Path(Path*=nil)
              Instantiate  a  new  path,  optionally  with a duplicate of the information contained in the given
              path.

       virtualvoidVisit(Connector*)
              Register a connector as having been visited.

       virtualbooleanVisited(Connector*)
              Return whether or not a connector has been registered previously with the path.

See Also

Connector(3U), StateVar(3U), TransferFunct(3U)

Unidraw                                           6 August 1990                                         Path(3U)

Synopsis

#include<Unidraw/path.h>

See Also