Cppcheck
Public Member Functions | Public Attributes | List of all members
ValueFlowAnalyzer::ConditionState Struct Reference

Public Member Functions

bool isUnknownDependent () const
 

Public Attributes

bool dependent = true
 
bool unknown = true
 

Detailed Description

Definition at line 2565 of file valueflow.cpp.

Member Function Documentation

◆ isUnknownDependent()

bool ValueFlowAnalyzer::ConditionState::isUnknownDependent ( ) const
inline

Member Data Documentation

◆ dependent

bool ValueFlowAnalyzer::ConditionState::dependent = true

Definition at line 2566 of file valueflow.cpp.

Referenced by ValueFlowAnalyzer::analyzeCondition(), and isUnknownDependent().

◆ unknown

bool ValueFlowAnalyzer::ConditionState::unknown = true

Definition at line 2567 of file valueflow.cpp.

Referenced by ValueFlowAnalyzer::analyzeCondition(), and isUnknownDependent().


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