Cppcheck
|
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = const ValueFlow::Value |
using | pointer = value_type * |
using | reference = value_type & |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
Iterator (const M::const_iterator &it) | |
reference | operator* () const |
pointer | operator-> () const |
Iterator & | operator++ () |
Private Attributes | |
M::const_iterator | mIt |
Friends | |
bool | operator== (const Iterator &a, const Iterator &b) |
bool | operator!= (const Iterator &a, const Iterator &b) |
Definition at line 2368 of file valueflow.cpp.
using SelectValueFromVarIdMapRange::Iterator::difference_type = std::ptrdiff_t |
Definition at line 2373 of file valueflow.cpp.
using SelectValueFromVarIdMapRange::Iterator::iterator_category = std::forward_iterator_tag |
Definition at line 2369 of file valueflow.cpp.
Definition at line 2371 of file valueflow.cpp.
Definition at line 2372 of file valueflow.cpp.
Definition at line 2370 of file valueflow.cpp.
|
inlineexplicit |
Definition at line 2375 of file valueflow.cpp.
|
inline |
Definition at line 2378 of file valueflow.cpp.
References mIt.
|
inline |
Definition at line 2386 of file valueflow.cpp.
References mIt.
|
inline |
Definition at line 2382 of file valueflow.cpp.
References mIt.
Definition at line 2396 of file valueflow.cpp.
Definition at line 2392 of file valueflow.cpp.
|
private |
Definition at line 2401 of file valueflow.cpp.
Referenced by operator*(), operator++(), and operator->().