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

Public Types

using KeyTy = char
 

Public Member Functions

 FIRRTLBaseTypeStorage (bool isConst)
 
bool operator== (const KeyTy &key) const
 
KeyTy getAsKey () const
 

Static Public Member Functions

static FIRRTLBaseTypeStorageconstruct (TypeStorageAllocator &allocator, KeyTy key)
 

Public Attributes

char isConst
 

Detailed Description

Definition at line 589 of file FIRRTLTypes.cpp.

Member Typedef Documentation

◆ KeyTy

Definition at line 592 of file FIRRTLTypes.cpp.

Constructor & Destructor Documentation

◆ FIRRTLBaseTypeStorage()

circt::firrtl::detail::FIRRTLBaseTypeStorage::FIRRTLBaseTypeStorage ( bool  isConst)
inline

Definition at line 594 of file FIRRTLTypes.cpp.

Referenced by construct().

Member Function Documentation

◆ construct()

static FIRRTLBaseTypeStorage* circt::firrtl::detail::FIRRTLBaseTypeStorage::construct ( TypeStorageAllocator &  allocator,
KeyTy  key 
)
inlinestatic

Definition at line 600 of file FIRRTLTypes.cpp.

References FIRRTLBaseTypeStorage().

◆ getAsKey()

KeyTy circt::firrtl::detail::FIRRTLBaseTypeStorage::getAsKey ( ) const
inline

Definition at line 598 of file FIRRTLTypes.cpp.

References isConst.

◆ operator==()

bool circt::firrtl::detail::FIRRTLBaseTypeStorage::operator== ( const KeyTy key) const
inline

Definition at line 596 of file FIRRTLTypes.cpp.

References isConst.

Member Data Documentation

◆ isConst

char circt::firrtl::detail::FIRRTLBaseTypeStorage::isConst

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