clang API Documentation
Helper for the Handler classes. Stores the objects into a vector. example: More...
#include <Handlers.h>


Public Types | |
| typedef StoreTy::const_iterator | iterator |
Public Member Functions | |
| virtual void | Handle (receiving_type Obj) |
| iterator | begin () const |
| iterator | end () const |
Helper for the Handler classes. Stores the objects into a vector. example:
Storing<TranslationUnitHandler> TURes;
IndexProvider.GetTranslationUnitsFor(Entity, TURes);
for (Storing<TranslationUnitHandler>::iterator
I = TURes.begin(), E = TURes.end(); I != E; ++I) { ....
Definition at line 63 of file Handlers.h.
| typedef StoreTy::const_iterator clang::idx::Storing< handler_type >::iterator |
Definition at line 73 of file Handlers.h.
| iterator clang::idx::Storing< handler_type >::begin | ( | ) | const [inline] |
Definition at line 74 of file Handlers.h.
| iterator clang::idx::Storing< handler_type >::end | ( | ) | const [inline] |
Definition at line 75 of file Handlers.h.
| virtual void clang::idx::Storing< handler_type >::Handle | ( | receiving_type | Obj | ) | [inline, virtual] |
Definition at line 69 of file Handlers.h.