CIRCT  19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
circt::hw::TypeAliasOr< BaseTy > Class Template Reference

#include <HWTypes.h>

Inheritance diagram for circt::hw::TypeAliasOr< BaseTy >:
Inheritance graph
[legend]
Collaboration diagram for circt::hw::TypeAliasOr< BaseTy >:
Collaboration graph
[legend]

Public Member Functions

 operator BaseTy () const
 

Static Public Member Functions

static bool classof (Type other)
 

Detailed Description

template<typename BaseTy>
class circt::hw::TypeAliasOr< BaseTy >

Definition at line 197 of file HWTypes.h.

Member Function Documentation

◆ classof()

template<typename BaseTy >
static bool circt::hw::TypeAliasOr< BaseTy >::classof ( Type  other)
inlinestatic

Definition at line 205 of file HWTypes.h.

◆ operator BaseTy()

template<typename BaseTy >
circt::hw::TypeAliasOr< BaseTy >::operator BaseTy ( ) const
inline

Definition at line 208 of file HWTypes.h.


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