clang API Documentation
#include <BugReporter.h>
Public Member Functions | |
| iterator (std::list< BugReport * >::iterator i) | |
| iterator & | operator++ () |
| bool | operator== (const iterator &I) const |
| bool | operator!= (const iterator &I) const |
| BugReport * | operator* () const |
| BugReport * | operator-> () const |
Definition at line 230 of file BugReporter.h.
| clang::ento::BugReportEquivClass::iterator::iterator | ( | std::list< BugReport * >::iterator | i | ) | [inline] |
Definition at line 233 of file BugReporter.h.
| bool clang::ento::BugReportEquivClass::iterator::operator!= | ( | const iterator & | I | ) | const [inline] |
Definition at line 236 of file BugReporter.h.
| BugReport* clang::ento::BugReportEquivClass::iterator::operator* | ( | ) | const [inline] |
Definition at line 237 of file BugReporter.h.
| iterator& clang::ento::BugReportEquivClass::iterator::operator++ | ( | ) | [inline] |
Definition at line 234 of file BugReporter.h.
| BugReport* clang::ento::BugReportEquivClass::iterator::operator-> | ( | ) | const [inline] |
Definition at line 238 of file BugReporter.h.
| bool clang::ento::BugReportEquivClass::iterator::operator== | ( | const iterator & | I | ) | const [inline] |
Definition at line 235 of file BugReporter.h.