|
clang
3.8.0
|
Iterator that walks over the list of categories, filtering out those that do not meet specific criteria. More...
#include <DeclObjC.h>
Public Types | |
| typedef ObjCCategoryDecl * | value_type |
| typedef value_type | reference |
| typedef value_type | pointer |
| typedef std::ptrdiff_t | difference_type |
| typedef std::input_iterator_tag | iterator_category |
Public Member Functions | |
| filtered_category_iterator () | |
| filtered_category_iterator (ObjCCategoryDecl *Current) | |
| reference | operator* () const |
| pointer | operator-> () const |
| filtered_category_iterator & | operator++ () |
| filtered_category_iterator | operator++ (int) |
Friends | |
| bool | operator== (filtered_category_iterator X, filtered_category_iterator Y) |
| bool | operator!= (filtered_category_iterator X, filtered_category_iterator Y) |
Iterator that walks over the list of categories, filtering out those that do not meet specific criteria.
This class template is used for the various permutations of category and extension iterators.
Definition at line 1265 of file DeclObjC.h.
| typedef std::ptrdiff_t clang::ObjCInterfaceDecl::filtered_category_iterator< Filter >::difference_type |
Definition at line 1274 of file DeclObjC.h.
| typedef std::input_iterator_tag clang::ObjCInterfaceDecl::filtered_category_iterator< Filter >::iterator_category |
Definition at line 1275 of file DeclObjC.h.
| typedef value_type clang::ObjCInterfaceDecl::filtered_category_iterator< Filter >::pointer |
Definition at line 1273 of file DeclObjC.h.
| typedef value_type clang::ObjCInterfaceDecl::filtered_category_iterator< Filter >::reference |
Definition at line 1272 of file DeclObjC.h.
| typedef ObjCCategoryDecl* clang::ObjCInterfaceDecl::filtered_category_iterator< Filter >::value_type |
Definition at line 1271 of file DeclObjC.h.
|
inline |
Definition at line 1277 of file DeclObjC.h.
|
inlineexplicit |
Definition at line 1278 of file DeclObjC.h.
|
inline |
Definition at line 1284 of file DeclObjC.h.
|
inline |
Definition at line 2723 of file DeclObjC.h.
References Current.
|
inline |
Definition at line 1289 of file DeclObjC.h.
|
inline |
Definition at line 1285 of file DeclObjC.h.
|
friend |
Definition at line 1300 of file DeclObjC.h.
|
friend |
Definition at line 1295 of file DeclObjC.h.
1.8.6