HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::dataflow::evaluation::Context Struct Reference

#include </home/runner/work/hal/hal/plugins/dataflow_analysis/include/dataflow_analysis/evaluation/context.h>

Collaboration diagram for hal::dataflow::evaluation::Context:
Collaboration graph

Public Member Functions

 Context ()
 

Public Attributes

std::vector< std::shared_ptr< Grouping > > partial_results
 

Detailed Description

The state that is carried over between the iterations of the evaluation phase of dataflow analysis.

Definition at line 40 of file context.h.

Constructor & Destructor Documentation

◆ Context()

hal::dataflow::evaluation::Context::Context ( )
inline

Definition at line 42 of file context.h.

Member Data Documentation

◆ partial_results

std::vector<std::shared_ptr<Grouping> > hal::dataflow::evaluation::Context::partial_results

The merged grouping of every iteration performed so far, in order.

Definition at line 49 of file context.h.

Referenced by hal::dataflow::evaluation::run().


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