|
clang
5.0.0
|
specific_attr_iterator - Iterates over a subrange of an AttrVec, only providing attributes that are of a specific type. More...
#include "clang/AST/AttrIterator.h"
Public Types | |
| typedef SpecificAttr * | value_type |
| typedef SpecificAttr * | reference |
| typedef SpecificAttr * | pointer |
| typedef std::forward_iterator_tag | iterator_category |
| typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
| specific_attr_iterator () | |
| specific_attr_iterator (Iterator i) | |
| reference | operator* () const |
| pointer | operator-> () const |
| specific_attr_iterator & | operator++ () |
| specific_attr_iterator | operator++ (int) |
Friends | |
| bool | operator== (specific_attr_iterator Left, specific_attr_iterator Right) |
| bool | operator!= (specific_attr_iterator Left, specific_attr_iterator Right) |
specific_attr_iterator - Iterates over a subrange of an AttrVec, only providing attributes that are of a specific type.
Definition at line 47 of file AttrIterator.h.
| typedef std::ptrdiff_t clang::specific_attr_iterator< SpecificAttr, Container >::difference_type |
Definition at line 74 of file AttrIterator.h.
| typedef std::forward_iterator_tag clang::specific_attr_iterator< SpecificAttr, Container >::iterator_category |
Definition at line 73 of file AttrIterator.h.
| typedef SpecificAttr* clang::specific_attr_iterator< SpecificAttr, Container >::pointer |
Definition at line 72 of file AttrIterator.h.
| typedef SpecificAttr* clang::specific_attr_iterator< SpecificAttr, Container >::reference |
Definition at line 71 of file AttrIterator.h.
| typedef SpecificAttr* clang::specific_attr_iterator< SpecificAttr, Container >::value_type |
Definition at line 70 of file AttrIterator.h.
|
inline |
Definition at line 76 of file AttrIterator.h.
|
inlineexplicit |
Definition at line 77 of file AttrIterator.h.
|
inline |
Definition at line 79 of file AttrIterator.h.
|
inline |
Definition at line 88 of file AttrIterator.h.
|
inline |
Definition at line 92 of file AttrIterator.h.
|
inline |
Definition at line 83 of file AttrIterator.h.
|
friend |
Definition at line 107 of file AttrIterator.h.
|
friend |
Definition at line 98 of file AttrIterator.h.
1.8.6