/xbmc/visualizations/Vortex/angelscript/docs/manual/structas_s_b_c_info.html

http://github.com/xbmc/xbmc · HTML · 45 lines · 39 code · 5 blank · 1 comment · 0 complexity · 54b4ab01ae6d042a8002573466e78dba MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  3. <title>AngelScript: asSBCInfo Struct Reference</title>
  4. <link href="tabs.css" rel="stylesheet" type="text/css">
  5. <link href="doxygen.css" rel="stylesheet" type="text/css">
  6. </head><body>
  7. <!-- Generated by Doxygen 1.5.9 -->
  8. <div class="contents">
  9. <h1>asSBCInfo Struct Reference</h1><!-- doxytag: class="asSBCInfo" -->Information on a bytecode instruction.
  10. <a href="#_details">More...</a>
  11. <p>
  12. <p>
  13. <a href="structas_s_b_c_info-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
  14. <tr><td></td></tr>
  15. <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
  16. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="44543d80233f6d2158b300e7049e23ab"></a><!-- doxytag: member="asSBCInfo::bc" ref="44543d80233f6d2158b300e7049e23ab" args="" -->
  17. <a class="el" href="angelscript_8h.html#b3692c4e5d47fc93f8c9646d1783aef0">asEBCInstr</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structas_s_b_c_info.html#44543d80233f6d2158b300e7049e23ab">bc</a></td></tr>
  18. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Bytecode instruction id. <br></td></tr>
  19. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0579956f325760177250e0eddd52ab4"></a><!-- doxytag: member="asSBCInfo::type" ref="a0579956f325760177250e0eddd52ab4" args="" -->
  20. <a class="el" href="angelscript_8h.html#05f4716428617975227a75eef995d3dc">asEBCType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structas_s_b_c_info.html#a0579956f325760177250e0eddd52ab4">type</a></td></tr>
  21. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Instruction argument layout. <br></td></tr>
  22. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fa46372104c863ec52c4f6c5e33eba89"></a><!-- doxytag: member="asSBCInfo::stackInc" ref="fa46372104c863ec52c4f6c5e33eba89" args="" -->
  23. int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structas_s_b_c_info.html#fa46372104c863ec52c4f6c5e33eba89">stackInc</a></td></tr>
  24. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">How much this argument increments the stack pointer. 0xFFFF if it depends on the arguments. <br></td></tr>
  25. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0fec180d222e297a574000aa64bd3af5"></a><!-- doxytag: member="asSBCInfo::name" ref="0fec180d222e297a574000aa64bd3af5" args="" -->
  26. const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structas_s_b_c_info.html#0fec180d222e297a574000aa64bd3af5">name</a></td></tr>
  27. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of the instruction for debugging. <br></td></tr>
  28. </table>
  29. <hr><a name="_details"></a><h2>Detailed Description</h2>
  30. This structure can be obtained for each bytecode instruction by looking it up in the <a class="el" href="angelscript_8h.html#c58d23b688ddd6d6e788b034daf25df7">asBCInfo</a> array.<p>
  31. The size of the instruction can be obtained by looking up the type in the <a class="el" href="angelscript_8h.html#60edaa2f8001e7405f073ab3b1ad51ac">asBCTypeSize</a> array.<p>
  32. <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="doc_adv_jit.html">JIT compilation</a> </dd></dl>
  33. <hr>The documentation for this struct was generated from the following file:<ul>
  34. <li><a class="el" href="angelscript_8h.html">angelscript.h</a></ul>
  35. </div>
  36. <hr size="1"><address style="text-align: right;"><small>Generated on Wed Dec 16 19:34:51 2009 for AngelScript by&nbsp;
  37. <a href="http://www.doxygen.org/index.html">
  38. <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
  39. </body>
  40. </html>