Jlm
Public Member Functions | List of all members
jlm::rvsdg::NullaryOperation Class Reference

Nullary operator (operator taking no formal arguments) More...

#include <nullary.hpp>

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

Public Member Functions

 ~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
 
virtual bool operator== (const Operation &other) const noexcept=0
 
virtual std::string debug_string () const =0
 
virtual std::unique_ptr< Operationcopy () const =0
 
bool operator!= (const Operation &other) const noexcept
 

Detailed Description

Nullary operator (operator taking no formal arguments)

Definition at line 21 of file nullary.hpp.

Constructor & Destructor Documentation

◆ ~NullaryOperation()

jlm::rvsdg::NullaryOperation::~NullaryOperation ( )
overridenoexcept

Definition at line 13 of file nullary.cpp.

◆ NullaryOperation()

jlm::rvsdg::NullaryOperation::NullaryOperation ( std::shared_ptr< const Type resultType)
inlineexplicit

Definition at line 26 of file nullary.hpp.


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