LLVM 23.0.0git
llvm::FileCheckDiagList::const_iterator Class Reference

#include "llvm/FileCheck/FileCheck.h"

Public Types

using difference_type = std::ptrdiff_t
using value_type = FileCheckDiag
using pointer = const FileCheckDiag *
using reference = const FileCheckDiag &
using iterator_category = std::forward_iterator_tag

Public Member Functions

reference operator* () const
pointer operator-> () const
const_iteratoroperator++ ()
const_iterator operator++ (int)
bool operator== (const const_iterator &Other) const
bool operator!= (const const_iterator &Other) const

Detailed Description

Definition at line 433 of file FileCheck.h.

Member Typedef Documentation

◆ difference_type

Definition at line 437 of file FileCheck.h.

◆ iterator_category

Definition at line 441 of file FileCheck.h.

◆ pointer

◆ reference

◆ value_type

Member Function Documentation

◆ operator!=()

bool llvm::FileCheckDiagList::const_iterator::operator!= ( const const_iterator & Other) const
inline

Definition at line 462 of file FileCheck.h.

References llvm::Other.

◆ operator*()

reference llvm::FileCheckDiagList::const_iterator::operator* ( ) const
inline

Definition at line 448 of file FileCheck.h.

Referenced by operator->().

◆ operator++() [1/2]

const_iterator & llvm::FileCheckDiagList::const_iterator::operator++ ( )
inline

Definition at line 450 of file FileCheck.h.

◆ operator++() [2/2]

const_iterator llvm::FileCheckDiagList::const_iterator::operator++ ( int )
inline

Definition at line 454 of file FileCheck.h.

◆ operator->()

pointer llvm::FileCheckDiagList::const_iterator::operator-> ( ) const
inline

Definition at line 449 of file FileCheck.h.

References operator*().

◆ operator==()

bool llvm::FileCheckDiagList::const_iterator::operator== ( const const_iterator & Other) const
inline

Definition at line 459 of file FileCheck.h.

References llvm::Other.


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