Jlm
Public Member Functions | List of all members
jlm::rvsdg::TestNullaryOperation Class Referencefinal

#include <TestOperations.hpp>

Inheritance diagram for jlm::rvsdg::TestNullaryOperation:
Inheritance graph
[legend]
Collaboration diagram for jlm::rvsdg::TestNullaryOperation:
Collaboration graph
[legend]

Public Member Functions

 TestNullaryOperation (const std::shared_ptr< const Type > &resultType)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operationcopy () const override
 
- Public Member Functions inherited from jlm::rvsdg::NullaryOperation
 ~NullaryOperation () noexcept override
 
 NullaryOperation (std::shared_ptr< const Type > resultType)
 
- 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
 

Detailed Description

Definition at line 16 of file TestOperations.hpp.

Constructor & Destructor Documentation

◆ TestNullaryOperation()

jlm::rvsdg::TestNullaryOperation::TestNullaryOperation ( const std::shared_ptr< const Type > &  resultType)
inlineexplicit

Definition at line 19 of file TestOperations.hpp.

Member Function Documentation

◆ copy()

std::unique_ptr<Operation> jlm::rvsdg::TestNullaryOperation::copy ( ) const
inlineoverridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 37 of file TestOperations.hpp.

◆ debug_string()

std::string jlm::rvsdg::TestNullaryOperation::debug_string ( ) const
inlineoverridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 31 of file TestOperations.hpp.

◆ operator==()

bool jlm::rvsdg::TestNullaryOperation::operator== ( const Operation other) const
inlineoverridevirtualnoexcept

Implements jlm::rvsdg::Operation.

Definition at line 24 of file TestOperations.hpp.


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