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

#include <InnerSymbolNamespace.h>

Collaboration diagram for circt::hw::InnerSymbolNamespaceCollection:
Collaboration graph
[legend]

Public Member Functions

InnerSymbolNamespaceget (Operation *op)
 
InnerSymbolNamespaceoperator[] (Operation *op)
 

Private Attributes

DenseMap< Operation *, InnerSymbolNamespacecollection
 

Detailed Description

Definition at line 37 of file InnerSymbolNamespace.h.

Member Function Documentation

◆ get()

InnerSymbolNamespace& circt::hw::InnerSymbolNamespaceCollection::get ( Operation *  op)
inline

Definition at line 39 of file InnerSymbolNamespace.h.

References collection.

Referenced by operator[]().

◆ operator[]()

InnerSymbolNamespace& circt::hw::InnerSymbolNamespaceCollection::operator[] ( Operation *  op)
inline

Definition at line 43 of file InnerSymbolNamespace.h.

References get().

Member Data Documentation

◆ collection

DenseMap<Operation *, InnerSymbolNamespace> circt::hw::InnerSymbolNamespaceCollection::collection
private

Definition at line 46 of file InnerSymbolNamespace.h.

Referenced by get().


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