clang API Documentation
#include <BugReporter.h>
Public Member Functions | |
| const_iterator (std::list< BugReport * >::const_iterator i) | |
| const_iterator & | operator++ () |
| bool | operator== (const const_iterator &I) const |
| bool | operator!= (const const_iterator &I) const |
| const BugReport * | operator* () const |
| const BugReport * | operator-> () const |
Definition at line 241 of file BugReporter.h.
| clang::ento::BugReportEquivClass::const_iterator::const_iterator | ( | std::list< BugReport * >::const_iterator | i | ) | [inline] |
Definition at line 244 of file BugReporter.h.
| bool clang::ento::BugReportEquivClass::const_iterator::operator!= | ( | const const_iterator & | I | ) | const [inline] |
Definition at line 247 of file BugReporter.h.
| const BugReport* clang::ento::BugReportEquivClass::const_iterator::operator* | ( | ) | const [inline] |
Definition at line 248 of file BugReporter.h.
| const_iterator& clang::ento::BugReportEquivClass::const_iterator::operator++ | ( | ) | [inline] |
Definition at line 245 of file BugReporter.h.
| const BugReport* clang::ento::BugReportEquivClass::const_iterator::operator-> | ( | ) | const [inline] |
Definition at line 249 of file BugReporter.h.
| bool clang::ento::BugReportEquivClass::const_iterator::operator== | ( | const const_iterator & | I | ) | const [inline] |
Definition at line 246 of file BugReporter.h.