Jlm
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::hls::PrintOperation Class Referencefinal

#include <hls.hpp>

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

Public Member Functions

 ~PrintOperation () noexcept override
 
 PrintOperation (const std::shared_ptr< const rvsdg::Type > &type)
 
bool operator== (const Operation &) const noexcept override
 
std::string debug_string () const override
 
size_t id () const
 
std::unique_ptr< Operationcopy () const override
 
- Public Member Functions inherited from jlm::rvsdg::SimpleOperation
 ~SimpleOperation () noexcept override
 
 SimpleOperation (std::vector< std::shared_ptr< const jlm::rvsdg::Type >> operands, std::vector< std::shared_ptr< const jlm::rvsdg::Type >> results)
 
size_t narguments () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & argument (size_t index) const noexcept
 
size_t nresults () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & result (size_t index) const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::Operation
virtual ~Operation () noexcept
 
bool operator!= (const Operation &other) const noexcept
 

Static Public Member Functions

static std::vector< jlm::rvsdg::Output * > create (jlm::rvsdg::Output &value)
 

Private Attributes

size_t _id
 

Detailed Description

Definition at line 517 of file hls.hpp.

Constructor & Destructor Documentation

◆ ~PrintOperation()

jlm::hls::PrintOperation::~PrintOperation ( )
overridedefaultnoexcept

◆ PrintOperation()

jlm::hls::PrintOperation::PrintOperation ( const std::shared_ptr< const rvsdg::Type > &  type)
inlineexplicit

Definition at line 524 of file hls.hpp.

Member Function Documentation

◆ copy()

std::unique_ptr<Operation> jlm::hls::PrintOperation::copy ( ) const
inlineoverridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 551 of file hls.hpp.

◆ create()

static std::vector<jlm::rvsdg::Output *> jlm::hls::PrintOperation::create ( jlm::rvsdg::Output value)
inlinestatic

Definition at line 557 of file hls.hpp.

◆ debug_string()

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

Implements jlm::rvsdg::Operation.

Definition at line 539 of file hls.hpp.

◆ id()

size_t jlm::hls::PrintOperation::id ( ) const
inline

Definition at line 545 of file hls.hpp.

◆ operator==()

bool jlm::hls::PrintOperation::operator== ( const Operation ) const
inlineoverridevirtualnoexcept

Implements jlm::rvsdg::Operation.

Definition at line 532 of file hls.hpp.

Member Data Documentation

◆ _id

size_t jlm::hls::PrintOperation::_id
private

Definition at line 519 of file hls.hpp.


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