<trclass="memdesc:a0f13feba965ef7750b3d49064936e5ee"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A bitfield containing values of <aclass="el"href="namespacecrashpad.html#a7856b82b71167792ea6103debb5105ed"title="Options for various *ToString functions in symbolic_constants_* files. ">SymbolicConstantToStringOptionBits</a>. <br/></td></tr>
<trclass="memdesc:a14f1de509869f929122998a2f88f08a6"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A bitfield containing values of <aclass="el"href="namespacecrashpad.html#a8387ad067a7e6a1735ab97a1af450d2b"title="Options for various StringTo* functions in symbolic_constants_* files. ">StringToSymbolicConstantOptionBits</a>. <br/></td></tr>
<trclass="memitem:a7856b82b71167792ea6103debb5105ed"><tdclass="memItemLeft"align="right"valign="top">enum  </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="namespacecrashpad.html#a7856b82b71167792ea6103debb5105ed">crashpad::SymbolicConstantToStringOptionBits</a><trclass="memdesc:a7856b82b71167792ea6103debb5105ed"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Options for various <code>*ToString</code> functions in <code>symbolic_constants_*</code> files. <ahref="namespacecrashpad.html#a7856b82b71167792ea6103debb5105ed">More...</a><br/></td></tr>
<trclass="memitem:a8387ad067a7e6a1735ab97a1af450d2b"><tdclass="memItemLeft"align="right"valign="top">enum  </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="namespacecrashpad.html#a8387ad067a7e6a1735ab97a1af450d2b">crashpad::StringToSymbolicConstantOptionBits</a><trclass="memdesc:a8387ad067a7e6a1735ab97a1af450d2b"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Options for various <code>StringTo*</code> functions in <code>symbolic_constants_*</code> files. <ahref="namespacecrashpad.html#a8387ad067a7e6a1735ab97a1af450d2b">More...</a><br/></td></tr>
<dd>A group of related symbolic constants. Typically, within a single family, one function will be used to transform a numeric value to a string equivalent, and another will perform the inverse operation. Families include POSIX signals and Mach exception masks. </dd>
<dt>Full name </dt>
<dd>The normal symbolic name used for a constant. For example, in the family of POSIX signals, the strings <code>"SIGHUP"</code> and <code>"SIGSEGV"</code> are full names. </dd>
<dt>Short name </dt>
<dd>An abbreviated form of symbolic name used for a constant. Short names vary between families, but are commonly constructed by removing a common prefix from full names. For example, in the family of POSIX signals, the prefix is <code>SIG</code>, and short names include <code>"HUP"</code> and <code>"SEGV"</code>. </dd>
<dt>Numeric string </dt>
<dd>A string that does not contain a full or short name, but contains a numeric value that can be interpreted as a symbolic constant. For example, in the family of POSIX signals, <code>SIGKILL</code> generally has value <code>9</code>, so the numeric string <code>"9"</code> would be interpreted equivalently to <code>"SIGKILL"</code>. </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated by  <ahref="http://www.doxygen.org/index.html">