clang API Documentation

Public Member Functions
clang::ento::BugReportEquivClass::const_iterator Class Reference

#include <BugReporter.h>

List of all members.

Public Member Functions

 const_iterator (std::list< BugReport * >::const_iterator i)
const_iteratoroperator++ ()
bool operator== (const const_iterator &I) const
bool operator!= (const const_iterator &I) const
const BugReportoperator* () const
const BugReportoperator-> () const

Detailed Description

Definition at line 241 of file BugReporter.h.


Constructor & Destructor Documentation

clang::ento::BugReportEquivClass::const_iterator::const_iterator ( std::list< BugReport * >::const_iterator  i) [inline]

Definition at line 244 of file BugReporter.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file: