![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <VMFace.h>
Public Member Functions | |
| RevertInstruction (owning_bytes_ref &&_output) | |
| RevertInstruction (RevertInstruction const &)=delete | |
| RevertInstruction (RevertInstruction &&)=default | |
| RevertInstruction & | operator= (RevertInstruction const &)=delete |
| RevertInstruction & | operator= (RevertInstruction &&)=default |
| char const * | what () const noexcept override |
| owning_bytes_ref && | output () |
Public Member Functions inherited from dev::Exception | |
| const char * | what () const noexcept override |
|
inlineexplicit |
|
delete |
|
default |
|
default |
|
delete |
|
inline |
|
inlineoverridenoexcept |