CIRCT  19.0.0git
Public Member Functions | Private Attributes | List of all members
circt::SymbolCacheBase::Iterator Struct Reference

#include <SymCache.h>

Inheritance diagram for circt::SymbolCacheBase::Iterator:
Inheritance graph
[legend]
Collaboration diagram for circt::SymbolCacheBase::Iterator:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

std::unique_ptr< CacheIteratorImplimpl
 

Detailed Description

Definition at line 60 of file SymCache.h.

Constructor & Destructor Documentation

◆ Iterator()

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

Definition at line 63 of file SymCache.h.

Member Function Documentation

◆ operator*()

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

Definition at line 65 of file SymCache.h.

References impl.

◆ operator++()

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

Definition at line 71 of file SymCache.h.

References impl.

◆ operator==()

bool circt::SymbolCacheBase::Iterator::operator== ( const Iterator other) const
inline

Definition at line 68 of file SymCache.h.

References impl.

Member Data Documentation

◆ impl

std::unique_ptr<CacheIteratorImpl> circt::SymbolCacheBase::Iterator::impl
private

Definition at line 74 of file SymCache.h.

Referenced by operator*(), operator++(), and operator==().


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