CIRCT  20.0.0git
Public Member Functions | Public Attributes | List of all members
circt::moore::StructLikeMember Struct Reference

A member of a struct. More...

#include <MooreTypes.h>

Collaboration diagram for circt::moore::StructLikeMember:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const StructLikeMember &other) const
 

Public Attributes

StringAttr name
 The name of this member. More...
 
UnpackedType type
 The type of this member. More...
 

Detailed Description

A member of a struct.

Definition at line 157 of file MooreTypes.h.

Member Function Documentation

◆ operator==()

bool circt::moore::StructLikeMember::operator== ( const StructLikeMember other) const
inline

Definition at line 163 of file MooreTypes.h.

References name, and type.

Member Data Documentation

◆ name

StringAttr circt::moore::StructLikeMember::name

The name of this member.

Definition at line 159 of file MooreTypes.h.

Referenced by circt::moore::hash_value(), and operator==().

◆ type

UnpackedType circt::moore::StructLikeMember::type

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