CIRCT  19.0.0git
Static Public Attributes | List of all members
circt::moore::PackedNamedType Class Reference

A packed named type. See NamedTypeBase for details. More...

#include <MooreTypes.h>

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

Static Public Attributes

static constexpr StringLiteral name = "moore.packed_named"
 

Additional Inherited Members

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

Detailed Description

A packed named type. See NamedTypeBase for details.

Definition at line 772 of file MooreTypes.h.

Member Data Documentation

◆ name

constexpr StringLiteral circt::moore::PackedNamedType::name = "moore.packed_named"
staticconstexpr

Definition at line 775 of file MooreTypes.h.


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