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

Public Types

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

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 720 of file MooreTypes.cpp.

Member Typedef Documentation

◆ KeyTy

Definition at line 721 of file MooreTypes.cpp.

Constructor & Destructor Documentation

◆ RangeDimStorage()

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

Definition at line 723 of file MooreTypes.cpp.

Referenced by construct().

Member Function Documentation

◆ construct()

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

Definition at line 727 of file MooreTypes.cpp.

References RangeDimStorage().

◆ operator==()

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

Definition at line 724 of file MooreTypes.cpp.

References circt::moore::detail::DimStorage::inner, and range.

Member Data Documentation

◆ range

Range circt::moore::detail::RangeDimStorage::range

Definition at line 732 of file MooreTypes.cpp.

Referenced by operator==().


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