MLIR 22.0.0git
mlir::SymbolCacheBase::Iterator Struct Reference

#include "mlir/Target/SMTLIB/SymCache.h"

Inheritance diagram for mlir::SymbolCacheBase::Iterator:

Public Member Functions

 Iterator (std::unique_ptr< CacheIteratorImpl > &&impl)
CacheItem operator* () const
bool operator== (const Iterator &other) const
void operator++ ()

Detailed Description

Definition at line 60 of file SymCache.h.

Constructor & Destructor Documentation

◆ Iterator()

mlir::SymbolCacheBase::Iterator::Iterator ( std::unique_ptr< CacheIteratorImpl > && impl)
inline

Definition at line 63 of file SymCache.h.

Referenced by operator==().

Member Function Documentation

◆ operator*()

CacheItem mlir::SymbolCacheBase::Iterator::operator* ( ) const
inline

Definition at line 65 of file SymCache.h.

◆ operator++()

void mlir::SymbolCacheBase::Iterator::operator++ ( )
inline

Definition at line 71 of file SymCache.h.

◆ operator==()

bool mlir::SymbolCacheBase::Iterator::operator== ( const Iterator & other) const
inline

Definition at line 68 of file SymCache.h.

References Iterator().


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