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

Public Types

using KeyTy = unsigned
 
using Kind = RealType::Kind
 

Public Member Functions

 RealTypeStorage (KeyTy key)
 
bool operator== (const KeyTy &key) const
 

Static Public Member Functions

static RealTypeStorageconstruct (TypeStorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

Kind kind
 

Detailed Description

Definition at line 515 of file MooreTypes.cpp.

Member Typedef Documentation

◆ KeyTy

Definition at line 516 of file MooreTypes.cpp.

◆ Kind

Definition at line 517 of file MooreTypes.cpp.

Constructor & Destructor Documentation

◆ RealTypeStorage()

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

Definition at line 519 of file MooreTypes.cpp.

Member Function Documentation

◆ construct()

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

Definition at line 523 of file MooreTypes.cpp.

◆ operator==()

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

Definition at line 520 of file MooreTypes.cpp.

Member Data Documentation

◆ kind

Kind circt::moore::detail::RealTypeStorage::kind

Definition at line 528 of file MooreTypes.cpp.


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