CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
circt::om::Evaluator::DebugNesting Struct Reference

RAII helper to increment/decrement debugNesting. More...

Collaboration diagram for circt::om::Evaluator::DebugNesting:
Collaboration graph
[legend]

Public Member Functions

 DebugNesting (unsigned &depth)
 
 ~DebugNesting ()
 

Public Attributes

unsigned & depth
 

Detailed Description

RAII helper to increment/decrement debugNesting.

Definition at line 500 of file Evaluator.h.

Constructor & Destructor Documentation

◆ DebugNesting()

circt::om::Evaluator::DebugNesting::DebugNesting ( unsigned &  depth)
inline

Definition at line 502 of file Evaluator.h.

References depth.

◆ ~DebugNesting()

circt::om::Evaluator::DebugNesting::~DebugNesting ( )
inline

Definition at line 503 of file Evaluator.h.

References depth.

Member Data Documentation

◆ depth

unsigned& circt::om::Evaluator::DebugNesting::depth

Definition at line 501 of file Evaluator.h.

Referenced by DebugNesting(), and ~DebugNesting().


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