Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::evmjit::i256 Struct Reference

Representation of 256-bit value binary compatible with LLVM i256. More...

#include <JIT.h>

Public Member Functions

 i256 ()=default
 

Public Attributes

uint64_t words [4]
 

Detailed Description

Representation of 256-bit value binary compatible with LLVM i256.

Definition at line 19 of file JIT.h.

Constructor & Destructor Documentation

dev::evmjit::i256::i256 ( )
default

Member Data Documentation

uint64_t dev::evmjit::i256::words[4]

Definition at line 21 of file JIT.h.


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