|
| | call_iterator ()=default |
| |
| call_iterator & | operator++ () |
| |
| call_iterator & | operator+= (difference_type n) |
| |
| call_iterator & | operator-= (difference_type n) |
| |
| difference_type | operator- (const call_iterator &RHS) const |
| |
| call_iterator & | operator++ () |
| |
| call_iterator & | operator-- () |
| |
| bool | operator== (const call_iterator &RHS) const |
| |
| bool | operator< (const call_iterator &RHS) const |
| |
| typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::reference, typename std::iterator_traits< VectorImplT::iterator >::value_type & >::type | operator* () const |
| |
| call_iterator | operator+ (typename std::iterator_traits< VectorImplT::iterator >::difference_type n) const |
| |
| call_iterator | operator- (typename std::iterator_traits< VectorImplT::iterator >::difference_type n) const |
| |
| call_iterator & | operator++ () |
| |
| call_iterator | operator++ (int) |
| |
| call_iterator & | operator-- () |
| |
| call_iterator | operator-- (int) |
| |
| bool | operator!= (const call_iterator &RHS) const |
| |
| bool | operator> (const call_iterator &RHS) const |
| |
| bool | operator<= (const call_iterator &RHS) const |
| |
| bool | operator>= (const call_iterator &RHS) const |
| |
| typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::pointer, typename std::iterator_traits< VectorImplT::iterator >::value_type *>::type | operator-> () |
| |
| typename std::conditional< std::is_same< typename std::iterator_traits< VectorImplT::iterator >::value_type, typename std::iterator_traits< VectorImplT::iterator >::value_type >::value, typename std::iterator_traits< VectorImplT::iterator >::pointer, typename std::iterator_traits< VectorImplT::iterator >::value_type *>::type | operator-> () const |
| |
| ReferenceProxy | operator[] (typename std::iterator_traits< VectorImplT::iterator >::difference_type n) |
| |
| ReferenceProxy | operator[] (typename std::iterator_traits< VectorImplT::iterator >::difference_type n) const |
| |
An iterator over specifically call edges.
This has the same iteration properties as the iterator, but restricts itself to edges which represent actual calls.
Definition at line 227 of file LazyCallGraph.h.