|
Jlm
|
Input/Output state type. More...
#include <types.hpp>


Public Member Functions | |
| ~IOStateType () noexcept override | |
| constexpr | IOStateType () noexcept=default |
| bool | operator== (const jlm::rvsdg::Type &other) const noexcept override |
| std::size_t | ComputeHash () const noexcept override |
| std::string | debug_string () const 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 IOStateType > | Create () |
Additional Inherited Members | |
Protected Member Functions inherited from jlm::rvsdg::Type | |
| constexpr | Type () noexcept |
Input/Output state type.
This type is used for state edges that sequentialize input/output operations.
|
overridedefaultnoexcept |
|
constexprdefaultnoexcept |
|
overridevirtualnoexcept |
Computes a hash value for the instance of the type.
Implements jlm::rvsdg::Type.
|
static |
|
overridevirtual |
Implements jlm::rvsdg::Type.
|
overridevirtualnoexcept |
Return the kind of this type.
Implements jlm::rvsdg::Type.
|
overridevirtualnoexcept |
Implements jlm::rvsdg::Type.