MinTypMaxExpression class final
Represents a min:typ:max expression.
Base classes
- class Expression
- The base class for all expressions in SystemVerilog.
Public functions
- const Expression& min() const
- The minvalue of the expression.
- Expression& min()
- The minvalue of the expression.
- const Expression& typ() const
- The typvalue of the expression.
- Expression& typ()
- The typvalue of the expression.
- const Expression& max() const
- The maxvalue of the expression.
- Expression& max()
- The maxvalue of the expression.
- const Expression& selected() const
- The actual selected value of the expression, based on which compilation options are in effect.
- Expression& selected()
- The actual selected value of the expression, based on which compilation options are in effect.