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

#include <FIRRTLTypes.h>

Inheritance diagram for circt::firrtl::BaseTypeAliasOr< BaseTy >:
Inheritance graph
[legend]
Collaboration diagram for circt::firrtl::BaseTypeAliasOr< BaseTy >:
Collaboration graph
[legend]

Public Member Functions

 operator BaseTy () const
 
BaseTy base () const
 

Static Public Member Functions

static bool classof (Type other)
 

Detailed Description

template<typename BaseTy>
class circt::firrtl::BaseTypeAliasOr< BaseTy >

Definition at line 604 of file FIRRTLTypes.h.

Member Function Documentation

◆ base()

template<typename BaseTy >
BaseTy circt::firrtl::BaseTypeAliasOr< BaseTy >::base ( ) const
inline

Definition at line 618 of file FIRRTLTypes.h.

◆ classof()

template<typename BaseTy >
static bool circt::firrtl::BaseTypeAliasOr< BaseTy >::classof ( Type  other)
inlinestatic

Definition at line 613 of file FIRRTLTypes.h.

◆ operator BaseTy()

template<typename BaseTy >
circt::firrtl::BaseTypeAliasOr< BaseTy >::operator BaseTy ( ) const
inline

Definition at line 616 of file FIRRTLTypes.h.


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