CIRCT 20.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
FIRRTLClassElement Struct Reference

Describes an element in a class type. More...

#include <FIRRTL.h>

Collaboration diagram for FIRRTLClassElement:
Collaboration graph
[legend]

Public Attributes

MlirIdentifier name
 
MlirType type
 
FIRRTLDirection direction
 

Detailed Description

Describes an element in a class type.

Definition at line 99 of file FIRRTL.h.

Member Data Documentation

◆ direction

FIRRTLDirection FIRRTLClassElement::direction

Definition at line 102 of file FIRRTL.h.

Referenced by firrtlTypeGetClass().

◆ name

MlirIdentifier FIRRTLClassElement::name

Definition at line 100 of file FIRRTL.h.

◆ type

MlirType FIRRTLClassElement::type

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