|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
| 3 | +<head> |
| 4 | +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| 5 | +<meta http-equiv="X-UA-Compatible" content="IE=11"/> |
| 6 | +<meta name="generator" content="Doxygen 1.9.6"/> |
| 7 | +<meta name="viewport" content="width=device-width, initial-scale=1"/> |
| 8 | +<title>EVMC: Class List</title> |
| 9 | +<link href="tabs.css" rel="stylesheet" type="text/css"/> |
| 10 | +<script type="text/javascript" src="jquery.js"></script> |
| 11 | +<script type="text/javascript" src="dynsections.js"></script> |
| 12 | +<link href="navtree.css" rel="stylesheet" type="text/css"/> |
| 13 | +<script type="text/javascript" src="resize.js"></script> |
| 14 | +<script type="text/javascript" src="navtreedata.js"></script> |
| 15 | +<script type="text/javascript" src="navtree.js"></script> |
| 16 | +<link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| 17 | +</head> |
| 18 | +<body> |
| 19 | +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| 20 | +<div id="titlearea"> |
| 21 | +<table cellspacing="0" cellpadding="0"> |
| 22 | + <tbody> |
| 23 | + <tr id="projectrow"> |
| 24 | + <td id="projectalign"> |
| 25 | + <div id="projectname">EVMC |
| 26 | + </div> |
| 27 | + </td> |
| 28 | + </tr> |
| 29 | + </tbody> |
| 30 | +</table> |
| 31 | +</div> |
| 32 | +<!-- end header part --> |
| 33 | +<!-- Generated by Doxygen 1.9.6 --> |
| 34 | +<script type="text/javascript" src="menudata.js"></script> |
| 35 | +<script type="text/javascript" src="menu.js"></script> |
| 36 | +<script type="text/javascript"> |
| 37 | +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| 38 | +$(function() { |
| 39 | + initMenu('',false,false,'search.php','Search'); |
| 40 | +}); |
| 41 | +/* @license-end */ |
| 42 | +</script> |
| 43 | +<div id="main-nav"></div> |
| 44 | +</div><!-- top --> |
| 45 | +<div id="side-nav" class="ui-resizable side-nav-resizable"> |
| 46 | + <div id="nav-tree"> |
| 47 | + <div id="nav-tree-contents"> |
| 48 | + <div id="nav-sync" class="sync"></div> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + <div id="splitbar" style="-moz-user-select:none;" |
| 52 | + class="ui-resizable-handle"> |
| 53 | + </div> |
| 54 | +</div> |
| 55 | +<script type="text/javascript"> |
| 56 | +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| 57 | +$(document).ready(function(){initNavTree('annotated.html',''); initResizable(); }); |
| 58 | +/* @license-end */ |
| 59 | +</script> |
| 60 | +<div id="doc-content"> |
| 61 | +<div class="header"> |
| 62 | + <div class="headertitle"><div class="title">Class List</div></div> |
| 63 | +</div><!--header--> |
| 64 | +<div class="contents"> |
| 65 | +<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory"> |
| 66 | +<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory"> |
| 67 | +<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceevmc.html" target="_self">evmc</a></td><td class="desc">EVMC C++ API - wrappers and bindings for C++ </td></tr> |
| 68 | +<tr id="row_0_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc_1_1address.html" target="_self">address</a></td><td class="desc">The big-endian 160-bit hash suitable for keeping an Ethereum address </td></tr> |
| 69 | +<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc_1_1byte__traits.html" target="_self">byte_traits</a></td><td class="desc">The char traits for byte-like types </td></tr> |
| 70 | +<tr id="row_0_2_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc_1_1bytes32.html" target="_self">bytes32</a></td><td class="desc">The fixed size array of 32 bytes for storing 256-bit EVM values </td></tr> |
| 71 | +<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc_1_1filter__iterator.html" target="_self">filter_iterator</a></td><td class="desc">The filter iterator adaptor creates a view of an iterator range in which some elements of the range are skipped </td></tr> |
| 72 | +<tr id="row_0_4_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classevmc_1_1Host.html" target="_self">Host</a></td><td class="desc">Abstract class to be used by <a class="el" href="classevmc_1_1Host.html" title="Abstract class to be used by Host implementations.">Host</a> implementations </td></tr> |
| 73 | +<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classevmc_1_1HostContext.html" target="_self">HostContext</a></td><td class="desc">Wrapper around EVMC host context / host interface </td></tr> |
| 74 | +<tr id="row_0_6_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classevmc_1_1HostInterface.html" target="_self">HostInterface</a></td><td class="desc">The EVMC <a class="el" href="classevmc_1_1Host.html" title="Abstract class to be used by Host implementations.">Host</a> interface </td></tr> |
| 75 | +<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc_1_1MockedAccount.html" target="_self">MockedAccount</a></td><td class="desc">Mocked account </td></tr> |
| 76 | +<tr id="row_0_8_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_8_" class="arrow" onclick="toggleFolder('0_8_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classevmc_1_1MockedHost.html" target="_self">MockedHost</a></td><td class="desc">Mocked EVMC <a class="el" href="classevmc_1_1Host.html" title="Abstract class to be used by Host implementations.">Host</a> implementation </td></tr> |
| 77 | +<tr id="row_0_8_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc_1_1MockedHost_1_1log__record.html" target="_self">log_record</a></td><td class="desc">LOG record </td></tr> |
| 78 | +<tr id="row_0_9_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classevmc_1_1Result.html" target="_self">Result</a></td><td class="desc">The EVM code execution result. </td></tr> |
| 79 | +<tr id="row_0_10_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc_1_1skip__space__iterator.html" target="_self">skip_space_iterator</a></td><td class="desc">The input filter iterator which skips whitespace characters from the base input iterator </td></tr> |
| 80 | +<tr id="row_0_11_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc_1_1StorageValue.html" target="_self">StorageValue</a></td><td class="desc">Extended value (with original value and access flag) for account storage </td></tr> |
| 81 | +<tr id="row_0_12_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classevmc_1_1VM.html" target="_self">VM</a></td><td class="desc">The <a class="el" href="classevmc_1_1VM.html" title="The VM instance.">VM</a> instance. </td></tr> |
| 82 | +<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__address.html" target="_self">evmc_address</a></td><td class="desc">Big-endian 160-bit hash suitable for keeping an Ethereum address </td></tr> |
| 83 | +<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__bytes32.html" target="_self">evmc_bytes32</a></td><td class="desc">The fixed size array of 32 bytes </td></tr> |
| 84 | +<tr id="row_3_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__host__context.html" target="_self">evmc_host_context</a></td><td class="desc">The opaque data type representing the Host execution context </td></tr> |
| 85 | +<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__host__interface.html" target="_self">evmc_host_interface</a></td><td class="desc">The Host interface </td></tr> |
| 86 | +<tr id="row_5_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__instruction__metrics.html" target="_self">evmc_instruction_metrics</a></td><td class="desc">Metrics for an EVM 1 instruction </td></tr> |
| 87 | +<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__message.html" target="_self">evmc_message</a></td><td class="desc">The message describing an EVM call, including a zero-depth calls from a transaction origin </td></tr> |
| 88 | +<tr id="row_7_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__result.html" target="_self">evmc_result</a></td><td class="desc">The EVM code execution result </td></tr> |
| 89 | +<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="unionevmc__result__optional__storage.html" target="_self">evmc_result_optional_storage</a></td><td class="desc">The union representing <a class="el" href="structevmc__result.html" title="The EVM code execution result.">evmc_result</a> "optional storage" </td></tr> |
| 90 | +<tr id="row_9_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__tx__context.html" target="_self">evmc_tx_context</a></td><td class="desc">The transaction and block data for execution </td></tr> |
| 91 | +<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__tx__initcode.html" target="_self">evmc_tx_initcode</a></td><td class="desc">The hashed initcode used for TXCREATE instruction </td></tr> |
| 92 | +<tr id="row_11_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structevmc__vm.html" target="_self">evmc_vm</a></td><td class="desc">The VM instance </td></tr> |
| 93 | +</table> |
| 94 | +</div><!-- directory --> |
| 95 | +</div><!-- contents --> |
| 96 | +</div><!-- doc-content --> |
| 97 | +<!-- start footer part --> |
| 98 | +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> |
| 99 | + <ul> |
| 100 | + <li class="footer">Generated on Fri Jul 26 2024 10:23:27 for EVMC by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 </li> |
| 101 | + </ul> |
| 102 | +</div> |
| 103 | +</body> |
| 104 | +</html> |
0 commit comments