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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from circt::moore::detail::DimStorage
using KeyTy = UnpackedType
 
- Public Attributes inherited from circt::moore::detail::DimStorage
UnpackedType inner
 
UnpackedType resolved
 
UnpackedType fullyResolved
 

Detailed Description

Definition at line 712 of file MooreTypes.cpp.

Constructor & Destructor Documentation

◆ UnsizedDimStorage()

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

Definition at line 713 of file MooreTypes.cpp.

Referenced by construct().

Member Function Documentation

◆ construct()

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

Definition at line 714 of file MooreTypes.cpp.

References UnsizedDimStorage().


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