CIRCT  19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
circt::moore::detail::AssocDimStorage Struct Reference
Inheritance diagram for circt::moore::detail::AssocDimStorage:
Inheritance graph
[legend]
Collaboration diagram for circt::moore::detail::AssocDimStorage:
Collaboration graph
[legend]

Public Types

using KeyTy = std::pair< UnpackedType, UnpackedType >
 
- Public Types inherited from circt::moore::detail::DimStorage
using KeyTy = UnpackedType
 

Public Member Functions

 AssocDimStorage (KeyTy key)
 
bool operator== (const KeyTy &key) const
 
- Public Member Functions inherited from circt::moore::detail::DimStorage
 DimStorage (KeyTy key)
 
bool operator== (const KeyTy &key) const
 
LogicalResult mutate (TypeStorageAllocator &allocator, UnpackedType newResolved, UnpackedType newFullyResolved)
 
template<class ConcreteDim , typename... Args>
void finalize (ConcreteDim dim, Args... args) const
 Each dimension type calls this function from its get method. More...
 

Static Public Member Functions

static AssocDimStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 
- Static Public Member Functions inherited from circt::moore::detail::DimStorage
static DimStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

UnpackedType indexType
 
- Public Attributes inherited from circt::moore::detail::DimStorage
UnpackedType inner
 
UnpackedType resolved
 
UnpackedType fullyResolved
 

Detailed Description

Definition at line 828 of file MooreTypes.cpp.

Member Typedef Documentation

◆ KeyTy

Definition at line 829 of file MooreTypes.cpp.

Constructor & Destructor Documentation

◆ AssocDimStorage()

circt::moore::detail::AssocDimStorage::AssocDimStorage ( KeyTy  key)
inline

Definition at line 831 of file MooreTypes.cpp.

Member Function Documentation

◆ construct()

static AssocDimStorage* circt::moore::detail::AssocDimStorage::construct ( TypeStorageAllocator &  allocator,
const KeyTy key 
)
inlinestatic

Definition at line 835 of file MooreTypes.cpp.

◆ operator==()

bool circt::moore::detail::AssocDimStorage::operator== ( const KeyTy key) const
inline

Definition at line 832 of file MooreTypes.cpp.

Member Data Documentation

◆ indexType

UnpackedType circt::moore::detail::AssocDimStorage::indexType

Definition at line 840 of file MooreTypes.cpp.


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