CIRCT  18.0.0git
List of all members
circt::moore::UnpackedNamedType Class Reference

An unpacked named type. See NamedTypeBase for details. More...

#include <MooreTypes.h>

Inheritance diagram for circt::moore::UnpackedNamedType:
Inheritance graph
[legend]
Collaboration diagram for circt::moore::UnpackedNamedType:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from circt::moore::NamedTypeBase< UnpackedNamedType, UnpackedIndirectType >
StringAttr getName () const
 Get the name assigned to the wrapped type. More...
 
- Static Public Member Functions inherited from circt::moore::NamedTypeBase< UnpackedNamedType, UnpackedIndirectType >
static UnpackedNamedType get (InnerType inner, StringAttr name, Location loc)
 
static UnpackedNamedType get (InnerType inner, StringRef name, Location loc)
 
- Protected Types inherited from circt::moore::NamedTypeBase< UnpackedNamedType, UnpackedIndirectType >
using InnerType = typename BaseTy::InnerType
 
using NamedBase = NamedTypeBase< UnpackedNamedType, UnpackedIndirectType >
 

Detailed Description

An unpacked named type. See NamedTypeBase for details.

Definition at line 755 of file MooreTypes.h.


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