Jlm
Public Member Functions | Static Public Member Functions | List of all members
jlm::hls::TriggerType Class Referencefinal

#include <hls.hpp>

Inheritance diagram for jlm::hls::TriggerType:
Inheritance graph
[legend]
Collaboration diagram for jlm::hls::TriggerType:
Collaboration graph
[legend]

Public Member Functions

 ~TriggerType () noexcept override
 
 TriggerType ()=default
 
std::string debug_string () const override
 
bool operator== (const Type &other) const noexcept override
 
std::size_t ComputeHash () const noexcept override
 
rvsdg::TypeKind Kind () const noexcept override
 Return the kind of this type. More...
 
- Public Member Functions inherited from jlm::rvsdg::Type
virtual ~Type () noexcept
 
bool operator!= (const jlm::rvsdg::Type &other) const noexcept
 

Static Public Member Functions

static std::shared_ptr< const TriggerTypeCreate ()
 

Additional Inherited Members

- Protected Member Functions inherited from jlm::rvsdg::Type
constexpr Type () noexcept
 

Detailed Description

Definition at line 449 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~TriggerType()

jlm::hls::TriggerType::~TriggerType ( )
overridedefaultnoexcept

◆ TriggerType()

jlm::hls::TriggerType::TriggerType ( )
default

Member Function Documentation

◆ ComputeHash()

std::size_t jlm::hls::TriggerType::ComputeHash ( ) const
overridevirtualnoexcept

Computes a hash value for the instance of the type.

Returns
A hash value.

Implements jlm::rvsdg::Type.

Definition at line 60 of file hls.cpp.

◆ Create()

std::shared_ptr< const TriggerType > jlm::hls::TriggerType::Create ( )
static

Definition at line 72 of file hls.cpp.

◆ debug_string()

std::string jlm::hls::TriggerType::debug_string ( ) const
inlineoverridevirtual

Implements jlm::rvsdg::Type.

Definition at line 457 of file hls.hpp.

◆ Kind()

rvsdg::TypeKind jlm::hls::TriggerType::Kind ( ) const
overridevirtualnoexcept

Return the kind of this type.

Implements jlm::rvsdg::Type.

Definition at line 66 of file hls.cpp.

◆ operator==()

bool jlm::hls::TriggerType::operator== ( const Type other) const
inlineoverridevirtualnoexcept

Implements jlm::rvsdg::Type.

Definition at line 463 of file hls.hpp.


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