Cppcheck
Classes | Public Member Functions | Private Types | Private Attributes | List of all members
SelectValueFromVarIdMapRange Class Reference

Classes

struct  Iterator
 

Public Member Functions

 SelectValueFromVarIdMapRange (const M *m)
 
Iterator begin () const
 
Iterator end () const
 

Private Types

using M = std::unordered_map< nonneg int, ValueFlow::Value >
 

Private Attributes

const MmMap
 

Detailed Description

Definition at line 2365 of file valueflow.cpp.

Member Typedef Documentation

◆ M

using SelectValueFromVarIdMapRange::M = std::unordered_map<nonneg int, ValueFlow::Value>
private

Definition at line 2366 of file valueflow.cpp.

Constructor & Destructor Documentation

◆ SelectValueFromVarIdMapRange()

SelectValueFromVarIdMapRange::SelectValueFromVarIdMapRange ( const M m)
inlineexplicit

Definition at line 2405 of file valueflow.cpp.

Member Function Documentation

◆ begin()

Iterator SelectValueFromVarIdMapRange::begin ( ) const
inline

Definition at line 2408 of file valueflow.cpp.

References mMap.

◆ end()

Iterator SelectValueFromVarIdMapRange::end ( ) const
inline

Definition at line 2411 of file valueflow.cpp.

References mMap.

Member Data Documentation

◆ mMap

const M* SelectValueFromVarIdMapRange::mMap
private

Definition at line 2416 of file valueflow.cpp.

Referenced by begin(), and end().


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