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

Public Types

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

Public Member Functions

 SizedDimStorage (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 SizedDimStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 
- Static Public Member Functions inherited from circt::moore::detail::DimStorage
static DimStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

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

Detailed Description

Definition at line 813 of file MooreTypes.cpp.

Member Typedef Documentation

◆ KeyTy

Definition at line 814 of file MooreTypes.cpp.

Constructor & Destructor Documentation

◆ SizedDimStorage()

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

Definition at line 816 of file MooreTypes.cpp.

Member Function Documentation

◆ construct()

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

Definition at line 820 of file MooreTypes.cpp.

◆ operator==()

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

Definition at line 817 of file MooreTypes.cpp.

Member Data Documentation

◆ size

unsigned circt::moore::detail::SizedDimStorage::size

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