bump to v0.13
|
|
@ -6,7 +6,7 @@
|
||||||
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
||||||
|
|
||||||
project("clutchlog"
|
project("clutchlog"
|
||||||
VERSION 0.12
|
VERSION 0.13
|
||||||
DESCRIPTION "A logging system which targets versatile debugging")
|
DESCRIPTION "A logging system which targets versatile debugging")
|
||||||
|
|
||||||
enable_language(CXX) # C++
|
enable_language(CXX) # C++
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -89,10 +89,17 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
|
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
|
||||||
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
|
<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">
|
||||||
<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">C</span></span><a class="el" href="classclutchlog.html" target="_self">clutchlog</a></td><td class="desc">The single class which holds everything </td></tr>
|
<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">C</span></span><a class="el" href="classclutchlog.html" target="_self">clutchlog</a></td><td class="desc">The single class which holds everything </td></tr>
|
||||||
<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classclutchlog_1_1fmt.html" target="_self">fmt</a></td><td class="desc">Color and style formatter for ANSI terminal escape sequences </td></tr>
|
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classclutchlog_1_1fmt.html" target="_self">fmt</a></td><td class="desc">Color and style formatter for ANSI terminal escape sequences </td></tr>
|
||||||
<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="structclutchlog_1_1scope__t.html" target="_self">scope_t</a></td><td class="desc">Structure holding a location matching </td></tr>
|
<tr id="row_0_0_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="structclutchlog_1_1fmt_1_1bg__16_m.html" target="_self">bg_16M</a></td><td class="desc">Background in 256-colors mode </td></tr>
|
||||||
|
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html" target="_self">bg_256</a></td><td class="desc">Background in 256-colors mode </td></tr>
|
||||||
|
<tr id="row_0_0_2_" 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="structclutchlog_1_1fmt_1_1color.html" target="_self">color</a></td><td class="desc">Interface class for colors representation </td></tr>
|
||||||
|
<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html" target="_self">color_16M</a></td><td class="desc">Abstract base class for 16M colors objects (24-bits ANSI) </td></tr>
|
||||||
|
<tr id="row_0_0_4_" 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="structclutchlog_1_1fmt_1_1color__256.html" target="_self">color_256</a></td><td class="desc">Abstract base class for 256 colors objects (8-bits ANSI) </td></tr>
|
||||||
|
<tr id="row_0_0_5_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html" target="_self">fg_16M</a></td><td class="desc">Foreground in 256-colors mode </td></tr>
|
||||||
|
<tr id="row_0_0_6_" 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="structclutchlog_1_1fmt_1_1fg__256.html" target="_self">fg_256</a></td><td class="desc">Foreground in 256-colors mode </td></tr>
|
||||||
|
<tr id="row_0_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1scope__t.html" target="_self">scope_t</a></td><td class="desc">Structure holding a location matching </td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- directory -->
|
</div><!-- directory -->
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -381,11 +381,11 @@ void </td><td class="memItemRight" valign="bottom"><b>operator=</b> (<a cla
|
||||||
<p>Return the log level tag corresponding to the given pre-configured name. </p>
|
<p>Return the log level tag corresponding to the given pre-configured name. </p>
|
||||||
<dl class="section note"><dt>Note</dt><dd>This is case sensitive, see the pre-configured <code>_level_word</code>. </dd></dl>
|
<dl class="section note"><dt>Note</dt><dd>This is case sensitive, see the pre-configured <code>_level_word</code>. </dd></dl>
|
||||||
|
|
||||||
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00618">618</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l01002">1002</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
||||||
|
|
||||||
<p class="reference">References <a class="el" href="clutchlog_8h_source.html#l00499">_word_level</a>.</p>
|
<p class="reference">References <a class="el" href="clutchlog_8h_source.html#l00883">_word_level</a>.</p>
|
||||||
|
|
||||||
<p class="reference">Referenced by <a class="el" href="clutchlog_8h_source.html#l00608">threshold()</a>.</p>
|
<p class="reference">Referenced by <a class="el" href="clutchlog_8h_source.html#l00992">threshold()</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -428,11 +428,11 @@ template<class ... FMT> </div>
|
||||||
<p>Set the style (color and typo) of the given log level. </p>
|
<p>Set the style (color and typo) of the given log level. </p>
|
||||||
<p>This version accept style arguments as if they were passed to <code><a class="el" href="classclutchlog_1_1fmt.html" title="Color and style formatter for ANSI terminal escape sequences.">clutchlog::fmt</a></code>. </p>
|
<p>This version accept style arguments as if they were passed to <code><a class="el" href="classclutchlog_1_1fmt.html" title="Color and style formatter for ANSI terminal escape sequences.">clutchlog::fmt</a></code>. </p>
|
||||||
|
|
||||||
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00652">652</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l01036">1036</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
||||||
|
|
||||||
<p class="reference">References <a class="el" href="clutchlog_8h_source.html#l00652">style()</a>.</p>
|
<p class="reference">References <a class="el" href="clutchlog_8h_source.html#l01036">style()</a>.</p>
|
||||||
|
|
||||||
<p class="reference">Referenced by <a class="el" href="clutchlog_8h_source.html#l00652">style()</a>.</p>
|
<p class="reference">Referenced by <a class="el" href="clutchlog_8h_source.html#l01036">style()</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -480,9 +480,9 @@ template<class ... FMT> </div>
|
||||||
<div class="fragment"><div class="line"><a class="code" href="classclutchlog.html#a23dbb98f0d3c5cc21c232cde16cf317a">log</a>.replace(<span class="stringliteral">"{greet} {world}"</span>, <span class="stringliteral">"\\{greet\\}"</span>, <span class="stringliteral">"hello"</span>);</div>
|
<div class="fragment"><div class="line"><a class="code" href="classclutchlog.html#a23dbb98f0d3c5cc21c232cde16cf317a">log</a>.replace(<span class="stringliteral">"{greet} {world}"</span>, <span class="stringliteral">"\\{greet\\}"</span>, <span class="stringliteral">"hello"</span>);</div>
|
||||||
<div class="line"><span class="comment">// returns "hello {world}"</span></div>
|
<div class="line"><span class="comment">// returns "hello {world}"</span></div>
|
||||||
</div><!-- fragment -->
|
</div><!-- fragment -->
|
||||||
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00741">741</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l01125">1125</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
||||||
|
|
||||||
<p class="reference">Referenced by <a class="el" href="clutchlog_8h_source.html#l00928">dump()</a>, <a class="el" href="clutchlog_8h_source.html#l00817">format()</a>, and <a class="el" href="clutchlog_8h_source.html#l00806">replace()</a>.</p>
|
<p class="reference">Referenced by <a class="el" href="clutchlog_8h_source.html#l01312">dump()</a>, <a class="el" href="clutchlog_8h_source.html#l01201">format()</a>, and <a class="el" href="clutchlog_8h_source.html#l01190">replace()</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -491,7 +491,7 @@ template<class ... FMT> </div>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<div class="ttc" id="aclassclutchlog_html_a23dbb98f0d3c5cc21c232cde16cf317a"><div class="ttname"><a href="classclutchlog.html#a23dbb98f0d3c5cc21c232cde16cf317a">clutchlog::log</a></div><div class="ttdeci">void log(const level &stage, const std::string &what, const std::string &file, const std::string &func, size_t line) const</div><div class="ttdoc">Print a log message IF the location matches the given one.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00903">clutchlog.h:903</a></div></div>
|
<div class="ttc" id="aclassclutchlog_html_a23dbb98f0d3c5cc21c232cde16cf317a"><div class="ttname"><a href="classclutchlog.html#a23dbb98f0d3c5cc21c232cde16cf317a">clutchlog::log</a></div><div class="ttdeci">void log(const level &stage, const std::string &what, const std::string &file, const std::string &func, size_t line) const</div><div class="ttdoc">Print a log message IF the location matches the given one.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l01287">clutchlog.h:1287</a></div></div>
|
||||||
<div class="ttc" id="aclassclutchlog_html_acfaceb77da01503b432644a3efaee4fa"><div class="ttname"><a href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog::logger</a></div><div class="ttdeci">static clutchlog & logger()</div><div class="ttdoc">Get the logger instance.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00296">clutchlog.h:296</a></div></div>
|
<div class="ttc" id="aclassclutchlog_html_acfaceb77da01503b432644a3efaee4fa"><div class="ttname"><a href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog::logger</a></div><div class="ttdeci">static clutchlog & logger()</div><div class="ttdoc">Get the logger instance.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00296">clutchlog.h:296</a></div></div>
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -91,23 +91,42 @@ $(document).ready(function(){initNavTree('classclutchlog_1_1fmt.html',''); initR
|
||||||
|
|
||||||
<p>This is the complete list of members for <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>, including all inherited members.</p>
|
<p>This is the complete list of members for <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>, including all inherited members.</p>
|
||||||
<table class="directory">
|
<table class="directory">
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a86696b20e5b31c96ba592926efb324f3">back</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502">ansi</a> enum name</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">bg</a> enum name</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
<tr><td class="entry"><a class="el" href="group__colors16.html#ga86696b20e5b31c96ba592926efb324f3">back</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">fg</a> enum name</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0">back_16M</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959">fmt</a>()</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr><td class="entry"><a class="el" href="group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0">back_256</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(fg f, bg b=bg::none, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a> enum name</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(fg f, typo s, bg b=bg::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr><td class="entry"><a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a> enum name</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(bg b, fg f=fg::none, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959">fmt</a>()</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(bg b, typo s, fg f=fg::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(fg f, bg b=bg::none, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(typo s, fg f=fg::none, bg b=bg::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(fg f, typo s, bg b=bg::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(typo s, bg b, fg f=fg::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(bg b, fg f=fg::none, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a8307a848fcf9ed929435b3e1f2b53401">fore</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(bg b, typo s, fg f=fg::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">operator()</a>(const std::string &msg) const</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(typo s, fg f=fg::none, bg b=bg::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">operator<<</a>(std::ostream &os, const fmt &fmt)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(typo s, bg b, fg f=fg::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0">print_on</a>(std::ostream &os) const</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(fg_256 f, bg_256 b, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b">str</a>() const</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(fg_256 f, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">style</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(fg, bg_256 b, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> enum name</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(const short fr, const short fg, const short fb, const short gr, const short gg, const short gb, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(fg, const short gr, const short gg, const short gb, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(const short fr, const short fg, const short fb, bg, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(const short fr, const short fg, const short fb, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(const std::string &f, const std::string &b, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(fg, const std::string &b, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>fmt</b>(const std::string &f, bg, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td class="entry"><b>fmt</b>(const std::string &f, typo s=typo::none) (defined in <a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401">fore</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de">fore_16M</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c">fore_256</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a0aa57cdd56ccc79c7750921ab534b205">mode</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">operator()</a>(const std::string &msg) const</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="group__colors16.html#ga5a697f5ad3326ea25b139e25252b4cf7">operator<<</a>(std::ostream &os, const std::tuple< fg, bg, typo > &fbs)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33">operator<<</a>(std::ostream &os, const typo &s)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">operator<<</a>(std::ostream &os, const fmt &fmt)</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0">print_on</a>(std::ostream &os) const</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b">str</a>() const</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
|
||||||
|
<tr class="even"><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">style</a></td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
||||||
|
<tr><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> enum name</td><td class="entry"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td><td class="entry"></td></tr>
|
||||||
</table></div><!-- contents -->
|
</table></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -88,6 +88,8 @@ $(document).ready(function(){initNavTree('classclutchlog_1_1fmt.html',''); initR
|
||||||
<a href="#pub-methods">Public Member Functions</a> |
|
<a href="#pub-methods">Public Member Functions</a> |
|
||||||
<a href="#pub-attribs">Public Attributes</a> |
|
<a href="#pub-attribs">Public Attributes</a> |
|
||||||
<a href="#pro-methods">Protected Member Functions</a> |
|
<a href="#pro-methods">Protected Member Functions</a> |
|
||||||
|
<a href="#pro-attribs">Protected Attributes</a> |
|
||||||
|
<a href="#nested-classes">Classes</a> |
|
||||||
<a href="#pub-types">Public Types</a> |
|
<a href="#pub-types">Public Types</a> |
|
||||||
<a href="#friends">Friends</a> |
|
<a href="#friends">Friends</a> |
|
||||||
<a href="classclutchlog_1_1fmt-members.html">List of all members</a> </div>
|
<a href="classclutchlog_1_1fmt-members.html">List of all members</a> </div>
|
||||||
|
|
@ -100,17 +102,64 @@ $(document).ready(function(){initNavTree('classclutchlog_1_1fmt.html',''); initR
|
||||||
<a href="classclutchlog_1_1fmt.html#details">More...</a></p>
|
<a href="classclutchlog_1_1fmt.html#details">More...</a></p>
|
||||||
|
|
||||||
<p><code>#include <<a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>></code></p>
|
<p><code>#include <<a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>></code></p>
|
||||||
|
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
|
||||||
|
<img id="dynsection-0-trigger" src="closed.png" alt="+"/> Collaboration diagram for clutchlog::fmt:</div>
|
||||||
|
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
|
||||||
|
</div>
|
||||||
|
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
|
||||||
|
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="classclutchlog_1_1fmt__coll__graph.svg" width="100%" height="442"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div></div>
|
||||||
|
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
|
||||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||||
<div class="textblock"><p>Color and style formatter for ANSI terminal escape sequences. </p>
|
<div class="textblock"><p>Color and style formatter for ANSI terminal escape sequences. </p>
|
||||||
<dl class="section note"><dt>Note</dt><dd>All styles may not be supported by a given terminal/operating system. </dd></dl>
|
<p>The formatter supports typographic "styles" and colors. Typographic styles are available as named tag in <code><a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89" title="Typographic style codes.">fmt::typo</a></code>.</p>
|
||||||
|
<p>The formatter supports the three ANSI modes, which are automatically selected depending the argument types:</p><ul>
|
||||||
|
<li>16 colors (using named tags),</li>
|
||||||
|
<li>256 colors (using integers),</li>
|
||||||
|
<li>16 millions ("true") colors (using RGB integer triplets or web hex strings).</li>
|
||||||
|
</ul>
|
||||||
|
<p>For 16-colors mode, colors are named tag in:</p><ul>
|
||||||
|
<li><code><a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0" title="Foreground color codes.">fmt::fg</a></code> for foreground colors.</li>
|
||||||
|
<li><code><a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e" title="Background color codes.">fmt::bg</a></code> for background colors.</li>
|
||||||
|
</ul>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>The order in which you pass foreground, background and style does not matter in 16-colors mode.</dd></dl>
|
||||||
|
<p>The following colors are available for both foregrounds (see <code><a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0" title="Foreground color codes.">fmt::fg</a></code>) and backgrounds (see <code><a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e" title="Background color codes.">fmt::bg</a></code>):</p><ul>
|
||||||
|
<li>none,</li>
|
||||||
|
<li>black,</li>
|
||||||
|
<li>red,</li>
|
||||||
|
<li>green,</li>
|
||||||
|
<li>yellow,</li>
|
||||||
|
<li>blue,</li>
|
||||||
|
<li>magenta,</li>
|
||||||
|
<li>cyan,</li>
|
||||||
|
<li>white,</li>
|
||||||
|
<li>bright_black (i.e. grey),</li>
|
||||||
|
<li>bright_red,</li>
|
||||||
|
<li>bright_green,</li>
|
||||||
|
<li>bright_yellow,</li>
|
||||||
|
<li>bright_blue,</li>
|
||||||
|
<li>bright_magenta,</li>
|
||||||
|
<li>bright_cyan,</li>
|
||||||
|
<li>bright_white.</li>
|
||||||
|
</ul>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>Some terminal are configured to display colored text set in bold using the bright color counterpart.</dd></dl>
|
||||||
|
<p>For 256-colors mode, colors are expected to be passed as integers in [-1,255] or the <code>fg::none</code> and <code>bg::none</code> tags.</p>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>In 256-colors mode, if you want to only encode the background color, you cannot just omit the foreground color, you have to bass a <code>fg::none</code> tag as first argument.</dd></dl>
|
||||||
|
<p>For 16M-colors mode, colors can be encoded as:</p><ul>
|
||||||
|
<li>three integer arguments,</li>
|
||||||
|
<li>a "web color" hexadecimal triplet string, starting with a leading number sign (e.g. "#0055ff").</li>
|
||||||
|
<li>the <code>fg::none</code> and <code>bg::none</code> tags.</li>
|
||||||
|
</ul>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>In 16M-colors mode, if you want to only encode the background color, you cannot just omit the foreground color, you have to bass a <code>fg::none</code> tag as first argument.</dd>
|
||||||
|
<dd>
|
||||||
|
All styles may not be supported by a given terminal/operating system. </dd></dl>
|
||||||
|
|
||||||
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00314">314</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00366">366</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
||||||
</div><table class="memberdecls">
|
</div><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
||||||
Public Member Functions</h2></td></tr>
|
Public Member Functions</h2></td></tr>
|
||||||
<tr class="memitem:a407506bc02ed3f91d88b3df630e54959"><td class="memItemLeft" align="right" valign="top"><a id="a407506bc02ed3f91d88b3df630e54959"></a>
|
<tr class="memitem:a407506bc02ed3f91d88b3df630e54959"><td class="memItemLeft" align="right" valign="top"><a id="a407506bc02ed3f91d88b3df630e54959"></a>
|
||||||
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959">fmt</a> ()</td></tr>
|
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959">fmt</a> ()</td></tr>
|
||||||
<tr class="memdesc:a407506bc02ed3f91d88b3df630e54959"><td class="mdescLeft"> </td><td class="mdescRight"> Empty constructor, only useful for a no-op formatter. <br /></td></tr>
|
<tr class="memdesc:a407506bc02ed3f91d88b3df630e54959"><td class="mdescLeft"> </td><td class="mdescRight">Empty constructor, only useful for a no-op formatter. <br /></td></tr>
|
||||||
<tr class="separator:a407506bc02ed3f91d88b3df630e54959"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a407506bc02ed3f91d88b3df630e54959"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:afeaedd18298498d1dcfcc15f5f17ac3c"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">operator()</a> (const std::string &msg) const</td></tr>
|
<tr class="memitem:afeaedd18298498d1dcfcc15f5f17ac3c"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">operator()</a> (const std::string &msg) const</td></tr>
|
||||||
<tr class="memdesc:afeaedd18298498d1dcfcc15f5f17ac3c"><td class="mdescLeft"> </td><td class="mdescRight">Format the given string with the currently encoded format. <a href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">More...</a><br /></td></tr>
|
<tr class="memdesc:afeaedd18298498d1dcfcc15f5f17ac3c"><td class="mdescLeft"> </td><td class="mdescRight">Format the given string with the currently encoded format. <a href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">More...</a><br /></td></tr>
|
||||||
|
|
@ -119,40 +168,79 @@ Public Member Functions</h2></td></tr>
|
||||||
std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b">str</a> () const</td></tr>
|
std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b">str</a> () const</td></tr>
|
||||||
<tr class="memdesc:ab588e04e982b0b26ec979773d51ad41b"><td class="mdescLeft"> </td><td class="mdescRight">Return the formatting code as a string. <br /></td></tr>
|
<tr class="memdesc:ab588e04e982b0b26ec979773d51ad41b"><td class="mdescLeft"> </td><td class="mdescRight">Return the formatting code as a string. <br /></td></tr>
|
||||||
<tr class="separator:ab588e04e982b0b26ec979773d51ad41b"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:ab588e04e982b0b26ec979773d51ad41b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr><td colspan="2"><div class="groupHeader">All combination of constructors with different parameters orders.</div></td></tr>
|
<tr><td colspan="2"><div class="groupHeader">All combination of 16-colors mode constructors with different parameters orders.</div></td></tr>
|
||||||
<tr class="memitem:a6cc6126d113fc0647ed3acbf29cdc425"><td class="memItemLeft" align="right" valign="top"><a id="a6cc6126d113fc0647ed3acbf29cdc425"></a>
|
<tr class="memitem:a6cc6126d113fc0647ed3acbf29cdc425"><td class="memItemLeft" align="right" valign="top"><a id="a6cc6126d113fc0647ed3acbf29cdc425"></a>
|
||||||
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">fg</a> f, <a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">bg</a> b=bg::none, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a> f, <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a> b=bg::none, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
<tr class="separator:a6cc6126d113fc0647ed3acbf29cdc425"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a6cc6126d113fc0647ed3acbf29cdc425"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:ac69e6d3b7ddaec908c429ac61f354267"><td class="memItemLeft" align="right" valign="top"><a id="ac69e6d3b7ddaec908c429ac61f354267"></a>
|
<tr class="memitem:ac69e6d3b7ddaec908c429ac61f354267"><td class="memItemLeft" align="right" valign="top"><a id="ac69e6d3b7ddaec908c429ac61f354267"></a>
|
||||||
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">fg</a> f, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s, <a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">bg</a> b=bg::none)</td></tr>
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a> f, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s, <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a> b=bg::none)</td></tr>
|
||||||
<tr class="separator:ac69e6d3b7ddaec908c429ac61f354267"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:ac69e6d3b7ddaec908c429ac61f354267"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a13453c0b5dbc19d9b510dcdc0352b443"><td class="memItemLeft" align="right" valign="top"><a id="a13453c0b5dbc19d9b510dcdc0352b443"></a>
|
<tr class="memitem:a13453c0b5dbc19d9b510dcdc0352b443"><td class="memItemLeft" align="right" valign="top"><a id="a13453c0b5dbc19d9b510dcdc0352b443"></a>
|
||||||
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">bg</a> b, <a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">fg</a> f=fg::none, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a> b, <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a> f=fg::none, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
<tr class="separator:a13453c0b5dbc19d9b510dcdc0352b443"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a13453c0b5dbc19d9b510dcdc0352b443"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a65856874070ec0865b3a5b9aeb0e4f3d"><td class="memItemLeft" align="right" valign="top"><a id="a65856874070ec0865b3a5b9aeb0e4f3d"></a>
|
<tr class="memitem:a65856874070ec0865b3a5b9aeb0e4f3d"><td class="memItemLeft" align="right" valign="top"><a id="a65856874070ec0865b3a5b9aeb0e4f3d"></a>
|
||||||
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">bg</a> b, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s, <a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">fg</a> f=fg::none)</td></tr>
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a> b, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s, <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a> f=fg::none)</td></tr>
|
||||||
<tr class="separator:a65856874070ec0865b3a5b9aeb0e4f3d"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a65856874070ec0865b3a5b9aeb0e4f3d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a99b3a05ddf6fa341cee6cb1e5dffc159"><td class="memItemLeft" align="right" valign="top"><a id="a99b3a05ddf6fa341cee6cb1e5dffc159"></a>
|
<tr class="memitem:a99b3a05ddf6fa341cee6cb1e5dffc159"><td class="memItemLeft" align="right" valign="top"><a id="a99b3a05ddf6fa341cee6cb1e5dffc159"></a>
|
||||||
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s, <a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">fg</a> f=fg::none, <a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">bg</a> b=bg::none)</td></tr>
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s, <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a> f=fg::none, <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a> b=bg::none)</td></tr>
|
||||||
<tr class="separator:a99b3a05ddf6fa341cee6cb1e5dffc159"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a99b3a05ddf6fa341cee6cb1e5dffc159"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:aeea73b0239bf73ebc8ee84c1e6d278e2"><td class="memItemLeft" align="right" valign="top"><a id="aeea73b0239bf73ebc8ee84c1e6d278e2"></a>
|
<tr class="memitem:aeea73b0239bf73ebc8ee84c1e6d278e2"><td class="memItemLeft" align="right" valign="top"><a id="aeea73b0239bf73ebc8ee84c1e6d278e2"></a>
|
||||||
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s, <a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">bg</a> b, <a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">fg</a> f=fg::none)</td></tr>
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s, <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a> b, <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a> f=fg::none)</td></tr>
|
||||||
<tr class="separator:aeea73b0239bf73ebc8ee84c1e6d278e2"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:aeea73b0239bf73ebc8ee84c1e6d278e2"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr><td colspan="2"><div class="groupHeader">All combination of 256-colors mode constructors with different parameters orders.</div></td></tr>
|
||||||
|
<tr class="memitem:a04f3ba5f6fe81955dca4492a6d259f1c"><td class="memItemLeft" align="right" valign="top"><a id="a04f3ba5f6fe81955dca4492a6d259f1c"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html">fg_256</a> f, <a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html">bg_256</a> b, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a04f3ba5f6fe81955dca4492a6d259f1c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ac49c883e3dd17832749cc092b74a9f56"><td class="memItemLeft" align="right" valign="top"><a id="ac49c883e3dd17832749cc092b74a9f56"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html">fg_256</a> f, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:ac49c883e3dd17832749cc092b74a9f56"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a194201eb8a400ef13df3e833b8788cdc"><td class="memItemLeft" align="right" valign="top"><a id="a194201eb8a400ef13df3e833b8788cdc"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a>, <a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html">bg_256</a> b, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a194201eb8a400ef13df3e833b8788cdc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr><td colspan="2"><div class="groupHeader">All combination of 16M-colors mode constructors with different parameters orders.</div></td></tr>
|
||||||
|
<tr class="memitem:a00feba2b1539529df70e39d615a05941"><td class="memItemLeft" align="right" valign="top"><a id="a00feba2b1539529df70e39d615a05941"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (const short fr, const short <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a>, const short fb, const short gr, const short gg, const short gb, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a00feba2b1539529df70e39d615a05941"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a357c93593867f67d9fef562ca07c7dcc"><td class="memItemLeft" align="right" valign="top"><a id="a357c93593867f67d9fef562ca07c7dcc"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a>, const short gr, const short gg, const short gb, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a357c93593867f67d9fef562ca07c7dcc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a2df8f77f58dc9272c94982c4d2275581"><td class="memItemLeft" align="right" valign="top"><a id="a2df8f77f58dc9272c94982c4d2275581"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (const short fr, const short <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a>, const short fb, <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a>, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a2df8f77f58dc9272c94982c4d2275581"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a63b29eb5862a30a194b0256f2ee554a6"><td class="memItemLeft" align="right" valign="top"><a id="a63b29eb5862a30a194b0256f2ee554a6"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (const short fr, const short <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a>, const short fb, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a63b29eb5862a30a194b0256f2ee554a6"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a9458703ab8a3c9fbc6b801011b43f16d"><td class="memItemLeft" align="right" valign="top"><a id="a9458703ab8a3c9fbc6b801011b43f16d"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (const std::string &f, const std::string &b, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a9458703ab8a3c9fbc6b801011b43f16d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a0923d7d400f6753d4dae124b71eb5023"><td class="memItemLeft" align="right" valign="top"><a id="a0923d7d400f6753d4dae124b71eb5023"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (<a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a>, const std::string &b, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a0923d7d400f6753d4dae124b71eb5023"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a506718883842dbce3659f42cdf79e52c"><td class="memItemLeft" align="right" valign="top"><a id="a506718883842dbce3659f42cdf79e52c"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (const std::string &f, <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a>, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a506718883842dbce3659f42cdf79e52c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a6d1cc4abe822a569a2624b0829de5dd0"><td class="memItemLeft" align="right" valign="top"><a id="a6d1cc4abe822a569a2624b0829de5dd0"></a>
|
||||||
|
 </td><td class="memItemRight" valign="bottom"><b>fmt</b> (const std::string &f, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> s=typo::none)</td></tr>
|
||||||
|
<tr class="separator:a6d1cc4abe822a569a2624b0829de5dd0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
||||||
Public Attributes</h2></td></tr>
|
Public Attributes</h2></td></tr>
|
||||||
<tr class="memitem:a8307a848fcf9ed929435b3e1f2b53401"><td class="memItemLeft" align="right" valign="top"><a id="a8307a848fcf9ed929435b3e1f2b53401"></a>
|
<tr class="memitem:a0aa57cdd56ccc79c7750921ab534b205"><td class="memItemLeft" align="right" valign="top"><a id="a0aa57cdd56ccc79c7750921ab534b205"></a>
|
||||||
enum <a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">clutchlog::fmt::fg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a8307a848fcf9ed929435b3e1f2b53401">fore</a></td></tr>
|
enum <a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502">clutchlog::fmt::ansi</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a0aa57cdd56ccc79c7750921ab534b205">mode</a></td></tr>
|
||||||
<tr class="memdesc:a8307a848fcf9ed929435b3e1f2b53401"><td class="mdescLeft"> </td><td class="mdescRight">Foreground color. <br /></td></tr>
|
<tr class="memdesc:a0aa57cdd56ccc79c7750921ab534b205"><td class="mdescLeft"> </td><td class="mdescRight">Current ANSI color mode. <br /></td></tr>
|
||||||
<tr class="separator:a8307a848fcf9ed929435b3e1f2b53401"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a0aa57cdd56ccc79c7750921ab534b205"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a86696b20e5b31c96ba592926efb324f3"><td class="memItemLeft" align="right" valign="top"><a id="a86696b20e5b31c96ba592926efb324f3"></a>
|
|
||||||
enum <a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">clutchlog::fmt::bg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a86696b20e5b31c96ba592926efb324f3">back</a></td></tr>
|
|
||||||
<tr class="memdesc:a86696b20e5b31c96ba592926efb324f3"><td class="mdescLeft"> </td><td class="mdescRight">Background color. <br /></td></tr>
|
|
||||||
<tr class="separator:a86696b20e5b31c96ba592926efb324f3"><td class="memSeparator" colspan="2"> </td></tr>
|
|
||||||
<tr class="memitem:a2bb0fde65fcd264393e102314dd1610b"><td class="memItemLeft" align="right" valign="top"><a id="a2bb0fde65fcd264393e102314dd1610b"></a>
|
<tr class="memitem:a2bb0fde65fcd264393e102314dd1610b"><td class="memItemLeft" align="right" valign="top"><a id="a2bb0fde65fcd264393e102314dd1610b"></a>
|
||||||
enum <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">clutchlog::fmt::typo</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">style</a></td></tr>
|
enum <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">clutchlog::fmt::typo</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">style</a></td></tr>
|
||||||
<tr class="memdesc:a2bb0fde65fcd264393e102314dd1610b"><td class="mdescLeft"> </td><td class="mdescRight">Typographic style. <br /></td></tr>
|
<tr class="memdesc:a2bb0fde65fcd264393e102314dd1610b"><td class="mdescLeft"> </td><td class="mdescRight">Typographic style. <br /></td></tr>
|
||||||
<tr class="separator:a2bb0fde65fcd264393e102314dd1610b"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a2bb0fde65fcd264393e102314dd1610b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga8307a848fcf9ed929435b3e1f2b53401"><td class="memItemLeft" align="right" valign="top">
|
||||||
|
enum <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">clutchlog::fmt::fg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401">fore</a></td></tr>
|
||||||
|
<tr class="memdesc:ga8307a848fcf9ed929435b3e1f2b53401"><td class="mdescLeft"> </td><td class="mdescRight">Foreground color. <br /></td></tr>
|
||||||
|
<tr class="separator:ga8307a848fcf9ed929435b3e1f2b53401"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga86696b20e5b31c96ba592926efb324f3"><td class="memItemLeft" align="right" valign="top">
|
||||||
|
enum <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">clutchlog::fmt::bg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga86696b20e5b31c96ba592926efb324f3">back</a></td></tr>
|
||||||
|
<tr class="memdesc:ga86696b20e5b31c96ba592926efb324f3"><td class="mdescLeft"> </td><td class="mdescRight">Background color. <br /></td></tr>
|
||||||
|
<tr class="separator:ga86696b20e5b31c96ba592926efb324f3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
|
||||||
Protected Member Functions</h2></td></tr>
|
Protected Member Functions</h2></td></tr>
|
||||||
|
|
@ -161,9 +249,69 @@ std::ostream & </td><td class="memItemRight" valign="bottom"><a class="
|
||||||
<tr class="memdesc:a0b607e343b6813b99eafca1fdfec9cd0"><td class="mdescLeft"> </td><td class="mdescRight">Print the currently encoded format escape code on the given output stream. <br /></td></tr>
|
<tr class="memdesc:a0b607e343b6813b99eafca1fdfec9cd0"><td class="mdescLeft"> </td><td class="mdescRight">Print the currently encoded format escape code on the given output stream. <br /></td></tr>
|
||||||
<tr class="separator:a0b607e343b6813b99eafca1fdfec9cd0"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a0b607e343b6813b99eafca1fdfec9cd0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
|
||||||
|
Protected Attributes</h2></td></tr>
|
||||||
|
<tr class="memitem:gad98fbe84ef338ded8425d56955825a2c"><td class="memItemLeft" align="right" valign="top">
|
||||||
|
<a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html">clutchlog::fmt::fg_256</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c">fore_256</a></td></tr>
|
||||||
|
<tr class="memdesc:gad98fbe84ef338ded8425d56955825a2c"><td class="mdescLeft"> </td><td class="mdescRight">Current foreground in 256-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:gad98fbe84ef338ded8425d56955825a2c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga1d687af385957846034568c3a62d4ef0"><td class="memItemLeft" align="right" valign="top">
|
||||||
|
<a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html">clutchlog::fmt::bg_256</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0">back_256</a></td></tr>
|
||||||
|
<tr class="memdesc:ga1d687af385957846034568c3a62d4ef0"><td class="mdescLeft"> </td><td class="mdescRight">Current background in 256-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:ga1d687af385957846034568c3a62d4ef0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga626c99eb11d1718d7a2a8bb3f079e6de"><td class="memItemLeft" align="right" valign="top">
|
||||||
|
<a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html">clutchlog::fmt::fg_16M</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de">fore_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:ga626c99eb11d1718d7a2a8bb3f079e6de"><td class="mdescLeft"> </td><td class="mdescRight">Current foreground in 16M-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:ga626c99eb11d1718d7a2a8bb3f079e6de"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:gaa2fcbb402dc2426d3720b8bc78a80ec0"><td class="memItemLeft" align="right" valign="top">
|
||||||
|
<a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html">clutchlog::fmt::bg_16M</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0">back_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:gaa2fcbb402dc2426d3720b8bc78a80ec0"><td class="mdescLeft"> </td><td class="mdescRight">Current background in 16M-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:gaa2fcbb402dc2426d3720b8bc78a80ec0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
|
||||||
|
Classes</h2></td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html">bg_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">background in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1bg__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html">bg_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Background in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1bg__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color.html">color</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Interface class for colors representation. <a href="structclutchlog_1_1fmt_1_1color.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html">color_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Abstract base class for 16M colors objects (24-bits ANSI). <a href="structclutchlog_1_1fmt_1_1color__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color__256.html">color_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Abstract base class for 256 colors objects (8-bits ANSI). <a href="structclutchlog_1_1fmt_1_1color__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html">fg_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Foreground in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1fg__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html">fg_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Foreground in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1fg__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
|
||||||
Public Types</h2></td></tr>
|
Public Types</h2></td></tr>
|
||||||
<tr class="memitem:a4662a3ec3577c6a575a2c734636ed8a0"><td class="memItemLeft" align="right" valign="top"><a id="a4662a3ec3577c6a575a2c734636ed8a0"></a>enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">fg</a> { <br />
|
<tr class="memitem:a4d0b3c87ba935addf3581b000c0d7502"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502">ansi</a> { <a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a1e7cced329549fc4c2393381f068062e">ansi::colors_16</a> = -1,
|
||||||
|
<a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a7a3c32a8827eb17435511b4c7a429749">ansi::colors_256</a> = 5,
|
||||||
|
<a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a1844e5aae3a3eefc500c545e3c35bcfa">ansi::colors_16M</a> = 2
|
||||||
|
}</td></tr>
|
||||||
|
<tr class="memdesc:a4d0b3c87ba935addf3581b000c0d7502"><td class="mdescLeft"> </td><td class="mdescRight">ANSI code configuring the available number of colors. <a href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:a4d0b3c87ba935addf3581b000c0d7502"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a932f47b78fb7b10590d5613a1c4eab89"><td class="memItemLeft" align="right" valign="top"><a id="a932f47b78fb7b10590d5613a1c4eab89"></a>enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> { <br />
|
||||||
|
  <b>reset</b> = 0,
|
||||||
|
<b>bold</b> = 1,
|
||||||
|
<b>underline</b> = 4,
|
||||||
|
<b>inverse</b> = 7,
|
||||||
|
<br />
|
||||||
|
  <b>none</b> = -1
|
||||||
|
<br />
|
||||||
|
}</td></tr>
|
||||||
|
<tr class="memdesc:a932f47b78fb7b10590d5613a1c4eab89"><td class="mdescLeft"> </td><td class="mdescRight">Typographic style codes. <br /></td></tr>
|
||||||
|
<tr class="separator:a932f47b78fb7b10590d5613a1c4eab89"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga4662a3ec3577c6a575a2c734636ed8a0"><td class="memItemLeft" align="right" valign="top"><a id="ga4662a3ec3577c6a575a2c734636ed8a0"></a>enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a> { <br />
|
||||||
  <b>black</b> = 30,
|
  <b>black</b> = 30,
|
||||||
<b>red</b> = 31,
|
<b>red</b> = 31,
|
||||||
<b>green</b> = 32,
|
<b>green</b> = 32,
|
||||||
|
|
@ -174,12 +322,22 @@ Public Types</h2></td></tr>
|
||||||
<b>cyan</b> = 36,
|
<b>cyan</b> = 36,
|
||||||
<b>white</b> = 37,
|
<b>white</b> = 37,
|
||||||
<br />
|
<br />
|
||||||
  <b>none</b>
|
  <b>bright_black</b> = 90,
|
||||||
|
<b>bright_red</b> = 91,
|
||||||
|
<b>bright_green</b> = 92,
|
||||||
|
<b>bright_yellow</b> = 93,
|
||||||
|
<br />
|
||||||
|
  <b>bright_blue</b> = 94,
|
||||||
|
<b>bright_magenta</b> = 95,
|
||||||
|
<b>bright_cyan</b> = 96,
|
||||||
|
<b>bright_white</b> = 97,
|
||||||
|
<br />
|
||||||
|
  <b>none</b> = -1
|
||||||
<br />
|
<br />
|
||||||
}</td></tr>
|
}</td></tr>
|
||||||
<tr class="memdesc:a4662a3ec3577c6a575a2c734636ed8a0"><td class="mdescLeft"> </td><td class="mdescRight">Foreground color codes. <br /></td></tr>
|
<tr class="memdesc:ga4662a3ec3577c6a575a2c734636ed8a0"><td class="mdescLeft"> </td><td class="mdescRight">Foreground color codes. <br /></td></tr>
|
||||||
<tr class="separator:a4662a3ec3577c6a575a2c734636ed8a0"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:ga4662a3ec3577c6a575a2c734636ed8a0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a1cf3e27e4041250ffea0a6d58010da1e"><td class="memItemLeft" align="right" valign="top"><a id="a1cf3e27e4041250ffea0a6d58010da1e"></a>enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">bg</a> { <br />
|
<tr class="memitem:ga1cf3e27e4041250ffea0a6d58010da1e"><td class="memItemLeft" align="right" valign="top"><a id="ga1cf3e27e4041250ffea0a6d58010da1e"></a>enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a> { <br />
|
||||||
  <b>black</b> = 40,
|
  <b>black</b> = 40,
|
||||||
<b>red</b> = 41,
|
<b>red</b> = 41,
|
||||||
<b>green</b> = 42,
|
<b>green</b> = 42,
|
||||||
|
|
@ -190,25 +348,32 @@ Public Types</h2></td></tr>
|
||||||
<b>cyan</b> = 46,
|
<b>cyan</b> = 46,
|
||||||
<b>white</b> = 47,
|
<b>white</b> = 47,
|
||||||
<br />
|
<br />
|
||||||
  <b>none</b>
|
  <b>bright_black</b> = 100,
|
||||||
|
<b>bright_red</b> = 101,
|
||||||
|
<b>bright_green</b> = 102,
|
||||||
|
<b>bright_yellow</b> = 103,
|
||||||
|
<br />
|
||||||
|
  <b>bright_blue</b> = 104,
|
||||||
|
<b>bright_magenta</b> = 105,
|
||||||
|
<b>bright_cyan</b> = 106,
|
||||||
|
<b>bright_white</b> = 107,
|
||||||
|
<br />
|
||||||
|
  <b>none</b> = -1
|
||||||
<br />
|
<br />
|
||||||
}</td></tr>
|
}</td></tr>
|
||||||
<tr class="memdesc:a1cf3e27e4041250ffea0a6d58010da1e"><td class="mdescLeft"> </td><td class="mdescRight">Background color codes. <br /></td></tr>
|
<tr class="memdesc:ga1cf3e27e4041250ffea0a6d58010da1e"><td class="mdescLeft"> </td><td class="mdescRight">Background color codes. <br /></td></tr>
|
||||||
<tr class="separator:a1cf3e27e4041250ffea0a6d58010da1e"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:ga1cf3e27e4041250ffea0a6d58010da1e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a932f47b78fb7b10590d5613a1c4eab89"><td class="memItemLeft" align="right" valign="top"><a id="a932f47b78fb7b10590d5613a1c4eab89"></a>enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> { <br />
|
|
||||||
  <b>reset</b> = 0,
|
|
||||||
<b>bold</b> = 1,
|
|
||||||
<b>underline</b> = 4,
|
|
||||||
<b>inverse</b> = 7,
|
|
||||||
<br />
|
|
||||||
  <b>none</b>
|
|
||||||
<br />
|
|
||||||
}</td></tr>
|
|
||||||
<tr class="memdesc:a932f47b78fb7b10590d5613a1c4eab89"><td class="mdescLeft"> </td><td class="mdescRight">Typographic style codes. <br /></td></tr>
|
|
||||||
<tr class="separator:a932f47b78fb7b10590d5613a1c4eab89"><td class="memSeparator" colspan="2"> </td></tr>
|
|
||||||
</table><table class="memberdecls">
|
</table><table class="memberdecls">
|
||||||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
|
||||||
Friends</h2></td></tr>
|
Friends</h2></td></tr>
|
||||||
|
<tr class="memitem:ga5a697f5ad3326ea25b139e25252b4cf7"><td class="memItemLeft" align="right" valign="top">
|
||||||
|
std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga5a697f5ad3326ea25b139e25252b4cf7">operator<<</a> (std::ostream &os, const std::tuple< <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a>, <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a>, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> > &fbs)</td></tr>
|
||||||
|
<tr class="memdesc:ga5a697f5ad3326ea25b139e25252b4cf7"><td class="mdescLeft"> </td><td class="mdescRight">Output stream operator for a 3-tuple of 16-colors mode tags. <br /></td></tr>
|
||||||
|
<tr class="separator:ga5a697f5ad3326ea25b139e25252b4cf7"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga379b0af834c7c561edc5c1e3a3427a33"><td class="memItemLeft" align="right" valign="top">
|
||||||
|
std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33">operator<<</a> (std::ostream &os, const <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> &s)</td></tr>
|
||||||
|
<tr class="memdesc:ga379b0af834c7c561edc5c1e3a3427a33"><td class="mdescLeft"> </td><td class="mdescRight">Output stream operator for a typo tag alone, in 16-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:ga379b0af834c7c561edc5c1e3a3427a33"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:a96849ba427feac3a2eeaa1165e3845da"><td class="memItemLeft" align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">operator<<</a> (std::ostream &os, const <a class="el" href="classclutchlog_1_1fmt.html">fmt</a> &<a class="el" href="classclutchlog_1_1fmt.html">fmt</a>)</td></tr>
|
<tr class="memitem:a96849ba427feac3a2eeaa1165e3845da"><td class="memItemLeft" align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">operator<<</a> (std::ostream &os, const <a class="el" href="classclutchlog_1_1fmt.html">fmt</a> &<a class="el" href="classclutchlog_1_1fmt.html">fmt</a>)</td></tr>
|
||||||
<tr class="memdesc:a96849ba427feac3a2eeaa1165e3845da"><td class="mdescLeft"> </td><td class="mdescRight">Output stream overload. <a href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">More...</a><br /></td></tr>
|
<tr class="memdesc:a96849ba427feac3a2eeaa1165e3845da"><td class="mdescLeft"> </td><td class="mdescRight">Output stream overload. <a href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">More...</a><br /></td></tr>
|
||||||
<tr class="separator:a96849ba427feac3a2eeaa1165e3845da"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:a96849ba427feac3a2eeaa1165e3845da"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
|
@ -243,9 +408,9 @@ Friends</h2></td></tr>
|
||||||
<div class="line">std::cout << error(<span class="stringliteral">"ERROR"</span>) << std::endl;</div>
|
<div class="line">std::cout << error(<span class="stringliteral">"ERROR"</span>) << std::endl;</div>
|
||||||
</div><!-- fragment --><dl class="section note"><dt>Note</dt><dd>A formatter called this way WILL output a reset escape code at the end. </dd></dl>
|
</div><!-- fragment --><dl class="section note"><dt>Note</dt><dd>A formatter called this way WILL output a reset escape code at the end. </dd></dl>
|
||||||
|
|
||||||
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00411">411</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00795">795</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
||||||
|
|
||||||
<p class="reference">References <a class="el" href="clutchlog_8h_source.html#l00366">print_on()</a>.</p>
|
<p class="reference">References <a class="el" href="clutchlog_8h_source.html#l00746">print_on()</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -290,7 +455,42 @@ Friends</h2></td></tr>
|
||||||
<div class="line">std::cout << error << <span class="stringliteral">"ERROR"</span> << end << std::endl;</div>
|
<div class="line">std::cout << error << <span class="stringliteral">"ERROR"</span> << end << std::endl;</div>
|
||||||
</div><!-- fragment --><dl class="section note"><dt>Note</dt><dd>An formatter called this way will NOT output a reset escape code. </dd></dl>
|
</div><!-- fragment --><dl class="section note"><dt>Note</dt><dd>An formatter called this way will NOT output a reset escape code. </dd></dl>
|
||||||
|
|
||||||
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00396">396</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00780">780</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h2 class="groupheader">Member Enumeration Documentation</h2>
|
||||||
|
<a id="a4d0b3c87ba935addf3581b000c0d7502"></a>
|
||||||
|
<h2 class="memtitle"><span class="permalink"><a href="#a4d0b3c87ba935addf3581b000c0d7502">◆ </a></span>ansi</h2>
|
||||||
|
|
||||||
|
<div class="memitem">
|
||||||
|
<div class="memproto">
|
||||||
|
<table class="mlabels">
|
||||||
|
<tr>
|
||||||
|
<td class="mlabels-left">
|
||||||
|
<table class="memname">
|
||||||
|
<tr>
|
||||||
|
<td class="memname">enum <a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502">clutchlog::fmt::ansi</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td class="mlabels-right">
|
||||||
|
<span class="mlabels"><span class="mlabel">strong</span></span> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div><div class="memdoc">
|
||||||
|
|
||||||
|
<p>ANSI code configuring the available number of colors. </p>
|
||||||
|
<table class="fieldtable">
|
||||||
|
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a id="a4d0b3c87ba935addf3581b000c0d7502a1e7cced329549fc4c2393381f068062e"></a>colors_16 </td><td class="fielddoc"><p>16 colors mode. </p>
|
||||||
|
</td></tr>
|
||||||
|
<tr><td class="fieldname"><a id="a4d0b3c87ba935addf3581b000c0d7502a7a3c32a8827eb17435511b4c7a429749"></a>colors_256 </td><td class="fielddoc"><p>256 colors mode. </p>
|
||||||
|
</td></tr>
|
||||||
|
<tr><td class="fieldname"><a id="a4d0b3c87ba935addf3581b000c0d7502a1844e5aae3a3eefc500c545e3c35bcfa"></a>colors_16M </td><td class="fielddoc"><p>16 millions ("true") colors mode. </p>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<p class="definition">Definition at line <a class="el" href="clutchlog_8h_source.html#l00369">369</a> of file <a class="el" href="clutchlog_8h_source.html">clutchlog.h</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -299,7 +499,7 @@ Friends</h2></td></tr>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<div class="ttc" id="aclassclutchlog_1_1fmt_html"><div class="ttname"><a href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></div><div class="ttdoc">Color and style formatter for ANSI terminal escape sequences.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00314">clutchlog.h:314</a></div></div>
|
<div class="ttc" id="aclassclutchlog_1_1fmt_html"><div class="ttname"><a href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></div><div class="ttdoc">Color and style formatter for ANSI terminal escape sequences.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00366">clutchlog.h:366</a></div></div>
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
10
docs/classclutchlog_1_1fmt__coll__graph.map
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<map id="clutchlog::fmt" name="clutchlog::fmt">
|
||||||
|
<area shape="rect" id="node1" title="Color and style formatter for ANSI terminal escape sequences." alt="" coords="679,81,780,108"/>
|
||||||
|
<area shape="rect" id="node2" href="$structclutchlog_1_1fmt_1_1fg__256.html" title="Foreground in 256-colors mode." alt="" coords="414,5,562,32"/>
|
||||||
|
<area shape="rect" id="node3" href="$structclutchlog_1_1fmt_1_1color__256.html" title="Abstract base class for 256 colors objects (8-bits ANSI)." alt="" coords="194,56,359,83"/>
|
||||||
|
<area shape="rect" id="node5" href="$structclutchlog_1_1fmt_1_1bg__256.html" title="Background in 256-colors mode." alt="" coords="413,56,563,83"/>
|
||||||
|
<area shape="rect" id="node4" href="$structclutchlog_1_1fmt_1_1color.html" title="Interface class for colors representation." alt="" coords="5,83,143,109"/>
|
||||||
|
<area shape="rect" id="node7" href="$structclutchlog_1_1fmt_1_1color__16_m.html" title="Abstract base class for 16M colors objects (24-bits ANSI)." alt="" coords="192,107,361,133"/>
|
||||||
|
<area shape="rect" id="node6" href="$structclutchlog_1_1fmt_1_1fg__16_m.html" title="Foreground in 256-colors mode." alt="" coords="412,107,564,133"/>
|
||||||
|
<area shape="rect" id="node8" href="$structclutchlog_1_1fmt_1_1bg__16_m.html" title="background in 256-colors mode." alt="" coords="411,157,565,184"/>
|
||||||
|
</map>
|
||||||
1
docs/classclutchlog_1_1fmt__coll__graph.md5
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
3ff946c726514befbbadcc19be50a61a
|
||||||
237
docs/classclutchlog_1_1fmt__coll__graph.svg
Normal file
|
|
@ -0,0 +1,237 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
|
-->
|
||||||
|
<!-- Title: clutchlog::fmt Pages: 1 -->
|
||||||
|
<!--zoomable 142 -->
|
||||||
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||||
|
<style type="text/css"><![CDATA[
|
||||||
|
.edge:hover path { stroke: red; }
|
||||||
|
.edge:hover polygon { stroke: red; fill: red; }
|
||||||
|
]]></style>
|
||||||
|
<script type="text/javascript"><![CDATA[
|
||||||
|
var edges = document.getElementsByTagName('g');
|
||||||
|
if (edges && edges.length) {
|
||||||
|
for (var i=0;i<edges.length;i++) {
|
||||||
|
if (edges[i].id.substr(0,4)=='edge') {
|
||||||
|
edges[i].setAttribute('class','edge');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]]></script>
|
||||||
|
<defs>
|
||||||
|
<circle id="rim" cx="0" cy="0" r="7"/>
|
||||||
|
<circle id="rim2" cx="0" cy="0" r="3.5"/>
|
||||||
|
<g id="zoomPlus">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
|
||||||
|
</g>
|
||||||
|
<g id="zoomMin">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
|
||||||
|
</g>
|
||||||
|
<g id="dirArrow">
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
<g id="resetDef">
|
||||||
|
<use xlink:href="#rim2" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/>
|
||||||
|
</use>
|
||||||
|
</g>
|
||||||
|
</defs>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var viewWidth = 589;
|
||||||
|
var viewHeight = 142;
|
||||||
|
var sectionId = 'dynsection-0';
|
||||||
|
</script>
|
||||||
|
<script xlink:href="svgpan.js"/>
|
||||||
|
<svg id="graph" class="graph">
|
||||||
|
<g id="viewport">
|
||||||
|
<title>clutchlog::fmt</title>
|
||||||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-138 585,-138 585,4 -4,4"/>
|
||||||
|
<!-- Node1 -->
|
||||||
|
<g id="node1" class="node">
|
||||||
|
<title>Node1</title>
|
||||||
|
<g id="a_node1"><a xlink:title="Color and style formatter for ANSI terminal escape sequences.">
|
||||||
|
<polygon fill="#bfbfbf" stroke="black" points="505,-57.5 505,-76.5 581,-76.5 581,-57.5 505,-57.5"/>
|
||||||
|
<text text-anchor="middle" x="543" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node2 -->
|
||||||
|
<g id="node2" class="node">
|
||||||
|
<title>Node2</title>
|
||||||
|
<g id="a_node2"><a xlink:href="structclutchlog_1_1fmt_1_1fg__256.html" target="_top" xlink:title="Foreground in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="306.5,-114.5 306.5,-133.5 417.5,-133.5 417.5,-114.5 306.5,-114.5"/>
|
||||||
|
<text text-anchor="middle" x="362" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::fg_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node2->Node1 -->
|
||||||
|
<g id="edge1" class="edge">
|
||||||
|
<title>Node2->Node1</title>
|
||||||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M417.53,-112.1C439.39,-106.77 464.64,-99.9 487,-92 499.36,-87.63 512.76,-81.57 523.24,-76.51"/>
|
||||||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="416.66,-108.71 407.75,-114.44 418.29,-115.52 416.66,-108.71"/>
|
||||||
|
<text text-anchor="middle" x="462.5" y="-109" font-family="Helvetica,sans-Serif" font-size="10.00"> fore_256</text>
|
||||||
|
</g>
|
||||||
|
<!-- Node3 -->
|
||||||
|
<g id="node3" class="node">
|
||||||
|
<title>Node3</title>
|
||||||
|
<g id="a_node3"><a xlink:href="structclutchlog_1_1fmt_1_1color__256.html" target="_top" xlink:title="Abstract base class for 256 colors objects (8-bits ANSI).">
|
||||||
|
<polygon fill="white" stroke="black" points="141.5,-76.5 141.5,-95.5 265.5,-95.5 265.5,-76.5 141.5,-76.5"/>
|
||||||
|
<text text-anchor="middle" x="203.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node3->Node2 -->
|
||||||
|
<g id="edge2" class="edge">
|
||||||
|
<title>Node3->Node2</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M253.79,-97.97C275.72,-103.29 301.18,-109.48 321.79,-114.48"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="254.54,-94.55 243.99,-95.59 252.88,-101.35 254.54,-94.55"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node5 -->
|
||||||
|
<g id="node5" class="node">
|
||||||
|
<title>Node5</title>
|
||||||
|
<g id="a_node5"><a xlink:href="structclutchlog_1_1fmt_1_1bg__256.html" target="_top" xlink:title="Background in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="305.5,-76.5 305.5,-95.5 418.5,-95.5 418.5,-76.5 305.5,-76.5"/>
|
||||||
|
<text text-anchor="middle" x="362" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::bg_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node3->Node5 -->
|
||||||
|
<g id="edge5" class="edge">
|
||||||
|
<title>Node3->Node5</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M276.07,-86C285.91,-86 295.89,-86 305.38,-86"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="275.9,-82.5 265.9,-86 275.9,-89.5 275.9,-82.5"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node4 -->
|
||||||
|
<g id="node4" class="node">
|
||||||
|
<title>Node4</title>
|
||||||
|
<g id="a_node4"><a xlink:href="structclutchlog_1_1fmt_1_1color.html" target="_top" xlink:title="Interface class for colors representation.">
|
||||||
|
<polygon fill="white" stroke="black" points="0,-56.5 0,-75.5 103,-75.5 103,-56.5 0,-56.5"/>
|
||||||
|
<text text-anchor="middle" x="51.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node4->Node3 -->
|
||||||
|
<g id="edge3" class="edge">
|
||||||
|
<title>Node4->Node3</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M113.21,-74.09C122.5,-75.33 132.09,-76.61 141.38,-77.85"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="113.66,-70.62 103.28,-72.77 112.73,-77.56 113.66,-70.62"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node7 -->
|
||||||
|
<g id="node7" class="node">
|
||||||
|
<title>Node7</title>
|
||||||
|
<g id="a_node7"><a xlink:href="structclutchlog_1_1fmt_1_1color__16_m.html" target="_top" xlink:title="Abstract base class for 16M colors objects (24-bits ANSI).">
|
||||||
|
<polygon fill="white" stroke="black" points="140,-38.5 140,-57.5 267,-57.5 267,-38.5 140,-38.5"/>
|
||||||
|
<text text-anchor="middle" x="203.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node4->Node7 -->
|
||||||
|
<g id="edge8" class="edge">
|
||||||
|
<title>Node4->Node7</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M113.36,-58.7C122.07,-57.65 131.05,-56.57 139.8,-55.52"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="112.79,-55.24 103.28,-59.91 113.63,-62.19 112.79,-55.24"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node5->Node1 -->
|
||||||
|
<g id="edge4" class="edge">
|
||||||
|
<title>Node5->Node1</title>
|
||||||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M428.7,-79.03C454.34,-76.3 482.8,-73.28 504.78,-70.95"/>
|
||||||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="428.23,-75.56 418.66,-80.09 428.97,-82.52 428.23,-75.56"/>
|
||||||
|
<text text-anchor="middle" x="462.5" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00"> back_256</text>
|
||||||
|
</g>
|
||||||
|
<!-- Node6 -->
|
||||||
|
<g id="node6" class="node">
|
||||||
|
<title>Node6</title>
|
||||||
|
<g id="a_node6"><a xlink:href="structclutchlog_1_1fmt_1_1fg__16_m.html" target="_top" xlink:title="Foreground in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="305,-38.5 305,-57.5 419,-57.5 419,-38.5 305,-38.5"/>
|
||||||
|
<text text-anchor="middle" x="362" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::fg_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node6->Node1 -->
|
||||||
|
<g id="edge6" class="edge">
|
||||||
|
<title>Node6->Node1</title>
|
||||||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M429.44,-52.35C448.1,-53.85 468.37,-55.73 487,-58 492.76,-58.7 498.85,-59.57 504.78,-60.49"/>
|
||||||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="429.51,-48.85 419.27,-51.56 428.97,-55.83 429.51,-48.85"/>
|
||||||
|
<text text-anchor="middle" x="462.5" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00"> fore_16M</text>
|
||||||
|
</g>
|
||||||
|
<!-- Node7->Node6 -->
|
||||||
|
<g id="edge7" class="edge">
|
||||||
|
<title>Node7->Node6</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M277.53,-48C286.7,-48 295.96,-48 304.81,-48"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="277.25,-44.5 267.25,-48 277.25,-51.5 277.25,-44.5"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node8 -->
|
||||||
|
<g id="node8" class="node">
|
||||||
|
<title>Node8</title>
|
||||||
|
<g id="a_node8"><a xlink:href="structclutchlog_1_1fmt_1_1bg__16_m.html" target="_top" xlink:title="background in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="304,-0.5 304,-19.5 420,-19.5 420,-0.5 304,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="362" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::bg_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node7->Node8 -->
|
||||||
|
<g id="edge10" class="edge">
|
||||||
|
<title>Node7->Node8</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M253.79,-36.03C275.72,-30.71 301.18,-24.52 321.79,-19.52"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="252.88,-32.65 243.99,-38.41 254.54,-39.45 252.88,-32.65"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node8->Node1 -->
|
||||||
|
<g id="edge9" class="edge">
|
||||||
|
<title>Node8->Node1</title>
|
||||||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M429.75,-21.7C448.56,-25.9 468.84,-31.29 487,-38 500.97,-43.16 515.87,-51.18 526.62,-57.48"/>
|
||||||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="430.28,-18.23 419.77,-19.55 428.81,-25.08 430.28,-18.23"/>
|
||||||
|
<text text-anchor="middle" x="462.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> back_16M</text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
<g id="navigator" transform="translate(0 0)" fill="#404254">
|
||||||
|
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
|
||||||
|
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
|
||||||
|
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
|
||||||
|
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
|
||||||
|
<g id="arrowUp" xlink:href="#dirArrow" transform="translate(30 24)" onmousedown="handlePan(0,-1)">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="arrowUp.mouseover" end="arrowUp.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
<g id="arrowRight" xlink:href="#dirArrow" transform="rotate(90) translate(36 -43)" onmousedown="handlePan(1,0)">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="arrowRight.mouseover" end="arrowRight.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
<g id="arrowDown" xlink:href="#dirArrow" transform="rotate(180) translate(-30 -48)" onmousedown="handlePan(0,1)">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="arrowDown.mouseover" end="arrowDown.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
<g id="arrowLeft" xlink:href="#dirArrow" transform="rotate(270) translate(-36 17)" onmousedown="handlePan(-1,0)">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="arrowLeft.mouseover" end="arrowLeft.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
|
||||||
|
<g id="arrow_out" transform="scale(0.3 0.3)">
|
||||||
|
<a xlink:href="classclutchlog_1_1fmt__coll__graph_org.svg" target="_base">
|
||||||
|
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
|
||||||
|
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
|
||||||
|
<path id="arrow"
|
||||||
|
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
|
||||||
|
style="fill:#404040;"/>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
149
docs/classclutchlog_1_1fmt__coll__graph_org.svg
Normal file
|
|
@ -0,0 +1,149 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
|
-->
|
||||||
|
<!-- Title: clutchlog::fmt Pages: 1 -->
|
||||||
|
<svg width="589pt" height="142pt"
|
||||||
|
viewBox="0.00 0.00 589.00 142.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 138)">
|
||||||
|
<title>clutchlog::fmt</title>
|
||||||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-138 585,-138 585,4 -4,4"/>
|
||||||
|
<!-- Node1 -->
|
||||||
|
<g id="node1" class="node">
|
||||||
|
<title>Node1</title>
|
||||||
|
<g id="a_node1"><a xlink:title="Color and style formatter for ANSI terminal escape sequences.">
|
||||||
|
<polygon fill="#bfbfbf" stroke="black" points="505,-57.5 505,-76.5 581,-76.5 581,-57.5 505,-57.5"/>
|
||||||
|
<text text-anchor="middle" x="543" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node2 -->
|
||||||
|
<g id="node2" class="node">
|
||||||
|
<title>Node2</title>
|
||||||
|
<g id="a_node2"><a xlink:href="structclutchlog_1_1fmt_1_1fg__256.html" target="_top" xlink:title="Foreground in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="306.5,-114.5 306.5,-133.5 417.5,-133.5 417.5,-114.5 306.5,-114.5"/>
|
||||||
|
<text text-anchor="middle" x="362" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::fg_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node2->Node1 -->
|
||||||
|
<g id="edge1" class="edge">
|
||||||
|
<title>Node2->Node1</title>
|
||||||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M417.53,-112.1C439.39,-106.77 464.64,-99.9 487,-92 499.36,-87.63 512.76,-81.57 523.24,-76.51"/>
|
||||||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="416.66,-108.71 407.75,-114.44 418.29,-115.52 416.66,-108.71"/>
|
||||||
|
<text text-anchor="middle" x="462.5" y="-109" font-family="Helvetica,sans-Serif" font-size="10.00"> fore_256</text>
|
||||||
|
</g>
|
||||||
|
<!-- Node3 -->
|
||||||
|
<g id="node3" class="node">
|
||||||
|
<title>Node3</title>
|
||||||
|
<g id="a_node3"><a xlink:href="structclutchlog_1_1fmt_1_1color__256.html" target="_top" xlink:title="Abstract base class for 256 colors objects (8-bits ANSI).">
|
||||||
|
<polygon fill="white" stroke="black" points="141.5,-76.5 141.5,-95.5 265.5,-95.5 265.5,-76.5 141.5,-76.5"/>
|
||||||
|
<text text-anchor="middle" x="203.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node3->Node2 -->
|
||||||
|
<g id="edge2" class="edge">
|
||||||
|
<title>Node3->Node2</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M253.79,-97.97C275.72,-103.29 301.18,-109.48 321.79,-114.48"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="254.54,-94.55 243.99,-95.59 252.88,-101.35 254.54,-94.55"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node5 -->
|
||||||
|
<g id="node5" class="node">
|
||||||
|
<title>Node5</title>
|
||||||
|
<g id="a_node5"><a xlink:href="structclutchlog_1_1fmt_1_1bg__256.html" target="_top" xlink:title="Background in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="305.5,-76.5 305.5,-95.5 418.5,-95.5 418.5,-76.5 305.5,-76.5"/>
|
||||||
|
<text text-anchor="middle" x="362" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::bg_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node3->Node5 -->
|
||||||
|
<g id="edge5" class="edge">
|
||||||
|
<title>Node3->Node5</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M276.07,-86C285.91,-86 295.89,-86 305.38,-86"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="275.9,-82.5 265.9,-86 275.9,-89.5 275.9,-82.5"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node4 -->
|
||||||
|
<g id="node4" class="node">
|
||||||
|
<title>Node4</title>
|
||||||
|
<g id="a_node4"><a xlink:href="structclutchlog_1_1fmt_1_1color.html" target="_top" xlink:title="Interface class for colors representation.">
|
||||||
|
<polygon fill="white" stroke="black" points="0,-56.5 0,-75.5 103,-75.5 103,-56.5 0,-56.5"/>
|
||||||
|
<text text-anchor="middle" x="51.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node4->Node3 -->
|
||||||
|
<g id="edge3" class="edge">
|
||||||
|
<title>Node4->Node3</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M113.21,-74.09C122.5,-75.33 132.09,-76.61 141.38,-77.85"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="113.66,-70.62 103.28,-72.77 112.73,-77.56 113.66,-70.62"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node7 -->
|
||||||
|
<g id="node7" class="node">
|
||||||
|
<title>Node7</title>
|
||||||
|
<g id="a_node7"><a xlink:href="structclutchlog_1_1fmt_1_1color__16_m.html" target="_top" xlink:title="Abstract base class for 16M colors objects (24-bits ANSI).">
|
||||||
|
<polygon fill="white" stroke="black" points="140,-38.5 140,-57.5 267,-57.5 267,-38.5 140,-38.5"/>
|
||||||
|
<text text-anchor="middle" x="203.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node4->Node7 -->
|
||||||
|
<g id="edge8" class="edge">
|
||||||
|
<title>Node4->Node7</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M113.36,-58.7C122.07,-57.65 131.05,-56.57 139.8,-55.52"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="112.79,-55.24 103.28,-59.91 113.63,-62.19 112.79,-55.24"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node5->Node1 -->
|
||||||
|
<g id="edge4" class="edge">
|
||||||
|
<title>Node5->Node1</title>
|
||||||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M428.7,-79.03C454.34,-76.3 482.8,-73.28 504.78,-70.95"/>
|
||||||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="428.23,-75.56 418.66,-80.09 428.97,-82.52 428.23,-75.56"/>
|
||||||
|
<text text-anchor="middle" x="462.5" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00"> back_256</text>
|
||||||
|
</g>
|
||||||
|
<!-- Node6 -->
|
||||||
|
<g id="node6" class="node">
|
||||||
|
<title>Node6</title>
|
||||||
|
<g id="a_node6"><a xlink:href="structclutchlog_1_1fmt_1_1fg__16_m.html" target="_top" xlink:title="Foreground in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="305,-38.5 305,-57.5 419,-57.5 419,-38.5 305,-38.5"/>
|
||||||
|
<text text-anchor="middle" x="362" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::fg_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node6->Node1 -->
|
||||||
|
<g id="edge6" class="edge">
|
||||||
|
<title>Node6->Node1</title>
|
||||||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M429.44,-52.35C448.1,-53.85 468.37,-55.73 487,-58 492.76,-58.7 498.85,-59.57 504.78,-60.49"/>
|
||||||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="429.51,-48.85 419.27,-51.56 428.97,-55.83 429.51,-48.85"/>
|
||||||
|
<text text-anchor="middle" x="462.5" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00"> fore_16M</text>
|
||||||
|
</g>
|
||||||
|
<!-- Node7->Node6 -->
|
||||||
|
<g id="edge7" class="edge">
|
||||||
|
<title>Node7->Node6</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M277.53,-48C286.7,-48 295.96,-48 304.81,-48"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="277.25,-44.5 267.25,-48 277.25,-51.5 277.25,-44.5"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node8 -->
|
||||||
|
<g id="node8" class="node">
|
||||||
|
<title>Node8</title>
|
||||||
|
<g id="a_node8"><a xlink:href="structclutchlog_1_1fmt_1_1bg__16_m.html" target="_top" xlink:title="background in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="304,-0.5 304,-19.5 420,-19.5 420,-0.5 304,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="362" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::bg_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node7->Node8 -->
|
||||||
|
<g id="edge10" class="edge">
|
||||||
|
<title>Node7->Node8</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M253.79,-36.03C275.72,-30.71 301.18,-24.52 321.79,-19.52"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="252.88,-32.65 243.99,-38.41 254.54,-39.45 252.88,-32.65"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node8->Node1 -->
|
||||||
|
<g id="edge9" class="edge">
|
||||||
|
<title>Node8->Node1</title>
|
||||||
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M429.75,-21.7C448.56,-25.9 468.84,-31.29 487,-38 500.97,-43.16 515.87,-51.18 526.62,-57.48"/>
|
||||||
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="430.28,-18.23 419.77,-19.55 428.81,-25.08 430.28,-18.23"/>
|
||||||
|
<text text-anchor="middle" x="462.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> back_16M</text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.7 KiB |
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -88,23 +88,36 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
|
||||||
<div class="title">Class Index</div> </div>
|
<div class="title">Class Index</div> </div>
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="qindex"><a class="qindex" href="#letter_c">c</a> | <a class="qindex" href="#letter_f">f</a> | <a class="qindex" href="#letter_s">s</a></div>
|
<div class="qindex"><a class="qindex" href="#letter_b">b</a> | <a class="qindex" href="#letter_c">c</a> | <a class="qindex" href="#letter_f">f</a> | <a class="qindex" href="#letter_s">s</a></div>
|
||||||
<table class="classindex">
|
<table class="classindex">
|
||||||
<tr><td rowspan="2" valign="bottom"><a name="letter_c"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  c  </div></td></tr></table>
|
<tr><td rowspan="2" valign="bottom"><a name="letter_b"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  b  </div></td></tr></table>
|
||||||
</td>
|
|
||||||
<td rowspan="2" valign="bottom"><a name="letter_f"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  f  </div></td></tr></table>
|
|
||||||
</td>
|
</td>
|
||||||
|
<td valign="top"><a class="el" href="structclutchlog_1_1fmt_1_1color.html">clutchlog::fmt::color</a>   </td>
|
||||||
|
<td valign="top"><a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html">clutchlog::fmt::fg_256</a>   </td>
|
||||||
|
</tr>
|
||||||
|
<tr><td valign="top"><a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html">clutchlog::fmt::color_16M</a>   </td>
|
||||||
|
<td valign="top"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>   </td>
|
||||||
|
</tr>
|
||||||
|
<tr><td valign="top"><a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html">clutchlog::fmt::bg_16M</a>   </td>
|
||||||
|
<td valign="top"><a class="el" href="structclutchlog_1_1fmt_1_1color__256.html">clutchlog::fmt::color_256</a>   </td>
|
||||||
<td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  s  </div></td></tr></table>
|
<td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  s  </div></td></tr></table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td></td></tr>
|
<tr><td valign="top"><a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html">clutchlog::fmt::bg_256</a>   </td>
|
||||||
<tr><td valign="top"><a class="el" href="classclutchlog.html">clutchlog</a>   </td>
|
<td rowspan="2" valign="bottom"><a name="letter_f"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  f  </div></td></tr></table>
|
||||||
<td valign="top"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>   </td>
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr><td rowspan="2" valign="bottom"><a name="letter_c"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  c  </div></td></tr></table>
|
||||||
|
</td>
|
||||||
<td valign="top"><a class="el" href="structclutchlog_1_1scope__t.html">clutchlog::scope_t</a>   </td>
|
<td valign="top"><a class="el" href="structclutchlog_1_1scope__t.html">clutchlog::scope_t</a>   </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr><td valign="top"><a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html">clutchlog::fmt::fg_16M</a>   </td>
|
||||||
|
<td></td></tr>
|
||||||
|
<tr><td valign="top"><a class="el" href="classclutchlog.html">clutchlog</a>   </td>
|
||||||
|
<td></td><td></td></tr>
|
||||||
<tr><td></td><td></td><td></td></tr>
|
<tr><td></td><td></td><td></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<div class="qindex"><a class="qindex" href="#letter_c">c</a> | <a class="qindex" href="#letter_f">f</a> | <a class="qindex" href="#letter_s">s</a></div>
|
<div class="qindex"><a class="qindex" href="#letter_b">b</a> | <a class="qindex" href="#letter_c">c</a> | <a class="qindex" href="#letter_f">f</a> | <a class="qindex" href="#letter_s">s</a></div>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -114,7 +114,7 @@ $(document).ready(function(){initNavTree('clutchlog_8h.html',''); initResizable(
|
||||||
<div id="dynsection-1-summary" class="dynsummary" style="display:block;">
|
<div id="dynsection-1-summary" class="dynsummary" style="display:block;">
|
||||||
</div>
|
</div>
|
||||||
<div id="dynsection-1-content" class="dyncontent" style="display:none;">
|
<div id="dynsection-1-content" class="dyncontent" style="display:none;">
|
||||||
<div class="center"><iframe scrolling="no" frameborder="0" src="clutchlog_8h__dep__incl.svg" width="663" height="112"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
<div class="center"><div class="zoom"><iframe scrolling="no" frameborder="0" src="clutchlog_8h__dep__incl.svg" width="100%" height="384"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p><a href="clutchlog_8h_source.html">Go to the source code of this file.</a></p>
|
<p><a href="clutchlog_8h_source.html">Go to the source code of this file.</a></p>
|
||||||
|
|
@ -127,6 +127,27 @@ Classes</h2></td></tr>
|
||||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td></tr>
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></td></tr>
|
||||||
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Color and style formatter for ANSI terminal escape sequences. <a href="classclutchlog_1_1fmt.html#details">More...</a><br /></td></tr>
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Color and style formatter for ANSI terminal escape sequences. <a href="classclutchlog_1_1fmt.html#details">More...</a><br /></td></tr>
|
||||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color.html">clutchlog::fmt::color</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Interface class for colors representation. <a href="structclutchlog_1_1fmt_1_1color.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color__256.html">clutchlog::fmt::color_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Abstract base class for 256 colors objects (8-bits ANSI). <a href="structclutchlog_1_1fmt_1_1color__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html">clutchlog::fmt::fg_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Foreground in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1fg__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html">clutchlog::fmt::bg_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Background in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1bg__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html">clutchlog::fmt::color_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Abstract base class for 16M colors objects (24-bits ANSI). <a href="structclutchlog_1_1fmt_1_1color__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html">clutchlog::fmt::fg_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Foreground in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1fg__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html">clutchlog::fmt::bg_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">background in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1bg__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1scope__t.html">clutchlog::scope_t</a></td></tr>
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1scope__t.html">clutchlog::scope_t</a></td></tr>
|
||||||
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Structure holding a location matching. <a href="structclutchlog_1_1scope__t.html#details">More...</a><br /></td></tr>
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Structure holding a location matching. <a href="structclutchlog_1_1scope__t.html#details">More...</a><br /></td></tr>
|
||||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,12 @@
|
||||||
<map id="clutchlog.h" name="clutchlog.h">
|
<map id="clutchlog.h" name="clutchlog.h">
|
||||||
<area shape="rect" id="node1" title=" " alt="" coords="283,5,368,32"/>
|
<area shape="rect" id="node1" title=" " alt="" coords="489,5,575,32"/>
|
||||||
<area shape="rect" id="node2" href="$t-assert_8cpp_source.html" title=" " alt="" coords="5,80,96,107"/>
|
<area shape="rect" id="node2" href="$t-assert_8cpp_source.html" title=" " alt="" coords="5,80,96,107"/>
|
||||||
<area shape="rect" id="node3" href="$t-color_8cpp_source.html" title=" " alt="" coords="120,80,203,107"/>
|
<area shape="rect" id="node3" href="$t-color_8cpp_source.html" title=" " alt="" coords="120,80,203,107"/>
|
||||||
<area shape="rect" id="node4" href="$t-demo_8cpp_source.html" title=" " alt="" coords="227,80,314,107"/>
|
<area shape="rect" id="node4" href="$t-color16_m_8cpp_source.html" title=" " alt="" coords="227,80,335,107"/>
|
||||||
<area shape="rect" id="node5" href="$t-dump_8cpp_source.html" title=" " alt="" coords="338,80,425,107"/>
|
<area shape="rect" id="node5" href="$t-color256_8cpp_source.html" title=" " alt="" coords="360,80,464,107"/>
|
||||||
<area shape="rect" id="node6" href="$t-log_8cpp_source.html" title=" " alt="" coords="449,80,521,107"/>
|
<area shape="rect" id="node6" href="$t-demo_8cpp_source.html" title=" " alt="" coords="489,80,575,107"/>
|
||||||
<area shape="rect" id="node7" href="$t-one-line-if_8cpp_source.html" title=" " alt="" coords="546,80,657,107"/>
|
<area shape="rect" id="node7" href="$t-dump_8cpp_source.html" title=" " alt="" coords="599,80,686,107"/>
|
||||||
|
<area shape="rect" id="node8" href="$t-fmt-constructors_8cpp_source.html" title=" " alt="" coords="710,80,861,107"/>
|
||||||
|
<area shape="rect" id="node9" href="$t-log_8cpp_source.html" title=" " alt="" coords="885,80,957,107"/>
|
||||||
|
<area shape="rect" id="node10" href="$t-one-line-if_8cpp_source.html" title=" " alt="" coords="982,80,1093,107"/>
|
||||||
</map>
|
</map>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
14cb45843b5774232b14fc381bb80084
|
78a9f951c605f1508d314cfbf6ab9ace
|
||||||
|
|
@ -4,17 +4,63 @@
|
||||||
<!-- Generated by graphviz version 2.43.0 (0)
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
-->
|
-->
|
||||||
<!-- Title: clutchlog.h Pages: 1 -->
|
<!-- Title: clutchlog.h Pages: 1 -->
|
||||||
<svg width="497pt" height="84pt"
|
<!--zoomable 84 -->
|
||||||
viewBox="0.00 0.00 496.50 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
|
<style type="text/css"><![CDATA[
|
||||||
|
.edge:hover path { stroke: red; }
|
||||||
|
.edge:hover polygon { stroke: red; fill: red; }
|
||||||
|
]]></style>
|
||||||
|
<script type="text/javascript"><![CDATA[
|
||||||
|
var edges = document.getElementsByTagName('g');
|
||||||
|
if (edges && edges.length) {
|
||||||
|
for (var i=0;i<edges.length;i++) {
|
||||||
|
if (edges[i].id.substr(0,4)=='edge') {
|
||||||
|
edges[i].setAttribute('class','edge');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]]></script>
|
||||||
|
<defs>
|
||||||
|
<circle id="rim" cx="0" cy="0" r="7"/>
|
||||||
|
<circle id="rim2" cx="0" cy="0" r="3.5"/>
|
||||||
|
<g id="zoomPlus">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
|
||||||
|
</g>
|
||||||
|
<g id="zoomMin">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
|
||||||
|
</g>
|
||||||
|
<g id="dirArrow">
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
<g id="resetDef">
|
||||||
|
<use xlink:href="#rim2" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/>
|
||||||
|
</use>
|
||||||
|
</g>
|
||||||
|
</defs>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var viewWidth = 824;
|
||||||
|
var viewHeight = 84;
|
||||||
|
var sectionId = 'dynsection-1';
|
||||||
|
</script>
|
||||||
|
<script xlink:href="svgpan.js"/>
|
||||||
|
<svg id="graph" class="graph">
|
||||||
|
<g id="viewport">
|
||||||
<title>clutchlog.h</title>
|
<title>clutchlog.h</title>
|
||||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 492.5,-80 492.5,4 -4,4"/>
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 819.5,-80 819.5,4 -4,4"/>
|
||||||
<!-- Node1 -->
|
<!-- Node1 -->
|
||||||
<g id="node1" class="node">
|
<g id="node1" class="node">
|
||||||
<title>Node1</title>
|
<title>Node1</title>
|
||||||
<g id="a_node1"><a xlink:title=" ">
|
<g id="a_node1"><a xlink:title=" ">
|
||||||
<polygon fill="#bfbfbf" stroke="black" points="208,-56.5 208,-75.5 272,-75.5 272,-56.5 208,-56.5"/>
|
<polygon fill="#bfbfbf" stroke="black" points="363,-56.5 363,-75.5 427,-75.5 427,-56.5 363,-56.5"/>
|
||||||
<text text-anchor="middle" x="240" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog.h</text>
|
<text text-anchor="middle" x="395" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog.h</text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
|
|
@ -30,8 +76,8 @@
|
||||||
<!-- Node1->Node2 -->
|
<!-- Node1->Node2 -->
|
||||||
<g id="edge1" class="edge">
|
<g id="edge1" class="edge">
|
||||||
<title>Node1->Node2</title>
|
<title>Node1->Node2</title>
|
||||||
<path fill="none" stroke="midnightblue" d="M197.86,-53.95C159.01,-43.77 102.14,-28.86 66.64,-19.56"/>
|
<path fill="none" stroke="midnightblue" d="M352.82,-59.93C291.79,-52.39 175.38,-37.24 77,-20 74.15,-19.5 71.19,-18.95 68.23,-18.38"/>
|
||||||
<polygon fill="midnightblue" stroke="midnightblue" points="197.25,-57.41 207.81,-56.56 199.03,-50.64 197.25,-57.41"/>
|
<polygon fill="midnightblue" stroke="midnightblue" points="352.49,-63.41 362.84,-61.16 353.34,-56.47 352.49,-63.41"/>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node3 -->
|
<!-- Node3 -->
|
||||||
<g id="node3" class="node">
|
<g id="node3" class="node">
|
||||||
|
|
@ -45,68 +91,155 @@
|
||||||
<!-- Node1->Node3 -->
|
<!-- Node1->Node3 -->
|
||||||
<g id="edge2" class="edge">
|
<g id="edge2" class="edge">
|
||||||
<title>Node1->Node3</title>
|
<title>Node1->Node3</title>
|
||||||
<path fill="none" stroke="midnightblue" d="M211.23,-52.37C188.19,-42.26 156.52,-28.35 136.4,-19.52"/>
|
<path fill="none" stroke="midnightblue" d="M353.04,-57.52C305.42,-48.92 225.48,-34.17 157,-20 154.21,-19.42 151.32,-18.81 148.42,-18.18"/>
|
||||||
<polygon fill="midnightblue" stroke="midnightblue" points="209.95,-55.63 220.51,-56.44 212.76,-49.22 209.95,-55.63"/>
|
<polygon fill="midnightblue" stroke="midnightblue" points="352.52,-60.98 362.98,-59.31 353.76,-54.09 352.52,-60.98"/>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node4 -->
|
<!-- Node4 -->
|
||||||
<g id="node4" class="node">
|
<g id="node4" class="node">
|
||||||
<title>Node4</title>
|
<title>Node4</title>
|
||||||
<g id="a_node4"><a xlink:href="t-demo_8cpp_source.html" target="_top" xlink:title=" ">
|
<g id="a_node4"><a xlink:href="t-color16_m_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
<polygon fill="white" stroke="black" points="166.5,-0.5 166.5,-19.5 231.5,-19.5 231.5,-0.5 166.5,-0.5"/>
|
<polygon fill="white" stroke="black" points="166.5,-0.5 166.5,-19.5 247.5,-19.5 247.5,-0.5 166.5,-0.5"/>
|
||||||
<text text-anchor="middle" x="199" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-demo.cpp</text>
|
<text text-anchor="middle" x="207" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-color16M.cpp</text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node1->Node4 -->
|
<!-- Node1->Node4 -->
|
||||||
<g id="edge3" class="edge">
|
<g id="edge3" class="edge">
|
||||||
<title>Node1->Node4</title>
|
<title>Node1->Node4</title>
|
||||||
<path fill="none" stroke="midnightblue" d="M226.98,-47.86C219.88,-38.5 211.4,-27.33 205.64,-19.75"/>
|
<path fill="none" stroke="midnightblue" d="M355.2,-53.57C319.73,-43.38 268.63,-28.7 236.65,-19.52"/>
|
||||||
<polygon fill="midnightblue" stroke="midnightblue" points="224.39,-50.24 233.23,-56.08 229.97,-46 224.39,-50.24"/>
|
<polygon fill="midnightblue" stroke="midnightblue" points="354.63,-57.05 365.21,-56.44 356.57,-50.32 354.63,-57.05"/>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node5 -->
|
<!-- Node5 -->
|
||||||
<g id="node5" class="node">
|
<g id="node5" class="node">
|
||||||
<title>Node5</title>
|
<title>Node5</title>
|
||||||
<g id="a_node5"><a xlink:href="t-dump_8cpp_source.html" target="_top" xlink:title=" ">
|
<g id="a_node5"><a xlink:href="t-color256_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
<polygon fill="white" stroke="black" points="249.5,-0.5 249.5,-19.5 314.5,-19.5 314.5,-0.5 249.5,-0.5"/>
|
<polygon fill="white" stroke="black" points="266,-0.5 266,-19.5 344,-19.5 344,-0.5 266,-0.5"/>
|
||||||
<text text-anchor="middle" x="282" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-dump.cpp</text>
|
<text text-anchor="middle" x="305" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-color256.cpp</text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node1->Node5 -->
|
<!-- Node1->Node5 -->
|
||||||
<g id="edge4" class="edge">
|
<g id="edge4" class="edge">
|
||||||
<title>Node1->Node5</title>
|
<title>Node1->Node5</title>
|
||||||
<path fill="none" stroke="midnightblue" d="M253.11,-48.14C260.43,-38.74 269.24,-27.4 275.19,-19.75"/>
|
<path fill="none" stroke="midnightblue" d="M371.96,-51.18C355.4,-41.24 333.58,-28.15 319.42,-19.65"/>
|
||||||
<polygon fill="midnightblue" stroke="midnightblue" points="250.31,-46.04 246.94,-56.08 255.84,-50.34 250.31,-46.04"/>
|
<polygon fill="midnightblue" stroke="midnightblue" points="370.16,-54.18 380.54,-56.32 373.77,-48.18 370.16,-54.18"/>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node6 -->
|
<!-- Node6 -->
|
||||||
<g id="node6" class="node">
|
<g id="node6" class="node">
|
||||||
<title>Node6</title>
|
<title>Node6</title>
|
||||||
<g id="a_node6"><a xlink:href="t-log_8cpp_source.html" target="_top" xlink:title=" ">
|
<g id="a_node6"><a xlink:href="t-demo_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
<polygon fill="white" stroke="black" points="333,-0.5 333,-19.5 387,-19.5 387,-0.5 333,-0.5"/>
|
<polygon fill="white" stroke="black" points="362.5,-0.5 362.5,-19.5 427.5,-19.5 427.5,-0.5 362.5,-0.5"/>
|
||||||
<text text-anchor="middle" x="360" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-log.cpp</text>
|
<text text-anchor="middle" x="395" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-demo.cpp</text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node1->Node6 -->
|
<!-- Node1->Node6 -->
|
||||||
<g id="edge5" class="edge">
|
<g id="edge5" class="edge">
|
||||||
<title>Node1->Node6</title>
|
<title>Node1->Node6</title>
|
||||||
<path fill="none" stroke="midnightblue" d="M268.37,-52.23C290.82,-42.13 321.54,-28.31 341.07,-19.52"/>
|
<path fill="none" stroke="midnightblue" d="M395,-45.8C395,-36.91 395,-26.78 395,-19.75"/>
|
||||||
<polygon fill="midnightblue" stroke="midnightblue" points="266.7,-49.15 259.01,-56.44 269.57,-55.53 266.7,-49.15"/>
|
<polygon fill="midnightblue" stroke="midnightblue" points="391.5,-46.08 395,-56.08 398.5,-46.08 391.5,-46.08"/>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node7 -->
|
<!-- Node7 -->
|
||||||
<g id="node7" class="node">
|
<g id="node7" class="node">
|
||||||
<title>Node7</title>
|
<title>Node7</title>
|
||||||
<g id="a_node7"><a xlink:href="t-one-line-if_8cpp_source.html" target="_top" xlink:title=" ">
|
<g id="a_node7"><a xlink:href="t-dump_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
<polygon fill="white" stroke="black" points="405.5,-0.5 405.5,-19.5 488.5,-19.5 488.5,-0.5 405.5,-0.5"/>
|
<polygon fill="white" stroke="black" points="445.5,-0.5 445.5,-19.5 510.5,-19.5 510.5,-0.5 445.5,-0.5"/>
|
||||||
<text text-anchor="middle" x="447" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-one-line-if.cpp</text>
|
<text text-anchor="middle" x="478" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-dump.cpp</text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
<!-- Node1->Node7 -->
|
<!-- Node1->Node7 -->
|
||||||
<g id="edge6" class="edge">
|
<g id="edge6" class="edge">
|
||||||
<title>Node1->Node7</title>
|
<title>Node1->Node7</title>
|
||||||
<path fill="none" stroke="midnightblue" d="M282.35,-53.95C321.39,-43.77 378.53,-28.86 414.2,-19.56"/>
|
<path fill="none" stroke="midnightblue" d="M417.1,-50.62C432.26,-40.76 451.88,-27.99 464.7,-19.65"/>
|
||||||
<polygon fill="midnightblue" stroke="midnightblue" points="281.14,-50.65 272.34,-56.56 282.9,-57.42 281.14,-50.65"/>
|
<polygon fill="midnightblue" stroke="midnightblue" points="414.81,-47.94 408.34,-56.32 418.63,-53.8 414.81,-47.94"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node8 -->
|
||||||
|
<g id="node8" class="node">
|
||||||
|
<title>Node8</title>
|
||||||
|
<g id="a_node8"><a xlink:href="t-fmt-constructors_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="528.5,-0.5 528.5,-19.5 641.5,-19.5 641.5,-0.5 528.5,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="585" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-fmt-constructors.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node8 -->
|
||||||
|
<g id="edge7" class="edge">
|
||||||
|
<title>Node1->Node8</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M434.76,-53.7C470.62,-43.51 522.57,-28.74 555.03,-19.52"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="433.77,-50.34 425.11,-56.44 435.68,-57.08 433.77,-50.34"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node9 -->
|
||||||
|
<g id="node9" class="node">
|
||||||
|
<title>Node9</title>
|
||||||
|
<g id="a_node9"><a xlink:href="t-log_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="660,-0.5 660,-19.5 714,-19.5 714,-0.5 660,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="687" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-log.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node9 -->
|
||||||
|
<g id="edge8" class="edge">
|
||||||
|
<title>Node1->Node9</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M437.03,-58.55C487.9,-50.53 576.05,-35.94 651,-20 653.9,-19.38 656.92,-18.7 659.92,-17.99"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="436.41,-55.11 427.07,-60.11 437.49,-62.02 436.41,-55.11"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node10 -->
|
||||||
|
<g id="node10" class="node">
|
||||||
|
<title>Node10</title>
|
||||||
|
<g id="a_node10"><a xlink:href="t-one-line-if_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="732.5,-0.5 732.5,-19.5 815.5,-19.5 815.5,-0.5 732.5,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="774" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-one-line-if.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node10 -->
|
||||||
|
<g id="edge9" class="edge">
|
||||||
|
<title>Node1->Node10</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M437.45,-59.7C500.04,-51.78 620.74,-36.03 723,-20 726.02,-19.53 729.14,-19.02 732.27,-18.5"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="436.67,-56.28 427.18,-61 437.54,-63.22 436.67,-56.28"/>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
|
</svg>
|
||||||
|
<g id="navigator" transform="translate(0 0)" fill="#404254">
|
||||||
|
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
|
||||||
|
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
|
||||||
|
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
|
||||||
|
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
|
||||||
|
<g id="arrowUp" xlink:href="#dirArrow" transform="translate(30 24)" onmousedown="handlePan(0,-1)">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="arrowUp.mouseover" end="arrowUp.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
<g id="arrowRight" xlink:href="#dirArrow" transform="rotate(90) translate(36 -43)" onmousedown="handlePan(1,0)">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="arrowRight.mouseover" end="arrowRight.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
<g id="arrowDown" xlink:href="#dirArrow" transform="rotate(180) translate(-30 -48)" onmousedown="handlePan(0,1)">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="arrowDown.mouseover" end="arrowDown.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
<g id="arrowLeft" xlink:href="#dirArrow" transform="rotate(270) translate(-36 17)" onmousedown="handlePan(-1,0)">
|
||||||
|
<use xlink:href="#rim" fill="#404040">
|
||||||
|
<set attributeName="fill" to="#808080" begin="arrowLeft.mouseover" end="arrowLeft.mouseout"/>
|
||||||
|
</use>
|
||||||
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
|
||||||
|
<g id="arrow_out" transform="scale(0.3 0.3)">
|
||||||
|
<a xlink:href="clutchlog_8h__dep__incl_org.svg" target="_base">
|
||||||
|
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
|
||||||
|
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
|
||||||
|
<path id="arrow"
|
||||||
|
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
|
||||||
|
style="fill:#404040;"/>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 12 KiB |
157
docs/clutchlog_8h__dep__incl_org.svg
Normal file
|
|
@ -0,0 +1,157 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
|
-->
|
||||||
|
<!-- Title: clutchlog.h Pages: 1 -->
|
||||||
|
<svg width="824pt" height="84pt"
|
||||||
|
viewBox="0.00 0.00 823.50 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
|
||||||
|
<title>clutchlog.h</title>
|
||||||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 819.5,-80 819.5,4 -4,4"/>
|
||||||
|
<!-- Node1 -->
|
||||||
|
<g id="node1" class="node">
|
||||||
|
<title>Node1</title>
|
||||||
|
<g id="a_node1"><a xlink:title=" ">
|
||||||
|
<polygon fill="#bfbfbf" stroke="black" points="363,-56.5 363,-75.5 427,-75.5 427,-56.5 363,-56.5"/>
|
||||||
|
<text text-anchor="middle" x="395" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog.h</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node2 -->
|
||||||
|
<g id="node2" class="node">
|
||||||
|
<title>Node2</title>
|
||||||
|
<g id="a_node2"><a xlink:href="t-assert_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="0,-0.5 0,-19.5 68,-19.5 68,-0.5 0,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="34" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-assert.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node2 -->
|
||||||
|
<g id="edge1" class="edge">
|
||||||
|
<title>Node1->Node2</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M352.82,-59.93C291.79,-52.39 175.38,-37.24 77,-20 74.15,-19.5 71.19,-18.95 68.23,-18.38"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="352.49,-63.41 362.84,-61.16 353.34,-56.47 352.49,-63.41"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node3 -->
|
||||||
|
<g id="node3" class="node">
|
||||||
|
<title>Node3</title>
|
||||||
|
<g id="a_node3"><a xlink:href="t-color_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="86,-0.5 86,-19.5 148,-19.5 148,-0.5 86,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="117" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-color.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node3 -->
|
||||||
|
<g id="edge2" class="edge">
|
||||||
|
<title>Node1->Node3</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M353.04,-57.52C305.42,-48.92 225.48,-34.17 157,-20 154.21,-19.42 151.32,-18.81 148.42,-18.18"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="352.52,-60.98 362.98,-59.31 353.76,-54.09 352.52,-60.98"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node4 -->
|
||||||
|
<g id="node4" class="node">
|
||||||
|
<title>Node4</title>
|
||||||
|
<g id="a_node4"><a xlink:href="t-color16_m_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="166.5,-0.5 166.5,-19.5 247.5,-19.5 247.5,-0.5 166.5,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="207" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-color16M.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node4 -->
|
||||||
|
<g id="edge3" class="edge">
|
||||||
|
<title>Node1->Node4</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M355.2,-53.57C319.73,-43.38 268.63,-28.7 236.65,-19.52"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="354.63,-57.05 365.21,-56.44 356.57,-50.32 354.63,-57.05"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node5 -->
|
||||||
|
<g id="node5" class="node">
|
||||||
|
<title>Node5</title>
|
||||||
|
<g id="a_node5"><a xlink:href="t-color256_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="266,-0.5 266,-19.5 344,-19.5 344,-0.5 266,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="305" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-color256.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node5 -->
|
||||||
|
<g id="edge4" class="edge">
|
||||||
|
<title>Node1->Node5</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M371.96,-51.18C355.4,-41.24 333.58,-28.15 319.42,-19.65"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="370.16,-54.18 380.54,-56.32 373.77,-48.18 370.16,-54.18"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node6 -->
|
||||||
|
<g id="node6" class="node">
|
||||||
|
<title>Node6</title>
|
||||||
|
<g id="a_node6"><a xlink:href="t-demo_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="362.5,-0.5 362.5,-19.5 427.5,-19.5 427.5,-0.5 362.5,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="395" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-demo.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node6 -->
|
||||||
|
<g id="edge5" class="edge">
|
||||||
|
<title>Node1->Node6</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M395,-45.8C395,-36.91 395,-26.78 395,-19.75"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="391.5,-46.08 395,-56.08 398.5,-46.08 391.5,-46.08"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node7 -->
|
||||||
|
<g id="node7" class="node">
|
||||||
|
<title>Node7</title>
|
||||||
|
<g id="a_node7"><a xlink:href="t-dump_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="445.5,-0.5 445.5,-19.5 510.5,-19.5 510.5,-0.5 445.5,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="478" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-dump.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node7 -->
|
||||||
|
<g id="edge6" class="edge">
|
||||||
|
<title>Node1->Node7</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M417.1,-50.62C432.26,-40.76 451.88,-27.99 464.7,-19.65"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="414.81,-47.94 408.34,-56.32 418.63,-53.8 414.81,-47.94"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node8 -->
|
||||||
|
<g id="node8" class="node">
|
||||||
|
<title>Node8</title>
|
||||||
|
<g id="a_node8"><a xlink:href="t-fmt-constructors_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="528.5,-0.5 528.5,-19.5 641.5,-19.5 641.5,-0.5 528.5,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="585" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-fmt-constructors.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node8 -->
|
||||||
|
<g id="edge7" class="edge">
|
||||||
|
<title>Node1->Node8</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M434.76,-53.7C470.62,-43.51 522.57,-28.74 555.03,-19.52"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="433.77,-50.34 425.11,-56.44 435.68,-57.08 433.77,-50.34"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node9 -->
|
||||||
|
<g id="node9" class="node">
|
||||||
|
<title>Node9</title>
|
||||||
|
<g id="a_node9"><a xlink:href="t-log_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="660,-0.5 660,-19.5 714,-19.5 714,-0.5 660,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="687" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-log.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node9 -->
|
||||||
|
<g id="edge8" class="edge">
|
||||||
|
<title>Node1->Node9</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M437.03,-58.55C487.9,-50.53 576.05,-35.94 651,-20 653.9,-19.38 656.92,-18.7 659.92,-17.99"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="436.41,-55.11 427.07,-60.11 437.49,-62.02 436.41,-55.11"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node10 -->
|
||||||
|
<g id="node10" class="node">
|
||||||
|
<title>Node10</title>
|
||||||
|
<g id="a_node10"><a xlink:href="t-one-line-if_8cpp_source.html" target="_top" xlink:title=" ">
|
||||||
|
<polygon fill="white" stroke="black" points="732.5,-0.5 732.5,-19.5 815.5,-19.5 815.5,-0.5 732.5,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="774" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">t-one-line-if.cpp</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node10 -->
|
||||||
|
<g id="edge9" class="edge">
|
||||||
|
<title>Node1->Node10</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M437.45,-59.7C500.04,-51.78 620.74,-36.03 723,-20 726.02,-19.53 729.14,-19.02 732.27,-18.5"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="436.67,-56.28 427.18,-61 437.54,-63.22 436.67,-56.28"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.3 KiB |
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -84,7 +84,7 @@ $(document).ready(function(){initNavTree('dir_59425e443f801f1f2fd8bbe4959a3ccf.h
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<h3>tests → clutchlog Relation</h3><table class="dirtab"><tr class="dirtab"><th class="dirtab">File in tests</th><th class="dirtab">Includes file in clutchlog</th></tr><tr class="dirtab"><td class="dirtab"><b>t-assert.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-color.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-demo.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-dump.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-log.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-one-line-if.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr></table></div><!-- contents -->
|
<h3>tests → clutchlog Relation</h3><table class="dirtab"><tr class="dirtab"><th class="dirtab">File in tests</th><th class="dirtab">Includes file in clutchlog</th></tr><tr class="dirtab"><td class="dirtab"><b>t-assert.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-color.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-color16M.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-color256.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-demo.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-dump.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-fmt-constructors.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-log.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr><tr class="dirtab"><td class="dirtab"><b>t-one-line-if.cpp</b></td><td class="dirtab"><a class="el" href="clutchlog_8h.html">clutchlog.h</a></td></tr></table></div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
<!-- start footer part -->
|
<!-- start footer part -->
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<map id="tests" name="tests">
|
<map id="tests" name="tests">
|
||||||
<area shape="rect" id="node1" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html" title="tests" alt="" coords="7,5,79,53"/>
|
<area shape="rect" id="node1" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html" title="tests" alt="" coords="7,5,79,53"/>
|
||||||
<area shape="rect" id="node2" href="dir_c318bd5cf14aaa5601e6029e0b5b4048.html" title="clutchlog" alt="" coords="5,101,80,149"/>
|
<area shape="rect" id="node2" href="dir_c318bd5cf14aaa5601e6029e0b5b4048.html" title="clutchlog" alt="" coords="5,101,80,149"/>
|
||||||
<area shape="rect" id="edge1-headlabel" href="dir_000001_000000.html" title="6" alt="" coords="47,76,55,90"/>
|
<area shape="rect" id="edge1-headlabel" href="dir_000001_000000.html" title="9" alt="" coords="47,76,55,90"/>
|
||||||
</map>
|
</map>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
3ef33e4b41f965850dea69a8e439659b
|
898e9fe86e58c83c8b2acb43f3d5c59b
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
<title>dir_59425e443f801f1f2fd8bbe4959a3ccf->dir_c318bd5cf14aaa5601e6029e0b5b4048</title>
|
<title>dir_59425e443f801f1f2fd8bbe4959a3ccf->dir_c318bd5cf14aaa5601e6029e0b5b4048</title>
|
||||||
<path fill="none" stroke="black" d="M28,-71.7C28,-63.98 28,-54.71 28,-46.11"/>
|
<path fill="none" stroke="black" d="M28,-71.7C28,-63.98 28,-54.71 28,-46.11"/>
|
||||||
<polygon fill="black" stroke="black" points="31.5,-46.1 28,-36.1 24.5,-46.1 31.5,-46.1"/>
|
<polygon fill="black" stroke="black" points="31.5,-46.1 28,-36.1 24.5,-46.1 31.5,-46.1"/>
|
||||||
<g id="a_edge1-headlabel"><a xlink:href="dir_000001_000000.html" target="_top" xlink:title="6">
|
<g id="a_edge1-headlabel"><a xlink:href="dir_000001_000000.html" target="_top" xlink:title="9">
|
||||||
<text text-anchor="middle" x="34.34" y="-47.2" font-family="Helvetica,sans-Serif" font-size="10.00">6</text>
|
<text text-anchor="middle" x="34.34" y="-47.2" font-family="Helvetica,sans-Serif" font-size="10.00">9</text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -93,10 +93,13 @@ $(document).ready(function(){initNavTree('files.html',''); initResizable(); });
|
||||||
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="clutchlog_8h_source.html"><span class="icondoc"></span></a><a class="el" href="clutchlog_8h.html" target="_self">clutchlog.h</a></td><td class="desc"></td></tr>
|
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="clutchlog_8h_source.html"><span class="icondoc"></span></a><a class="el" href="clutchlog_8h.html" target="_self">clutchlog.h</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-assert_8cpp_source.html"><span class="icondoc"></span></a><b>t-assert.cpp</b></td><td class="desc"></td></tr>
|
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-assert_8cpp_source.html"><span class="icondoc"></span></a><b>t-assert.cpp</b></td><td class="desc"></td></tr>
|
||||||
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-color_8cpp_source.html"><span class="icondoc"></span></a><b>t-color.cpp</b></td><td class="desc"></td></tr>
|
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-color_8cpp_source.html"><span class="icondoc"></span></a><b>t-color.cpp</b></td><td class="desc"></td></tr>
|
||||||
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-demo_8cpp_source.html"><span class="icondoc"></span></a><b>t-demo.cpp</b></td><td class="desc"></td></tr>
|
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-color16_m_8cpp_source.html"><span class="icondoc"></span></a><b>t-color16M.cpp</b></td><td class="desc"></td></tr>
|
||||||
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-dump_8cpp_source.html"><span class="icondoc"></span></a><b>t-dump.cpp</b></td><td class="desc"></td></tr>
|
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-color256_8cpp_source.html"><span class="icondoc"></span></a><b>t-color256.cpp</b></td><td class="desc"></td></tr>
|
||||||
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-log_8cpp_source.html"><span class="icondoc"></span></a><b>t-log.cpp</b></td><td class="desc"></td></tr>
|
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-demo_8cpp_source.html"><span class="icondoc"></span></a><b>t-demo.cpp</b></td><td class="desc"></td></tr>
|
||||||
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-one-line-if_8cpp_source.html"><span class="icondoc"></span></a><b>t-one-line-if.cpp</b></td><td class="desc"></td></tr>
|
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-dump_8cpp_source.html"><span class="icondoc"></span></a><b>t-dump.cpp</b></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-fmt-constructors_8cpp_source.html"><span class="icondoc"></span></a><b>t-fmt-constructors.cpp</b></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-log_8cpp_source.html"><span class="icondoc"></span></a><b>t-log.cpp</b></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a href="t-one-line-if_8cpp_source.html"><span class="icondoc"></span></a><b>t-one-line-if.cpp</b></td><td class="desc"></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- directory -->
|
</div><!-- directory -->
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,11 @@ var files_dup =
|
||||||
[ "clutchlog.h", "clutchlog_8h.html", "clutchlog_8h" ],
|
[ "clutchlog.h", "clutchlog_8h.html", "clutchlog_8h" ],
|
||||||
[ "t-assert.cpp", "t-assert_8cpp_source.html", null ],
|
[ "t-assert.cpp", "t-assert_8cpp_source.html", null ],
|
||||||
[ "t-color.cpp", "t-color_8cpp_source.html", null ],
|
[ "t-color.cpp", "t-color_8cpp_source.html", null ],
|
||||||
|
[ "t-color16M.cpp", "t-color16_m_8cpp_source.html", null ],
|
||||||
|
[ "t-color256.cpp", "t-color256_8cpp_source.html", null ],
|
||||||
[ "t-demo.cpp", "t-demo_8cpp_source.html", null ],
|
[ "t-demo.cpp", "t-demo_8cpp_source.html", null ],
|
||||||
[ "t-dump.cpp", "t-dump_8cpp_source.html", null ],
|
[ "t-dump.cpp", "t-dump_8cpp_source.html", null ],
|
||||||
|
[ "t-fmt-constructors.cpp", "t-fmt-constructors_8cpp_source.html", null ],
|
||||||
[ "t-log.cpp", "t-log_8cpp_source.html", null ],
|
[ "t-log.cpp", "t-log_8cpp_source.html", null ],
|
||||||
[ "t-one-line-if.cpp", "t-one-line-if_8cpp_source.html", null ]
|
[ "t-one-line-if.cpp", "t-one-line-if_8cpp_source.html", null ]
|
||||||
];
|
];
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -123,12 +123,44 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_a"></a>- a -</h3><ul>
|
||||||
|
<li>ansi
|
||||||
|
: <a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<h3><a id="index_b"></a>- b -</h3><ul>
|
<h3><a id="index_b"></a>- b -</h3><ul>
|
||||||
<li>back
|
<li>back
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a86696b20e5b31c96ba592926efb324f3">clutchlog::fmt</a>
|
: <a class="el" href="group__colors16.html#ga86696b20e5b31c96ba592926efb324f3">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>back_16M
|
||||||
|
: <a class="el" href="group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>back_256
|
||||||
|
: <a class="el" href="group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>bg
|
<li>bg
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">clutchlog::fmt</a>
|
: <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>bg_16M()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html#adcd5bd1e69e76e3b36015cf687693c97">clutchlog::fmt::bg_16M</a>
|
||||||
|
</li>
|
||||||
|
<li>bg_256()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html#a0d244a542b6b98a373f8b1f9e92a6a90">clutchlog::fmt::bg_256</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_c"></a>- c -</h3><ul>
|
||||||
|
<li>color()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#a741d0165287350d8fcacb1f472ce5dac">clutchlog::fmt::color</a>
|
||||||
|
</li>
|
||||||
|
<li>color_16M()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html#aea10e881fb9b570267f5751fb67c4282">clutchlog::fmt::color_16M</a>
|
||||||
|
</li>
|
||||||
|
<li>color_256()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color__256.html#a1b68065b35141c018b33c3f2c45f5726">clutchlog::fmt::color_256</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
@ -166,7 +198,13 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();
|
||||||
|
|
||||||
<h3><a id="index_f"></a>- f -</h3><ul>
|
<h3><a id="index_f"></a>- f -</h3><ul>
|
||||||
<li>fg
|
<li>fg
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">clutchlog::fmt</a>
|
: <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>fg_16M()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html#a984525f33eb86b7f8b3e5d0874611194">clutchlog::fmt::fg_16M</a>
|
||||||
|
</li>
|
||||||
|
<li>fg_256()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html#a97c241e9f80c63d269953cc525a72c7a">clutchlog::fmt::fg_256</a>
|
||||||
</li>
|
</li>
|
||||||
<li>file()
|
<li>file()
|
||||||
: <a class="el" href="classclutchlog.html#a10064493c22f5c03b502a42d814c5c5c">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a10064493c22f5c03b502a42d814c5c5c">clutchlog</a>
|
||||||
|
|
@ -175,10 +213,16 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959">clutchlog::fmt</a>
|
: <a class="el" href="classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>fore
|
<li>fore
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a8307a848fcf9ed929435b3e1f2b53401">clutchlog::fmt</a>
|
: <a class="el" href="group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>fore_16M
|
||||||
|
: <a class="el" href="group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>fore_256
|
||||||
|
: <a class="el" href="group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>format()
|
<li>format()
|
||||||
: <a class="el" href="classclutchlog.html#afc53dbca51d0e2322a21899d0c571a80">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a656c277e074b64728cca871f2b484d1c">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
<li>format_comment()
|
<li>format_comment()
|
||||||
: <a class="el" href="classclutchlog.html#a2144abe4ec6f630126b6490908b5f924">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a2144abe4ec6f630126b6490908b5f924">clutchlog</a>
|
||||||
|
|
@ -189,6 +233,25 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_g"></a>- g -</h3><ul>
|
||||||
|
<li>ground
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0">clutchlog::fmt::color</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_i"></a>- i -</h3><ul>
|
||||||
|
<li>index
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color__256.html#a8e0b13d6bad87c83c3465524a5d33988">clutchlog::fmt::color_256</a>
|
||||||
|
</li>
|
||||||
|
<li>is_set()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#a96d7161ef1e7cc631ae670cd3f364603">clutchlog::fmt::color</a>
|
||||||
|
, <a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html#a780c11e42bb140732ffd37cf4eef9e1d">clutchlog::fmt::color_16M</a>
|
||||||
|
, <a class="el" href="structclutchlog_1_1fmt_1_1color__256.html#ad79557682cec1c053dda258581972111">clutchlog::fmt::color_256</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<h3><a id="index_l"></a>- l -</h3><ul>
|
<h3><a id="index_l"></a>- l -</h3><ul>
|
||||||
<li>level
|
<li>level
|
||||||
: <a class="el" href="classclutchlog.html#a10fd25a1b51c8c95bd6d876ce1b4b928">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a10fd25a1b51c8c95bd6d876ce1b4b928">clutchlog</a>
|
||||||
|
|
@ -221,6 +284,9 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();
|
||||||
<li>matches
|
<li>matches
|
||||||
: <a class="el" href="structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9">clutchlog::scope_t</a>
|
: <a class="el" href="structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9">clutchlog::scope_t</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>mode
|
||||||
|
: <a class="el" href="classclutchlog_1_1fmt.html#a0aa57cdd56ccc79c7750921ab534b205">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -229,24 +295,31 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">clutchlog::fmt</a>
|
: <a class="el" href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>operator<<
|
<li>operator<<
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">clutchlog::fmt</a>
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#a826e3d3eba925608442439d6bc3a95a6">clutchlog::fmt::color</a>
|
||||||
|
, <a class="el" href="group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>out()
|
<li>out()
|
||||||
: <a class="el" href="classclutchlog.html#a7fd7c7bd3668c537061c314a619a336d">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a6c6ab42a1df147e6c2d115bc36ec8266">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<h3><a id="index_p"></a>- p -</h3><ul>
|
<h3><a id="index_p"></a>- p -</h3><ul>
|
||||||
<li>print_on()
|
<li>print_on()
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0">clutchlog::fmt</a>
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#aa75e958436afe333924b6db3e5f0821f">clutchlog::fmt::color</a>
|
||||||
|
, <a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html#a674910195e7bb14d78f0cf56c308a47e">clutchlog::fmt::color_16M</a>
|
||||||
|
, <a class="el" href="structclutchlog_1_1fmt_1_1color__256.html#aaae6106a11eddade981172324a43df68">clutchlog::fmt::color_256</a>
|
||||||
|
, <a class="el" href="classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<h3><a id="index_r"></a>- r -</h3><ul>
|
<h3><a id="index_r"></a>- r -</h3><ul>
|
||||||
|
<li>red
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html#a19e1517a9afb75a4e6224f718ed11c61">clutchlog::fmt::color_16M</a>
|
||||||
|
</li>
|
||||||
<li>replace()
|
<li>replace()
|
||||||
: <a class="el" href="classclutchlog.html#a972f895c70edc335f3018a2c8971d59e">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#ae90d5a1a428587ad67b38b2ea4ca9fa2">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
@ -275,6 +348,9 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();
|
||||||
<li>threshold()
|
<li>threshold()
|
||||||
: <a class="el" href="classclutchlog.html#a3cb0e4f43a4cadf1966001ad7c9861f4">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a3cb0e4f43a4cadf1966001ad7c9861f4">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>type
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#a3fd18c290567bd5c4971663a1aed12ae">clutchlog::fmt::color</a>
|
||||||
|
</li>
|
||||||
<li>typo
|
<li>typo
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">clutchlog::fmt</a>
|
: <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -85,11 +85,17 @@ $(document).ready(function(){initNavTree('functions_enum.html',''); initResizabl
|
||||||
|
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
 <ul>
|
 <ul>
|
||||||
|
<li>ansi
|
||||||
|
: <a class="el" href="classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
<li>bg
|
<li>bg
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e">clutchlog::fmt</a>
|
: <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>fg
|
<li>fg
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0">clutchlog::fmt</a>
|
: <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>ground
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0">clutchlog::fmt::color</a>
|
||||||
</li>
|
</li>
|
||||||
<li>level
|
<li>level
|
||||||
: <a class="el" href="classclutchlog.html#a10fd25a1b51c8c95bd6d876ce1b4b928">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a10fd25a1b51c8c95bd6d876ce1b4b928">clutchlog</a>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -84,10 +84,45 @@ $(document).ready(function(){initNavTree('functions_func.html',''); initResizabl
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
 <ul>
|
 
|
||||||
|
|
||||||
|
<h3><a id="index_b"></a>- b -</h3><ul>
|
||||||
|
<li>bg_16M()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html#a363c314ab6a8aa22951b5500d7a78ad0">clutchlog::fmt::bg_16M</a>
|
||||||
|
</li>
|
||||||
|
<li>bg_256()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html#a83c663b1a9f00ba7ba7649c9c5605fad">clutchlog::fmt::bg_256</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_c"></a>- c -</h3><ul>
|
||||||
|
<li>color()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#a741d0165287350d8fcacb1f472ce5dac">clutchlog::fmt::color</a>
|
||||||
|
</li>
|
||||||
|
<li>color_16M()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html#aea10e881fb9b570267f5751fb67c4282">clutchlog::fmt::color_16M</a>
|
||||||
|
</li>
|
||||||
|
<li>color_256()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color__256.html#a1b68065b35141c018b33c3f2c45f5726">clutchlog::fmt::color_256</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_d"></a>- d -</h3><ul>
|
||||||
<li>dump()
|
<li>dump()
|
||||||
: <a class="el" href="classclutchlog.html#a63308e8deae3cfec6801318203494143">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a63308e8deae3cfec6801318203494143">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_f"></a>- f -</h3><ul>
|
||||||
|
<li>fg_16M()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html#a984525f33eb86b7f8b3e5d0874611194">clutchlog::fmt::fg_16M</a>
|
||||||
|
</li>
|
||||||
|
<li>fg_256()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html#a97c241e9f80c63d269953cc525a72c7a">clutchlog::fmt::fg_256</a>
|
||||||
|
</li>
|
||||||
<li>file()
|
<li>file()
|
||||||
: <a class="el" href="classclutchlog.html#a10064493c22f5c03b502a42d814c5c5c">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a10064493c22f5c03b502a42d814c5c5c">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -95,7 +130,7 @@ $(document).ready(function(){initNavTree('functions_func.html',''); initResizabl
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959">clutchlog::fmt</a>
|
: <a class="el" href="classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>format()
|
<li>format()
|
||||||
: <a class="el" href="classclutchlog.html#abd692cca9a2e772e7c9d6531bb3c7761">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#afc53dbca51d0e2322a21899d0c571a80">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
<li>format_comment()
|
<li>format_comment()
|
||||||
: <a class="el" href="classclutchlog.html#a2144abe4ec6f630126b6490908b5f924">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a2144abe4ec6f630126b6490908b5f924">clutchlog</a>
|
||||||
|
|
@ -103,6 +138,19 @@ $(document).ready(function(){initNavTree('functions_func.html',''); initResizabl
|
||||||
<li>func()
|
<li>func()
|
||||||
: <a class="el" href="classclutchlog.html#ad32b5a0274dc03ee0004f67ba58b2447">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#ad32b5a0274dc03ee0004f67ba58b2447">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_i"></a>- i -</h3><ul>
|
||||||
|
<li>is_set()
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#a96d7161ef1e7cc631ae670cd3f364603">clutchlog::fmt::color</a>
|
||||||
|
, <a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html#a780c11e42bb140732ffd37cf4eef9e1d">clutchlog::fmt::color_16M</a>
|
||||||
|
, <a class="el" href="structclutchlog_1_1fmt_1_1color__256.html#ad79557682cec1c053dda258581972111">clutchlog::fmt::color_256</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_l"></a>- l -</h3><ul>
|
||||||
<li>level_of()
|
<li>level_of()
|
||||||
: <a class="el" href="classclutchlog.html#acebed8c9df9204f22bf8488e62e1cedd">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#acebed8c9df9204f22bf8488e62e1cedd">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -124,18 +172,37 @@ $(document).ready(function(){initNavTree('functions_func.html',''); initResizabl
|
||||||
<li>logger()
|
<li>logger()
|
||||||
: <a class="el" href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_o"></a>- o -</h3><ul>
|
||||||
<li>operator()()
|
<li>operator()()
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">clutchlog::fmt</a>
|
: <a class="el" href="classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>out()
|
<li>out()
|
||||||
: <a class="el" href="classclutchlog.html#a7fd7c7bd3668c537061c314a619a336d">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a6c6ab42a1df147e6c2d115bc36ec8266">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_p"></a>- p -</h3><ul>
|
||||||
<li>print_on()
|
<li>print_on()
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0">clutchlog::fmt</a>
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#aa75e958436afe333924b6db3e5f0821f">clutchlog::fmt::color</a>
|
||||||
|
, <a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html#a674910195e7bb14d78f0cf56c308a47e">clutchlog::fmt::color_16M</a>
|
||||||
|
, <a class="el" href="structclutchlog_1_1fmt_1_1color__256.html#aaae6106a11eddade981172324a43df68">clutchlog::fmt::color_256</a>
|
||||||
|
, <a class="el" href="classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_r"></a>- r -</h3><ul>
|
||||||
<li>replace()
|
<li>replace()
|
||||||
: <a class="el" href="classclutchlog.html#a972f895c70edc335f3018a2c8971d59e">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a972f895c70edc335f3018a2c8971d59e">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_s"></a>- s -</h3><ul>
|
||||||
<li>scope_t()
|
<li>scope_t()
|
||||||
: <a class="el" href="structclutchlog_1_1scope__t.html#a0f1d865ffcf17f215e5559cdd2690572">clutchlog::scope_t</a>
|
: <a class="el" href="structclutchlog_1_1scope__t.html#a0f1d865ffcf17f215e5559cdd2690572">clutchlog::scope_t</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -143,8 +210,12 @@ $(document).ready(function(){initNavTree('functions_func.html',''); initResizabl
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b">clutchlog::fmt</a>
|
: <a class="el" href="classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
<li>style()
|
<li>style()
|
||||||
: <a class="el" href="classclutchlog.html#ac3ec55057b9c734b66f169bf43dbd591">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#ad1cfa9945c3f7f98fe8ce724c627d0d6">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_t"></a>- t -</h3><ul>
|
||||||
<li>threshold()
|
<li>threshold()
|
||||||
: <a class="el" href="classclutchlog.html#a3cb0e4f43a4cadf1966001ad7c9861f4">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a3cb0e4f43a4cadf1966001ad7c9861f4">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -86,7 +86,8 @@ $(document).ready(function(){initNavTree('functions_rela.html',''); initResizabl
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
 <ul>
|
 <ul>
|
||||||
<li>operator<<
|
<li>operator<<
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">clutchlog::fmt</a>
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#a826e3d3eba925608442439d6bc3a95a6">clutchlog::fmt::color</a>
|
||||||
|
, <a class="el" href="classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -84,7 +84,9 @@ $(document).ready(function(){initNavTree('functions_vars.html',''); initResizabl
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
 <ul>
|
 
|
||||||
|
|
||||||
|
<h3><a id="index__5F"></a>- _ -</h3><ul>
|
||||||
<li>_format_dump
|
<li>_format_dump
|
||||||
: <a class="el" href="classclutchlog.html#a5f4ddb57ce42e8be86a7c7d269f7bae5">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a5f4ddb57ce42e8be86a7c7d269f7bae5">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -118,9 +120,23 @@ $(document).ready(function(){initNavTree('functions_vars.html',''); initResizabl
|
||||||
<li>_word_level
|
<li>_word_level
|
||||||
: <a class="el" href="classclutchlog.html#abd4625bf211bfbaa30d9c126fa3d7888">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#abd4625bf211bfbaa30d9c126fa3d7888">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_b"></a>- b -</h3><ul>
|
||||||
<li>back
|
<li>back
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a86696b20e5b31c96ba592926efb324f3">clutchlog::fmt</a>
|
: <a class="el" href="group__colors16.html#ga86696b20e5b31c96ba592926efb324f3">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>back_16M
|
||||||
|
: <a class="el" href="group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>back_256
|
||||||
|
: <a class="el" href="group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_d"></a>- d -</h3><ul>
|
||||||
<li>default_depth_mark
|
<li>default_depth_mark
|
||||||
: <a class="el" href="classclutchlog.html#a229fd61519f1245282440120f2d45fb5">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#a229fd61519f1245282440120f2d45fb5">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -145,21 +161,63 @@ $(document).ready(function(){initNavTree('functions_vars.html',''); initResizabl
|
||||||
<li>dump_default_sep
|
<li>dump_default_sep
|
||||||
: <a class="el" href="classclutchlog.html#af898bffe23b125245e338d7495c76d45">clutchlog</a>
|
: <a class="el" href="classclutchlog.html#af898bffe23b125245e338d7495c76d45">clutchlog</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_f"></a>- f -</h3><ul>
|
||||||
<li>fore
|
<li>fore
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a8307a848fcf9ed929435b3e1f2b53401">clutchlog::fmt</a>
|
: <a class="el" href="group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>fore_16M
|
||||||
|
: <a class="el" href="group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
<li>fore_256
|
||||||
|
: <a class="el" href="group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_i"></a>- i -</h3><ul>
|
||||||
|
<li>index
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color__256.html#a8e0b13d6bad87c83c3465524a5d33988">clutchlog::fmt::color_256</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_m"></a>- m -</h3><ul>
|
||||||
<li>matches
|
<li>matches
|
||||||
: <a class="el" href="structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9">clutchlog::scope_t</a>
|
: <a class="el" href="structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9">clutchlog::scope_t</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>mode
|
||||||
|
: <a class="el" href="classclutchlog_1_1fmt.html#a0aa57cdd56ccc79c7750921ab534b205">clutchlog::fmt</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_r"></a>- r -</h3><ul>
|
||||||
|
<li>red
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html#a19e1517a9afb75a4e6224f718ed11c61">clutchlog::fmt::color_16M</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_s"></a>- s -</h3><ul>
|
||||||
<li>stage
|
<li>stage
|
||||||
: <a class="el" href="structclutchlog_1_1scope__t.html#adcca6846ff90d436c61861db85917744">clutchlog::scope_t</a>
|
: <a class="el" href="structclutchlog_1_1scope__t.html#adcca6846ff90d436c61861db85917744">clutchlog::scope_t</a>
|
||||||
</li>
|
</li>
|
||||||
<li>style
|
<li>style
|
||||||
: <a class="el" href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">clutchlog::fmt</a>
|
: <a class="el" href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">clutchlog::fmt</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a id="index_t"></a>- t -</h3><ul>
|
||||||
<li>there
|
<li>there
|
||||||
: <a class="el" href="structclutchlog_1_1scope__t.html#a7918e55cd3bac1bd30c69b8c711387ff">clutchlog::scope_t</a>
|
: <a class="el" href="structclutchlog_1_1scope__t.html#a7918e55cd3bac1bd30c69b8c711387ff">clutchlog::scope_t</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>type
|
||||||
|
: <a class="el" href="structclutchlog_1_1fmt_1_1color.html#a3fd18c290567bd5c4971663a1aed12ae">clutchlog::fmt::color</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
</div><!-- doc-content -->
|
</div><!-- doc-content -->
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -8,34 +8,35 @@ var group___formating =
|
||||||
[ "fmt", "classclutchlog_1_1fmt.html#a65856874070ec0865b3a5b9aeb0e4f3d", null ],
|
[ "fmt", "classclutchlog_1_1fmt.html#a65856874070ec0865b3a5b9aeb0e4f3d", null ],
|
||||||
[ "fmt", "classclutchlog_1_1fmt.html#a99b3a05ddf6fa341cee6cb1e5dffc159", null ],
|
[ "fmt", "classclutchlog_1_1fmt.html#a99b3a05ddf6fa341cee6cb1e5dffc159", null ],
|
||||||
[ "fmt", "classclutchlog_1_1fmt.html#aeea73b0239bf73ebc8ee84c1e6d278e2", null ],
|
[ "fmt", "classclutchlog_1_1fmt.html#aeea73b0239bf73ebc8ee84c1e6d278e2", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a04f3ba5f6fe81955dca4492a6d259f1c", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#ac49c883e3dd17832749cc092b74a9f56", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a194201eb8a400ef13df3e833b8788cdc", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a00feba2b1539529df70e39d615a05941", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a357c93593867f67d9fef562ca07c7dcc", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a2df8f77f58dc9272c94982c4d2275581", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a63b29eb5862a30a194b0256f2ee554a6", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a9458703ab8a3c9fbc6b801011b43f16d", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a0923d7d400f6753d4dae124b71eb5023", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a506718883842dbce3659f42cdf79e52c", null ],
|
||||||
|
[ "fmt", "classclutchlog_1_1fmt.html#a6d1cc4abe822a569a2624b0829de5dd0", null ],
|
||||||
[ "print_on", "classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0", null ],
|
[ "print_on", "classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0", null ],
|
||||||
[ "operator()", "classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c", null ],
|
[ "operator()", "classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c", null ],
|
||||||
[ "str", "classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b", null ],
|
[ "str", "classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b", null ],
|
||||||
|
[ "operator<<", "group__colors16.html#ga5a697f5ad3326ea25b139e25252b4cf7", null ],
|
||||||
|
[ "operator<<", "group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33", null ],
|
||||||
[ "operator<<", "classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da", null ],
|
[ "operator<<", "classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da", null ],
|
||||||
[ "fore", "classclutchlog_1_1fmt.html#a8307a848fcf9ed929435b3e1f2b53401", null ],
|
[ "mode", "classclutchlog_1_1fmt.html#a0aa57cdd56ccc79c7750921ab534b205", null ],
|
||||||
[ "back", "classclutchlog_1_1fmt.html#a86696b20e5b31c96ba592926efb324f3", null ],
|
|
||||||
[ "style", "classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b", null ],
|
[ "style", "classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b", null ],
|
||||||
[ "fg", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0", [
|
[ "fore", "group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401", null ],
|
||||||
[ "black", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a1ffd9e753c8054cc61456ac7fac1ac89", null ],
|
[ "back", "group__colors16.html#ga86696b20e5b31c96ba592926efb324f3", null ],
|
||||||
[ "red", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0abda9643ac6601722a28f238714274da4", null ],
|
[ "fore_256", "group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c", null ],
|
||||||
[ "green", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a9f27410725ab8cc8854a2769c7a516b8", null ],
|
[ "back_256", "group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0", null ],
|
||||||
[ "yellow", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0ad487dd0b55dfcacdd920ccbdaeafa351", null ],
|
[ "fore_16M", "group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de", null ],
|
||||||
[ "blue", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a48d6215903dff56238e52e8891380c8f", null ],
|
[ "back_16M", "group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0", null ],
|
||||||
[ "magenta", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a4c2a4a7078da0ac6733464eacfd00f86", null ],
|
[ "ansi", "classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502", [
|
||||||
[ "cyan", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a6411532ba4971f378391776a9db629d3", null ],
|
[ "colors_16", "classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a1e7cced329549fc4c2393381f068062e", null ],
|
||||||
[ "white", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0ad508fe45cecaf653904a0e774084bb5c", null ],
|
[ "colors_256", "classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a7a3c32a8827eb17435511b4c7a429749", null ],
|
||||||
[ "none", "classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a334c4a4c42fdb79d7ebc3e73b517e6f8", null ]
|
[ "colors_16M", "classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a1844e5aae3a3eefc500c545e3c35bcfa", null ]
|
||||||
] ],
|
|
||||||
[ "bg", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e", [
|
|
||||||
[ "black", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea1ffd9e753c8054cc61456ac7fac1ac89", null ],
|
|
||||||
[ "red", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1eabda9643ac6601722a28f238714274da4", null ],
|
|
||||||
[ "green", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea9f27410725ab8cc8854a2769c7a516b8", null ],
|
|
||||||
[ "yellow", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ead487dd0b55dfcacdd920ccbdaeafa351", null ],
|
|
||||||
[ "blue", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea48d6215903dff56238e52e8891380c8f", null ],
|
|
||||||
[ "magenta", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea4c2a4a7078da0ac6733464eacfd00f86", null ],
|
|
||||||
[ "cyan", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea6411532ba4971f378391776a9db629d3", null ],
|
|
||||||
[ "white", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ead508fe45cecaf653904a0e774084bb5c", null ],
|
|
||||||
[ "none", "classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea334c4a4c42fdb79d7ebc3e73b517e6f8", null ]
|
|
||||||
] ],
|
] ],
|
||||||
[ "typo", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89", [
|
[ "typo", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89", [
|
||||||
[ "reset", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a86266ee937d97f812a8e57d22b62ee29", null ],
|
[ "reset", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a86266ee937d97f812a8e57d22b62ee29", null ],
|
||||||
|
|
@ -43,6 +44,44 @@ var group___formating =
|
||||||
[ "underline", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a6dc7b4483f8c2c701a48e42db552806d", null ],
|
[ "underline", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a6dc7b4483f8c2c701a48e42db552806d", null ],
|
||||||
[ "inverse", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89aa91c78e040f7b9d158f381e197f8beb4", null ],
|
[ "inverse", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89aa91c78e040f7b9d158f381e197f8beb4", null ],
|
||||||
[ "none", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a334c4a4c42fdb79d7ebc3e73b517e6f8", null ]
|
[ "none", "classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a334c4a4c42fdb79d7ebc3e73b517e6f8", null ]
|
||||||
|
] ],
|
||||||
|
[ "fg", "group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0", [
|
||||||
|
[ "black", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a1ffd9e753c8054cc61456ac7fac1ac89", null ],
|
||||||
|
[ "red", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0abda9643ac6601722a28f238714274da4", null ],
|
||||||
|
[ "green", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a9f27410725ab8cc8854a2769c7a516b8", null ],
|
||||||
|
[ "yellow", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0ad487dd0b55dfcacdd920ccbdaeafa351", null ],
|
||||||
|
[ "blue", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a48d6215903dff56238e52e8891380c8f", null ],
|
||||||
|
[ "magenta", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a4c2a4a7078da0ac6733464eacfd00f86", null ],
|
||||||
|
[ "cyan", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a6411532ba4971f378391776a9db629d3", null ],
|
||||||
|
[ "white", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0ad508fe45cecaf653904a0e774084bb5c", null ],
|
||||||
|
[ "bright_black", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a74474ae20bf3ef3bce6fd679194ce383", null ],
|
||||||
|
[ "bright_red", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a8b84c6e788e91a3a45b9dabedb160590", null ],
|
||||||
|
[ "bright_green", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0abd5b4652dffd84bab66529361d0c4974", null ],
|
||||||
|
[ "bright_yellow", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a75dd76d162b9554ec8b63736bc22d93e", null ],
|
||||||
|
[ "bright_blue", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0ac5b47880b4b2ec37179078d63a85def3", null ],
|
||||||
|
[ "bright_magenta", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a37553b57ad1d7f61b0c51f5a535f72bf", null ],
|
||||||
|
[ "bright_cyan", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0acc69f9955c2bf916bb9a83f38141432f", null ],
|
||||||
|
[ "bright_white", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0ada7527acf78cb4e7b582e8163a1f642a", null ],
|
||||||
|
[ "none", "group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a334c4a4c42fdb79d7ebc3e73b517e6f8", null ]
|
||||||
|
] ],
|
||||||
|
[ "bg", "group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e", [
|
||||||
|
[ "black", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea1ffd9e753c8054cc61456ac7fac1ac89", null ],
|
||||||
|
[ "red", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eabda9643ac6601722a28f238714274da4", null ],
|
||||||
|
[ "green", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea9f27410725ab8cc8854a2769c7a516b8", null ],
|
||||||
|
[ "yellow", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ead487dd0b55dfcacdd920ccbdaeafa351", null ],
|
||||||
|
[ "blue", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea48d6215903dff56238e52e8891380c8f", null ],
|
||||||
|
[ "magenta", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea4c2a4a7078da0ac6733464eacfd00f86", null ],
|
||||||
|
[ "cyan", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea6411532ba4971f378391776a9db629d3", null ],
|
||||||
|
[ "white", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ead508fe45cecaf653904a0e774084bb5c", null ],
|
||||||
|
[ "bright_black", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea74474ae20bf3ef3bce6fd679194ce383", null ],
|
||||||
|
[ "bright_red", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea8b84c6e788e91a3a45b9dabedb160590", null ],
|
||||||
|
[ "bright_green", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eabd5b4652dffd84bab66529361d0c4974", null ],
|
||||||
|
[ "bright_yellow", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea75dd76d162b9554ec8b63736bc22d93e", null ],
|
||||||
|
[ "bright_blue", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eac5b47880b4b2ec37179078d63a85def3", null ],
|
||||||
|
[ "bright_magenta", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea37553b57ad1d7f61b0c51f5a535f72bf", null ],
|
||||||
|
[ "bright_cyan", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eacc69f9955c2bf916bb9a83f38141432f", null ],
|
||||||
|
[ "bright_white", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eada7527acf78cb4e7b582e8163a1f642a", null ],
|
||||||
|
[ "none", "group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea334c4a4c42fdb79d7ebc3e73b517e6f8", null ]
|
||||||
] ]
|
] ]
|
||||||
] ]
|
] ]
|
||||||
];
|
];
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
var group___main =
|
var group___main =
|
||||||
[
|
[
|
||||||
[ "clutchlog", "classclutchlog.html", [
|
[ "clutchlog", "classclutchlog.html", [
|
||||||
[ "System-dependent stack depth", "index.html#autotoc_md22", null ],
|
[ "System-dependent stack depth", "index.html#autotoc_md24", null ],
|
||||||
[ "System-dependent horizontal fill", "index.html#autotoc_md23", null ],
|
[ "System-dependent horizontal fill", "index.html#autotoc_md25", null ],
|
||||||
[ "Dependencies", "index.html#autotoc_md24", null ],
|
[ "Dependencies", "index.html#autotoc_md26", null ],
|
||||||
[ "Variable names within the CLUTCHLOG macro", "index.html#autotoc_md25", null ],
|
[ "Variable names within the CLUTCHLOG macro", "index.html#autotoc_md27", null ],
|
||||||
[ "Features", "index.html#autotoc_md26", null ],
|
[ "Features", "index.html#autotoc_md28", null ],
|
||||||
[ "scope_t", "structclutchlog_1_1scope__t.html", [
|
[ "scope_t", "structclutchlog_1_1scope__t.html", [
|
||||||
[ "scope_t", "structclutchlog_1_1scope__t.html#a0f1d865ffcf17f215e5559cdd2690572", null ],
|
[ "scope_t", "structclutchlog_1_1scope__t.html#a0f1d865ffcf17f215e5559cdd2690572", null ],
|
||||||
[ "matches", "structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9", null ],
|
[ "matches", "structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9", null ],
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
185
docs/group__colors16.html
Normal file
|
|
@ -0,0 +1,185 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>clutchlog: Colors management in 16 colors mode (4-bits ANSI).</title>
|
||||||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="resize.js"></script>
|
||||||
|
<script type="text/javascript" src="navtreedata.js"></script>
|
||||||
|
<script type="text/javascript" src="navtree.js"></script>
|
||||||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||||
|
<script type="text/javascript" src="search/search.js"></script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="doxygen-style.css" rel="stylesheet" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div id="titlearea">
|
||||||
|
<table cellspacing="0" cellpadding="0">
|
||||||
|
<tbody>
|
||||||
|
<tr style="height: 56px;">
|
||||||
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
|
<div id="projectname">clutchlog
|
||||||
|
 <span id="projectnumber">0.13</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.17 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="menudata.js"></script>
|
||||||
|
<script type="text/javascript" src="menu.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(function() {
|
||||||
|
initMenu('',true,false,'search.php','Search');
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
});
|
||||||
|
/* @license-end */</script>
|
||||||
|
<div id="main-nav"></div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||||
|
<div id="nav-tree">
|
||||||
|
<div id="nav-tree-contents">
|
||||||
|
<div id="nav-sync" class="sync"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="splitbar" style="-moz-user-select:none;"
|
||||||
|
class="ui-resizable-handle">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(document).ready(function(){initNavTree('group__colors16.html',''); initResizable(); });
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<div id="doc-content">
|
||||||
|
<!-- window showing the filter options -->
|
||||||
|
<div id="MSearchSelectWindow"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- iframe showing the search results (closed by default) -->
|
||||||
|
<div id="MSearchResultsWindow">
|
||||||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||||||
|
name="MSearchResults" id="MSearchResults">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="summary">
|
||||||
|
<a href="#enum-members">Enumerations</a> |
|
||||||
|
<a href="#var-members">Variables</a> |
|
||||||
|
<a href="#friend-members">Friends</a> </div>
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Colors management in 16 colors mode (4-bits ANSI).</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
|
||||||
|
Enumerations</h2></td></tr>
|
||||||
|
<tr class="memitem:ga4662a3ec3577c6a575a2c734636ed8a0"><td class="memItemLeft" align="right" valign="top"><a id="ga4662a3ec3577c6a575a2c734636ed8a0"></a>enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">clutchlog::fmt::fg</a> { <br />
|
||||||
|
  <b>black</b> = 30,
|
||||||
|
<b>red</b> = 31,
|
||||||
|
<b>green</b> = 32,
|
||||||
|
<b>yellow</b> = 33,
|
||||||
|
<br />
|
||||||
|
  <b>blue</b> = 34,
|
||||||
|
<b>magenta</b> = 35,
|
||||||
|
<b>cyan</b> = 36,
|
||||||
|
<b>white</b> = 37,
|
||||||
|
<br />
|
||||||
|
  <b>bright_black</b> = 90,
|
||||||
|
<b>bright_red</b> = 91,
|
||||||
|
<b>bright_green</b> = 92,
|
||||||
|
<b>bright_yellow</b> = 93,
|
||||||
|
<br />
|
||||||
|
  <b>bright_blue</b> = 94,
|
||||||
|
<b>bright_magenta</b> = 95,
|
||||||
|
<b>bright_cyan</b> = 96,
|
||||||
|
<b>bright_white</b> = 97,
|
||||||
|
<br />
|
||||||
|
  <b>none</b> = -1
|
||||||
|
<br />
|
||||||
|
}</td></tr>
|
||||||
|
<tr class="memdesc:ga4662a3ec3577c6a575a2c734636ed8a0"><td class="mdescLeft"> </td><td class="mdescRight">Foreground color codes. <br /></td></tr>
|
||||||
|
<tr class="separator:ga4662a3ec3577c6a575a2c734636ed8a0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga1cf3e27e4041250ffea0a6d58010da1e"><td class="memItemLeft" align="right" valign="top"><a id="ga1cf3e27e4041250ffea0a6d58010da1e"></a>enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">clutchlog::fmt::bg</a> { <br />
|
||||||
|
  <b>black</b> = 40,
|
||||||
|
<b>red</b> = 41,
|
||||||
|
<b>green</b> = 42,
|
||||||
|
<b>yellow</b> = 43,
|
||||||
|
<br />
|
||||||
|
  <b>blue</b> = 44,
|
||||||
|
<b>magenta</b> = 45,
|
||||||
|
<b>cyan</b> = 46,
|
||||||
|
<b>white</b> = 47,
|
||||||
|
<br />
|
||||||
|
  <b>bright_black</b> = 100,
|
||||||
|
<b>bright_red</b> = 101,
|
||||||
|
<b>bright_green</b> = 102,
|
||||||
|
<b>bright_yellow</b> = 103,
|
||||||
|
<br />
|
||||||
|
  <b>bright_blue</b> = 104,
|
||||||
|
<b>bright_magenta</b> = 105,
|
||||||
|
<b>bright_cyan</b> = 106,
|
||||||
|
<b>bright_white</b> = 107,
|
||||||
|
<br />
|
||||||
|
  <b>none</b> = -1
|
||||||
|
<br />
|
||||||
|
}</td></tr>
|
||||||
|
<tr class="memdesc:ga1cf3e27e4041250ffea0a6d58010da1e"><td class="mdescLeft"> </td><td class="mdescRight">Background color codes. <br /></td></tr>
|
||||||
|
<tr class="separator:ga1cf3e27e4041250ffea0a6d58010da1e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
|
||||||
|
Variables</h2></td></tr>
|
||||||
|
<tr class="memitem:ga8307a848fcf9ed929435b3e1f2b53401"><td class="memItemLeft" align="right" valign="top"><a id="ga8307a848fcf9ed929435b3e1f2b53401"></a>
|
||||||
|
enum <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">clutchlog::fmt::fg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401">clutchlog::fmt::fore</a></td></tr>
|
||||||
|
<tr class="memdesc:ga8307a848fcf9ed929435b3e1f2b53401"><td class="mdescLeft"> </td><td class="mdescRight">Foreground color. <br /></td></tr>
|
||||||
|
<tr class="separator:ga8307a848fcf9ed929435b3e1f2b53401"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga86696b20e5b31c96ba592926efb324f3"><td class="memItemLeft" align="right" valign="top"><a id="ga86696b20e5b31c96ba592926efb324f3"></a>
|
||||||
|
enum <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">clutchlog::fmt::bg</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga86696b20e5b31c96ba592926efb324f3">clutchlog::fmt::back</a></td></tr>
|
||||||
|
<tr class="memdesc:ga86696b20e5b31c96ba592926efb324f3"><td class="mdescLeft"> </td><td class="mdescRight">Background color. <br /></td></tr>
|
||||||
|
<tr class="separator:ga86696b20e5b31c96ba592926efb324f3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friend-members"></a>
|
||||||
|
Friends</h2></td></tr>
|
||||||
|
<tr class="memitem:ga5a697f5ad3326ea25b139e25252b4cf7"><td class="memItemLeft" align="right" valign="top"><a id="ga5a697f5ad3326ea25b139e25252b4cf7"></a>
|
||||||
|
std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga5a697f5ad3326ea25b139e25252b4cf7">clutchlog::fmt::operator<<</a> (std::ostream &os, const std::tuple< <a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0">fg</a>, <a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e">bg</a>, <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> > &fbs)</td></tr>
|
||||||
|
<tr class="memdesc:ga5a697f5ad3326ea25b139e25252b4cf7"><td class="mdescLeft"> </td><td class="mdescRight">Output stream operator for a 3-tuple of 16-colors mode tags. <br /></td></tr>
|
||||||
|
<tr class="separator:ga5a697f5ad3326ea25b139e25252b4cf7"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga379b0af834c7c561edc5c1e3a3427a33"><td class="memItemLeft" align="right" valign="top"><a id="ga379b0af834c7c561edc5c1e3a3427a33"></a>
|
||||||
|
std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33">clutchlog::fmt::operator<<</a> (std::ostream &os, const <a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89">typo</a> &s)</td></tr>
|
||||||
|
<tr class="memdesc:ga379b0af834c7c561edc5c1e3a3427a33"><td class="mdescLeft"> </td><td class="mdescRight">Output stream operator for a typo tag alone, in 16-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:ga379b0af834c7c561edc5c1e3a3427a33"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- contents -->
|
||||||
|
</div><!-- doc-content -->
|
||||||
|
<!-- start footer part -->
|
||||||
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
<ul>
|
||||||
|
<li class="footer">Generated by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
9
docs/group__colors16.js
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
var group__colors16 =
|
||||||
|
[
|
||||||
|
[ "fg", "group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0", null ],
|
||||||
|
[ "bg", "group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e", null ],
|
||||||
|
[ "fore", "group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401", null ],
|
||||||
|
[ "back", "group__colors16.html#ga86696b20e5b31c96ba592926efb324f3", null ],
|
||||||
|
[ "operator<<", "group__colors16.html#ga5a697f5ad3326ea25b139e25252b4cf7", null ],
|
||||||
|
[ "operator<<", "group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33", null ]
|
||||||
|
];
|
||||||
150
docs/group__colors256__16_m.html
Normal file
|
|
@ -0,0 +1,150 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>clutchlog: Internal colors management in 256 and 16M colors modes.</title>
|
||||||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="resize.js"></script>
|
||||||
|
<script type="text/javascript" src="navtreedata.js"></script>
|
||||||
|
<script type="text/javascript" src="navtree.js"></script>
|
||||||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||||
|
<script type="text/javascript" src="search/search.js"></script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="doxygen-style.css" rel="stylesheet" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div id="titlearea">
|
||||||
|
<table cellspacing="0" cellpadding="0">
|
||||||
|
<tbody>
|
||||||
|
<tr style="height: 56px;">
|
||||||
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
|
<div id="projectname">clutchlog
|
||||||
|
 <span id="projectnumber">0.13</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.17 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="menudata.js"></script>
|
||||||
|
<script type="text/javascript" src="menu.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(function() {
|
||||||
|
initMenu('',true,false,'search.php','Search');
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
});
|
||||||
|
/* @license-end */</script>
|
||||||
|
<div id="main-nav"></div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||||
|
<div id="nav-tree">
|
||||||
|
<div id="nav-tree-contents">
|
||||||
|
<div id="nav-sync" class="sync"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="splitbar" style="-moz-user-select:none;"
|
||||||
|
class="ui-resizable-handle">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(document).ready(function(){initNavTree('group__colors256__16_m.html',''); initResizable(); });
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<div id="doc-content">
|
||||||
|
<!-- window showing the filter options -->
|
||||||
|
<div id="MSearchSelectWindow"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- iframe showing the search results (closed by default) -->
|
||||||
|
<div id="MSearchResultsWindow">
|
||||||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||||||
|
name="MSearchResults" id="MSearchResults">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="summary">
|
||||||
|
<a href="#nested-classes">Classes</a> |
|
||||||
|
<a href="#var-members">Variables</a> </div>
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Internal colors management in 256 and 16M colors modes.</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
|
||||||
|
Classes</h2></td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color.html">clutchlog::fmt::color</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Interface class for colors representation. <a href="structclutchlog_1_1fmt_1_1color.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color__256.html">clutchlog::fmt::color_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Abstract base class for 256 colors objects (8-bits ANSI). <a href="structclutchlog_1_1fmt_1_1color__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html">clutchlog::fmt::fg_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Foreground in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1fg__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html">clutchlog::fmt::bg_256</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Background in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1bg__256.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html">clutchlog::fmt::color_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Abstract base class for 16M colors objects (24-bits ANSI). <a href="structclutchlog_1_1fmt_1_1color__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html">clutchlog::fmt::fg_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Foreground in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1fg__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html">clutchlog::fmt::bg_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">background in 256-colors mode. <a href="structclutchlog_1_1fmt_1_1bg__16_m.html#details">More...</a><br /></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
|
||||||
|
Variables</h2></td></tr>
|
||||||
|
<tr class="memitem:gad98fbe84ef338ded8425d56955825a2c"><td class="memItemLeft" align="right" valign="top"><a id="gad98fbe84ef338ded8425d56955825a2c"></a>
|
||||||
|
<a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html">clutchlog::fmt::fg_256</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c">clutchlog::fmt::fore_256</a></td></tr>
|
||||||
|
<tr class="memdesc:gad98fbe84ef338ded8425d56955825a2c"><td class="mdescLeft"> </td><td class="mdescRight">Current foreground in 256-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:gad98fbe84ef338ded8425d56955825a2c"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga1d687af385957846034568c3a62d4ef0"><td class="memItemLeft" align="right" valign="top"><a id="ga1d687af385957846034568c3a62d4ef0"></a>
|
||||||
|
<a class="el" href="structclutchlog_1_1fmt_1_1bg__256.html">clutchlog::fmt::bg_256</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0">clutchlog::fmt::back_256</a></td></tr>
|
||||||
|
<tr class="memdesc:ga1d687af385957846034568c3a62d4ef0"><td class="mdescLeft"> </td><td class="mdescRight">Current background in 256-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:ga1d687af385957846034568c3a62d4ef0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ga626c99eb11d1718d7a2a8bb3f079e6de"><td class="memItemLeft" align="right" valign="top"><a id="ga626c99eb11d1718d7a2a8bb3f079e6de"></a>
|
||||||
|
<a class="el" href="structclutchlog_1_1fmt_1_1fg__16_m.html">clutchlog::fmt::fg_16M</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de">clutchlog::fmt::fore_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:ga626c99eb11d1718d7a2a8bb3f079e6de"><td class="mdescLeft"> </td><td class="mdescRight">Current foreground in 16M-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:ga626c99eb11d1718d7a2a8bb3f079e6de"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:gaa2fcbb402dc2426d3720b8bc78a80ec0"><td class="memItemLeft" align="right" valign="top"><a id="gaa2fcbb402dc2426d3720b8bc78a80ec0"></a>
|
||||||
|
<a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html">clutchlog::fmt::bg_16M</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0">clutchlog::fmt::back_16M</a></td></tr>
|
||||||
|
<tr class="memdesc:gaa2fcbb402dc2426d3720b8bc78a80ec0"><td class="mdescLeft"> </td><td class="mdescRight">Current background in 16M-colors mode. <br /></td></tr>
|
||||||
|
<tr class="separator:gaa2fcbb402dc2426d3720b8bc78a80ec0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- contents -->
|
||||||
|
</div><!-- doc-content -->
|
||||||
|
<!-- start footer part -->
|
||||||
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
<ul>
|
||||||
|
<li class="footer">Generated by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
58
docs/group__colors256__16_m.js
Normal file
|
|
@ -0,0 +1,58 @@
|
||||||
|
var group__colors256__16_m =
|
||||||
|
[
|
||||||
|
[ "color", "structclutchlog_1_1fmt_1_1color.html", [
|
||||||
|
[ "color", "structclutchlog_1_1fmt_1_1color.html#a741d0165287350d8fcacb1f472ce5dac", null ],
|
||||||
|
[ "is_set", "structclutchlog_1_1fmt_1_1color.html#a96d7161ef1e7cc631ae670cd3f364603", null ],
|
||||||
|
[ "print_on", "structclutchlog_1_1fmt_1_1color.html#aa75e958436afe333924b6db3e5f0821f", null ],
|
||||||
|
[ "operator<<", "structclutchlog_1_1fmt_1_1color.html#a826e3d3eba925608442439d6bc3a95a6", null ],
|
||||||
|
[ "mode", "structclutchlog_1_1fmt_1_1color.html#aacbc3cd9447fdb7d51e02b29b5028a6b", null ],
|
||||||
|
[ "type", "structclutchlog_1_1fmt_1_1color.html#a3fd18c290567bd5c4971663a1aed12ae", null ],
|
||||||
|
[ "ground", "structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0", [
|
||||||
|
[ "fore", "structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0ae64e4c4fee28f9ca7301e4c7ff598e67", null ],
|
||||||
|
[ "back", "structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0a469bba0a564235dfceede42db14f17b0", null ]
|
||||||
|
] ]
|
||||||
|
] ],
|
||||||
|
[ "color_256", "structclutchlog_1_1fmt_1_1color__256.html", [
|
||||||
|
[ "color_256", "structclutchlog_1_1fmt_1_1color__256.html#a12fdff3c5c4edbf952aaa31519f0171c", null ],
|
||||||
|
[ "color_256", "structclutchlog_1_1fmt_1_1color__256.html#a1b68065b35141c018b33c3f2c45f5726", null ],
|
||||||
|
[ "is_set", "structclutchlog_1_1fmt_1_1color__256.html#ad79557682cec1c053dda258581972111", null ],
|
||||||
|
[ "print_on", "structclutchlog_1_1fmt_1_1color__256.html#aaae6106a11eddade981172324a43df68", null ],
|
||||||
|
[ "index", "structclutchlog_1_1fmt_1_1color__256.html#a8e0b13d6bad87c83c3465524a5d33988", null ]
|
||||||
|
] ],
|
||||||
|
[ "fg_256", "structclutchlog_1_1fmt_1_1fg__256.html", [
|
||||||
|
[ "fg_256", "structclutchlog_1_1fmt_1_1fg__256.html#a97c241e9f80c63d269953cc525a72c7a", null ],
|
||||||
|
[ "fg_256", "structclutchlog_1_1fmt_1_1fg__256.html#a6df3d848db0e55c79709fb4565cbfd59", null ],
|
||||||
|
[ "fg_256", "structclutchlog_1_1fmt_1_1fg__256.html#a501fff36520f20ba4973ba3848fb9c23", null ]
|
||||||
|
] ],
|
||||||
|
[ "bg_256", "structclutchlog_1_1fmt_1_1bg__256.html", [
|
||||||
|
[ "bg_256", "structclutchlog_1_1fmt_1_1bg__256.html#a0d244a542b6b98a373f8b1f9e92a6a90", null ],
|
||||||
|
[ "bg_256", "structclutchlog_1_1fmt_1_1bg__256.html#a83c663b1a9f00ba7ba7649c9c5605fad", null ],
|
||||||
|
[ "bg_256", "structclutchlog_1_1fmt_1_1bg__256.html#a096d302be7373acaaf225644683408bd", null ]
|
||||||
|
] ],
|
||||||
|
[ "color_16M", "structclutchlog_1_1fmt_1_1color__16_m.html", [
|
||||||
|
[ "color_16M", "structclutchlog_1_1fmt_1_1color__16_m.html#aea10e881fb9b570267f5751fb67c4282", null ],
|
||||||
|
[ "color_16M", "structclutchlog_1_1fmt_1_1color__16_m.html#a36d9cf42044fec34b7858142d86137d3", null ],
|
||||||
|
[ "color_16M", "structclutchlog_1_1fmt_1_1color__16_m.html#a55e39e7eb3ced3095c00914eff52470c", null ],
|
||||||
|
[ "is_set", "structclutchlog_1_1fmt_1_1color__16_m.html#a780c11e42bb140732ffd37cf4eef9e1d", null ],
|
||||||
|
[ "print_on", "structclutchlog_1_1fmt_1_1color__16_m.html#a674910195e7bb14d78f0cf56c308a47e", null ],
|
||||||
|
[ "red", "structclutchlog_1_1fmt_1_1color__16_m.html#a19e1517a9afb75a4e6224f718ed11c61", null ],
|
||||||
|
[ "green", "structclutchlog_1_1fmt_1_1color__16_m.html#ac94eaa04e4f5de4ca6cfe7105ec1c4d4", null ],
|
||||||
|
[ "blue", "structclutchlog_1_1fmt_1_1color__16_m.html#aedcfa3e0597d9dd883b1783e931bb9af", null ]
|
||||||
|
] ],
|
||||||
|
[ "fg_16M", "structclutchlog_1_1fmt_1_1fg__16_m.html", [
|
||||||
|
[ "fg_16M", "structclutchlog_1_1fmt_1_1fg__16_m.html#a984525f33eb86b7f8b3e5d0874611194", null ],
|
||||||
|
[ "fg_16M", "structclutchlog_1_1fmt_1_1fg__16_m.html#a531b717b8d78a0a5929fa90d0a01d7e5", null ],
|
||||||
|
[ "fg_16M", "structclutchlog_1_1fmt_1_1fg__16_m.html#abc768d6b7c2139c14f210755108006d3", null ],
|
||||||
|
[ "fg_16M", "structclutchlog_1_1fmt_1_1fg__16_m.html#a9da40a4a7ff3b80f028f26322f59eba8", null ]
|
||||||
|
] ],
|
||||||
|
[ "bg_16M", "structclutchlog_1_1fmt_1_1bg__16_m.html", [
|
||||||
|
[ "bg_16M", "structclutchlog_1_1fmt_1_1bg__16_m.html#a363c314ab6a8aa22951b5500d7a78ad0", null ],
|
||||||
|
[ "bg_16M", "structclutchlog_1_1fmt_1_1bg__16_m.html#ace018922ae99f32b48bf5cacaec91501", null ],
|
||||||
|
[ "bg_16M", "structclutchlog_1_1fmt_1_1bg__16_m.html#adcd5bd1e69e76e3b36015cf687693c97", null ],
|
||||||
|
[ "bg_16M", "structclutchlog_1_1fmt_1_1bg__16_m.html#a68f8cb4ab78a1cfb3b7b8e1e95bee11d", null ]
|
||||||
|
] ],
|
||||||
|
[ "fore_256", "group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c", null ],
|
||||||
|
[ "back_256", "group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0", null ],
|
||||||
|
[ "fore_16M", "group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de", null ],
|
||||||
|
[ "back_16M", "group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0", null ]
|
||||||
|
];
|
||||||
118
docs/hierarchy.html
Normal file
|
|
@ -0,0 +1,118 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>clutchlog: Class Hierarchy</title>
|
||||||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="resize.js"></script>
|
||||||
|
<script type="text/javascript" src="navtreedata.js"></script>
|
||||||
|
<script type="text/javascript" src="navtree.js"></script>
|
||||||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||||
|
<script type="text/javascript" src="search/search.js"></script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="doxygen-style.css" rel="stylesheet" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div id="titlearea">
|
||||||
|
<table cellspacing="0" cellpadding="0">
|
||||||
|
<tbody>
|
||||||
|
<tr style="height: 56px;">
|
||||||
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
|
<div id="projectname">clutchlog
|
||||||
|
 <span id="projectnumber">0.13</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.17 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="menudata.js"></script>
|
||||||
|
<script type="text/javascript" src="menu.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(function() {
|
||||||
|
initMenu('',true,false,'search.php','Search');
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
});
|
||||||
|
/* @license-end */</script>
|
||||||
|
<div id="main-nav"></div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||||
|
<div id="nav-tree">
|
||||||
|
<div id="nav-tree-contents">
|
||||||
|
<div id="nav-sync" class="sync"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="splitbar" style="-moz-user-select:none;"
|
||||||
|
class="ui-resizable-handle">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); });
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<div id="doc-content">
|
||||||
|
<!-- window showing the filter options -->
|
||||||
|
<div id="MSearchSelectWindow"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- iframe showing the search results (closed by default) -->
|
||||||
|
<div id="MSearchResultsWindow">
|
||||||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||||||
|
name="MSearchResults" id="MSearchResults">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Class Hierarchy</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock">
|
||||||
|
<p><a href="inherits.html">Go to the graphical class hierarchy</a></p>
|
||||||
|
This inheritance list is sorted roughly, but not completely, alphabetically:</div><div class="directory">
|
||||||
|
<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">
|
||||||
|
<tr id="row_0_" 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="classclutchlog.html" target="_self">clutchlog</a></td><td class="desc">The single class which holds everything </td></tr>
|
||||||
|
<tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1fmt_1_1color.html" target="_self">clutchlog::fmt::color</a></td><td class="desc">Interface class for colors representation </td></tr>
|
||||||
|
<tr id="row_1_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_0_" class="arrow" onclick="toggleFolder('1_0_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1fmt_1_1color__16_m.html" target="_self">clutchlog::fmt::color_16M</a></td><td class="desc">Abstract base class for 16M colors objects (24-bits ANSI) </td></tr>
|
||||||
|
<tr id="row_1_0_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1fmt_1_1bg__16_m.html" target="_self">clutchlog::fmt::bg_16M</a></td><td class="desc">Background in 256-colors mode </td></tr>
|
||||||
|
<tr id="row_1_0_1_" 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="structclutchlog_1_1fmt_1_1fg__16_m.html" target="_self">clutchlog::fmt::fg_16M</a></td><td class="desc">Foreground in 256-colors mode </td></tr>
|
||||||
|
<tr id="row_1_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_1_" class="arrow" onclick="toggleFolder('1_1_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1fmt_1_1color__256.html" target="_self">clutchlog::fmt::color_256</a></td><td class="desc">Abstract base class for 256 colors objects (8-bits ANSI) </td></tr>
|
||||||
|
<tr id="row_1_1_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="structclutchlog_1_1fmt_1_1bg__256.html" target="_self">clutchlog::fmt::bg_256</a></td><td class="desc">Background in 256-colors mode </td></tr>
|
||||||
|
<tr id="row_1_1_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1fmt_1_1fg__256.html" target="_self">clutchlog::fmt::fg_256</a></td><td class="desc">Foreground in 256-colors mode </td></tr>
|
||||||
|
<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="classclutchlog_1_1fmt.html" target="_self">clutchlog::fmt</a></td><td class="desc">Color and style formatter for ANSI terminal escape sequences </td></tr>
|
||||||
|
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structclutchlog_1_1scope__t.html" target="_self">clutchlog::scope_t</a></td><td class="desc">Structure holding a location matching </td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- directory -->
|
||||||
|
</div><!-- contents -->
|
||||||
|
</div><!-- doc-content -->
|
||||||
|
<!-- start footer part -->
|
||||||
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
<ul>
|
||||||
|
<li class="footer">Generated by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
16
docs/hierarchy.js
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
var hierarchy =
|
||||||
|
[
|
||||||
|
[ "clutchlog", "classclutchlog.html", null ],
|
||||||
|
[ "clutchlog::fmt::color", "structclutchlog_1_1fmt_1_1color.html", [
|
||||||
|
[ "clutchlog::fmt::color_16M", "structclutchlog_1_1fmt_1_1color__16_m.html", [
|
||||||
|
[ "clutchlog::fmt::bg_16M", "structclutchlog_1_1fmt_1_1bg__16_m.html", null ],
|
||||||
|
[ "clutchlog::fmt::fg_16M", "structclutchlog_1_1fmt_1_1fg__16_m.html", null ]
|
||||||
|
] ],
|
||||||
|
[ "clutchlog::fmt::color_256", "structclutchlog_1_1fmt_1_1color__256.html", [
|
||||||
|
[ "clutchlog::fmt::bg_256", "structclutchlog_1_1fmt_1_1bg__256.html", null ],
|
||||||
|
[ "clutchlog::fmt::fg_256", "structclutchlog_1_1fmt_1_1fg__256.html", null ]
|
||||||
|
] ]
|
||||||
|
] ],
|
||||||
|
[ "clutchlog::fmt", "classclutchlog_1_1fmt.html", null ],
|
||||||
|
[ "clutchlog::scope_t", "structclutchlog_1_1scope__t.html", null ]
|
||||||
|
];
|
||||||
202
docs/index.html
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
<meta name="generator" content="Doxygen 1.8.17"/>
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>clutchlog: Clutchlog — versatile (de)clutchable logging</title>
|
<title>clutchlog: Clutchlog — versatile (de)clutchable spatial logging</title>
|
||||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -85,7 +85,7 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
|
||||||
|
|
||||||
<div class="PageDoc"><div class="header">
|
<div class="PageDoc"><div class="header">
|
||||||
<div class="headertitle">
|
<div class="headertitle">
|
||||||
<div class="title">Clutchlog — versatile (de)clutchable logging </div> </div>
|
<div class="title">Clutchlog — versatile (de)clutchable spatial logging </div> </div>
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="toc"><h3>Table of Contents</h3>
|
<div class="toc"><h3>Table of Contents</h3>
|
||||||
|
|
@ -98,34 +98,37 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
|
||||||
<li class="level2"><a href="#autotoc_md7">Output Configuration</a><ul><li class="level3"><a href="#autotoc_md8">Log Format</a></li>
|
<li class="level2"><a href="#autotoc_md7">Output Configuration</a><ul><li class="level3"><a href="#autotoc_md8">Log Format</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="level2"><a href="#autotoc_md9">Output style</a></li>
|
<li class="level2"><a href="#autotoc_md9">Output style</a><ul><li class="level3"><a href="#autotoc_md10">Typographic Style</a></li>
|
||||||
|
<li class="level3"><a href="#autotoc_md11">Colors</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="level1"><a href="#autotoc_md10">Advanced Usage</a><ul><li class="level2"><a href="#autotoc_md11">More Output Configuration</a><ul><li class="level3"><a href="#autotoc_md12">Dump Format</a></li>
|
|
||||||
<li class="level3"><a href="#autotoc_md13">Stack Depth Mark</a></li>
|
|
||||||
<li class="level3"><a href="#autotoc_md14">Horizontal Filling</a></li>
|
|
||||||
<li class="level3"><a href="#autotoc_md15">Stack Depth</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="level2"><a href="#autotoc_md16">Disabled calls</a></li>
|
<li class="level1"><a href="#autotoc_md12">Advanced Usage</a><ul><li class="level2"><a href="#autotoc_md13">More Output Configuration</a><ul><li class="level3"><a href="#autotoc_md14">Dump Format</a></li>
|
||||||
<li class="level2"><a href="#autotoc_md17">Low-level API</a></li>
|
<li class="level3"><a href="#autotoc_md15">Stack Depth Mark</a></li>
|
||||||
<li class="level2"><a href="#autotoc_md18">(De)clutch any function call</a></li>
|
<li class="level3"><a href="#autotoc_md16">Horizontal Filling</a></li>
|
||||||
<li class="level2"><a href="#autotoc_md19">(De)clutch any code section</a></li>
|
<li class="level3"><a href="#autotoc_md17">Stack Depth</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="level1"><a href="#autotoc_md20">Examples</a></li>
|
<li class="level2"><a href="#autotoc_md18">Disabled calls</a></li>
|
||||||
<li class="level1"><a href="#autotoc_md21">Limitations</a><ul><ul><li class="level3"><a href="#autotoc_md22">System-dependent stack depth</a></li>
|
<li class="level2"><a href="#autotoc_md19">Low-level API</a></li>
|
||||||
<li class="level3"><a href="#autotoc_md23">System-dependent horizontal fill</a></li>
|
<li class="level2"><a href="#autotoc_md20">(De)clutch any function call</a></li>
|
||||||
<li class="level3"><a href="#autotoc_md24">Dependencies</a></li>
|
<li class="level2"><a href="#autotoc_md21">(De)clutch any code section</a></li>
|
||||||
<li class="level3"><a href="#autotoc_md25">Variable names within the CLUTCHLOG macro</a></li>
|
</ul>
|
||||||
<li class="level3"><a href="#autotoc_md26">Features</a></li>
|
</li>
|
||||||
|
<li class="level1"><a href="#autotoc_md22">Examples</a></li>
|
||||||
|
<li class="level1"><a href="#autotoc_md23">Limitations</a><ul><ul><li class="level3"><a href="#autotoc_md24">System-dependent stack depth</a></li>
|
||||||
|
<li class="level3"><a href="#autotoc_md25">System-dependent horizontal fill</a></li>
|
||||||
|
<li class="level3"><a href="#autotoc_md26">Dependencies</a></li>
|
||||||
|
<li class="level3"><a href="#autotoc_md27">Variable names within the CLUTCHLOG macro</a></li>
|
||||||
|
<li class="level3"><a href="#autotoc_md28">Features</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="level1"><a href="#autotoc_md27">Build and tests</a></li>
|
<li class="level1"><a href="#autotoc_md29">Build and tests</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="textblock"><p><em><b>Clutchlog is a logging system that targets versatile debugging.</b></em> <em><b>It allows to (de)clutch messages for a given: log level, source code location or call stack depth.</b></em></p>
|
<div class="textblock"><p><em><b>Clutchlog is a <em>spatial</em> logging system that targets versatile debugging.</b></em> <em><b>It allows to (de)clutch messages for a given: log level, source code location or call stack depth.</b></em></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/nojhan/clutchlog">Project page on Github</a></li>
|
<li><a href="https://github.com/nojhan/clutchlog">Project page on Github</a></li>
|
||||||
<li><a href="https://nojhan.github.io/clutchlog/">Documentation</a></li>
|
<li><a href="https://nojhan.github.io/clutchlog/">Documentation</a></li>
|
||||||
|
|
@ -239,21 +242,59 @@ Log Format</h3>
|
||||||
<h2><a class="anchor" id="autotoc_md9"></a>
|
<h2><a class="anchor" id="autotoc_md9"></a>
|
||||||
Output style</h2>
|
Output style</h2>
|
||||||
<p>Output lines can be colored differently depending on the log level. </p><div class="fragment"><div class="line"><span class="comment">// Print error messages in bold red:</span></div>
|
<p>Output lines can be colored differently depending on the log level. </p><div class="fragment"><div class="line"><span class="comment">// Print error messages in bold red:</span></div>
|
||||||
<div class="line">log.style(clutchlog::level::error, <span class="comment">// First, the log level.</span></div>
|
<div class="line">log.style(level::error, <span class="comment">// First, the log level.</span></div>
|
||||||
<div class="line"> clutchlog::fmt::fg::red, <span class="comment">// Then the styles, in any order...</span></div>
|
<div class="line"> fmt::fg::red, <span class="comment">// Then the styles, in any order...</span></div>
|
||||||
<div class="line"> clutchlog::fmt::typo::bold);</div>
|
<div class="line"> fmt::typo::bold);</div>
|
||||||
</div><!-- fragment --><p>Or, if you want to declare some semantics beforehand: </p><div class="fragment"><div class="line"><span class="comment">// Print warning messages in bold magenta:</span></div>
|
</div><!-- fragment --><p>Or, if you want to declare some semantics beforehand: </p><div class="fragment"><div class="line"><span class="comment">// Print warning messages in bold magenta:</span></div>
|
||||||
<div class="line"><span class="keyword">using</span> fmt = <a class="code" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>;</div>
|
<div class="line"><span class="keyword">using</span> fmt = <a class="code" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>;</div>
|
||||||
<div class="line">fmt warn(fmt::fg::magenta, fmt::typo::bold);</div>
|
<div class="line">fmt warn(fmt::fg::magenta, fmt::typo::bold);</div>
|
||||||
<div class="line">log.style(clutchlog::level::warning, warn);</div>
|
<div class="line">log.style(level::warning, warn);</div>
|
||||||
</div><!-- fragment --><p>Note: this inserts a style marker at the very beginning of the line. If you add other styles later on the line, they will take precedence.</p>
|
</div><!-- fragment --><p>Note: this inserts a style marker at the very beginning of the line. If you add other styles later on the line, they will take precedence.</p>
|
||||||
|
<p>Colors can be specified in several different ways. The ANSI color mode will be automatically detected, depending on the types of arguments passed to styling functions:</p><ul>
|
||||||
|
<li>named tags from <code><a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0" title="Foreground color codes.">clutchlog::fmt::fg</a></code> or <code><a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e" title="Background color codes.">clutchlog::fmt::bg</a></code> will encode a 16-colors mode,</li>
|
||||||
|
<li>integers will encode a 256-colors mode,</li>
|
||||||
|
<li>numeric triplets or web hex strings will encode a 16 million ("true") colors mode,</li>
|
||||||
|
<li><code>clutchlog::fg::none</code> and <code>clutchlog::bg::none</code> can be passed in all modes.</li>
|
||||||
|
</ul>
|
||||||
|
<p>For example, all the following lines encode a bright red foreground for the critical level: </p><div class="fragment"><div class="line">log.style(level:critical,</div>
|
||||||
|
<div class="line"> fmt::fg::red); <span class="comment">// 16-colors mode.</span></div>
|
||||||
|
<div class="line">log.style(level:critical,</div>
|
||||||
|
<div class="line"> 255); <span class="comment">// 256-colors mode.</span></div>
|
||||||
|
<div class="line">log.style(level:critical,</div>
|
||||||
|
<div class="line"> 255,0,0); <span class="comment">// 16M-colors mode.</span></div>
|
||||||
|
<div class="line">log.style(level:critical,</div>
|
||||||
|
<div class="line"> <span class="stringliteral">"#ff0000"</span>); <span class="comment">// 16M-colors mode again.</span></div>
|
||||||
|
</div><!-- fragment --><p>You may use styling within the format message template itself, to add even more colors: </p><div class="fragment"><div class="line"><span class="keyword">using</span> fmt = <a class="code" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>;</div>
|
||||||
|
<div class="line">std::ostringstream format;</div>
|
||||||
|
<div class="line">fmt discreet(fmt::fg::blue);</div>
|
||||||
|
<div class="line">format << <span class="stringliteral">"{level}: "</span></div>
|
||||||
|
<div class="line"> << discreet(<span class="stringliteral">"{file}:"</span>) <span class="comment">// Used as a function (inserts a reset at the end).</span></div>
|
||||||
|
<div class="line"> << fmt(fmt::fg::yellow) << <span class="stringliteral">"{line}"</span> <span class="comment">// Used as a tag (no reset inserted).</span></div>
|
||||||
|
<div class="line"> << fmt(fmt::typo::reset) << <span class="stringliteral">" {msg}"</span> << std::endl; <span class="comment">// This is a reset.</span></div>
|
||||||
|
<div class="line">log.format(format.str());</div>
|
||||||
|
</div><!-- fragment --><p>Note: messages at the "critical", "error" and "warning" log levels are colored by default. You may want to set their style to <code>none</code> if you want to stay in control of inserted colors in the format template.</p>
|
||||||
|
<p>The horizontal filling line (the <code>{hfill}</code> tag) can be configured separately with <code>clutchlog::hfill_style</code>, for example: </p><div class="fragment"><div class="line">log.hfill_style(fmt::fg::black);</div>
|
||||||
|
</div><!-- fragment --><p>Note: this will actually reset any styling after the hfill, disabling any style you would have set for the whole message using <code><a class="el" href="classclutchlog.html#a656c277e074b64728cca871f2b484d1c" title="Set the template string.">clutchlog::format</a></code> for the remaining of the message.</p>
|
||||||
|
<h3><a class="anchor" id="autotoc_md10"></a>
|
||||||
|
Typographic Style</h3>
|
||||||
|
<p>Available typographies:</p>
|
||||||
|
<ul>
|
||||||
|
<li>reset (remove any style),</li>
|
||||||
|
<li>bold,</li>
|
||||||
|
<li>underline,</li>
|
||||||
|
<li>inverse,</li>
|
||||||
|
<li>none.</li>
|
||||||
|
</ul>
|
||||||
|
<p>Typographic styles are always passed with the named tag (see <code><a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89" title="Typographic style codes.">clutchlog::fmt::typo</a></code>), whatever the color mode.</p>
|
||||||
|
<h3><a class="anchor" id="autotoc_md11"></a>
|
||||||
|
Colors</h3>
|
||||||
|
<h4>16-colors mode</h4>
|
||||||
<p>Using the <code><a class="el" href="classclutchlog_1_1fmt.html" title="Color and style formatter for ANSI terminal escape sequences.">clutchlog::fmt</a></code> class, you can style:</p>
|
<p>Using the <code><a class="el" href="classclutchlog_1_1fmt.html" title="Color and style formatter for ANSI terminal escape sequences.">clutchlog::fmt</a></code> class, you can style:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>the foreground color, passing a <code><a class="el" href="classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0" title="Foreground color codes.">clutchlog::fmt::fg</a></code>,</li>
|
<li>the foreground color, passing a <code><a class="el" href="group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0" title="Foreground color codes.">clutchlog::fmt::fg</a></code>,</li>
|
||||||
<li>the background color, passing a <code><a class="el" href="classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e" title="Background color codes.">clutchlog::fmt::bg</a></code>,</li>
|
<li>the background color, passing a <code><a class="el" href="group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e" title="Background color codes.">clutchlog::fmt::bg</a></code>.</li>
|
||||||
<li>some typographic style, passing a <code><a class="el" href="classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89" title="Typographic style codes.">clutchlog::fmt::typo</a></code>.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>Any of the three arguments may be passed, in any order, if an argument is omitted, it defaults to no color/style.</p>
|
<p>In 16-colors mode, any of the arguments may be passed, in any order, if an argument is omitted, it defaults to no color/style.</p>
|
||||||
<p>Available colors are:</p>
|
<p>Available colors are:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>black,</li>
|
<li>black,</li>
|
||||||
|
|
@ -264,49 +305,53 @@ Output style</h2>
|
||||||
<li>magenta,</li>
|
<li>magenta,</li>
|
||||||
<li>cyan,</li>
|
<li>cyan,</li>
|
||||||
<li>white,</li>
|
<li>white,</li>
|
||||||
|
<li>bright_black,</li>
|
||||||
|
<li>bright_red,</li>
|
||||||
|
<li>bright_green,</li>
|
||||||
|
<li>bright_yellow,</li>
|
||||||
|
<li>bright_blue,</li>
|
||||||
|
<li>bright_magenta,</li>
|
||||||
|
<li>bright_cyan,</li>
|
||||||
|
<li>bright_white,</li>
|
||||||
<li>none.</li>
|
<li>none.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Available typographies:</p>
|
<p>Note: some terminals allow the user to configure the actual encoding of those colors. You may thus notice some difference with the expected rendering of the same colors encoded in the other modes. Use the other color modes if you want to fully control the actual color rendering.</p>
|
||||||
<ul>
|
<h4>256-colors mode</h4>
|
||||||
<li>reset (remove any style),</li>
|
<p>For 256-colors mode, colors are expected to be passed as integers in [-1,255] or the <code>fg::none</code> and <code>bg::none</code> tags.</p>
|
||||||
<li>bold,</li>
|
<p>In 256-colors mode, if you want to only encode the background color, you cannot just omit the foreground color, you have to bass a <code>fg::none</code> tag as first argument.</p>
|
||||||
<li>underline,</li>
|
<div class="fragment"><div class="line">log.style(level::info, fg::none, 52); <span class="comment">// No color over dark red.</span></div>
|
||||||
<li>inverse,</li>
|
<div class="line">log.style(level::info, fg::none, 52, typo::bold); <span class="comment">// No color over bold dark red.</span></div>
|
||||||
<li>none.</li>
|
</div><!-- fragment --><h4>16 million colors mode (RGB)</h4>
|
||||||
|
<p>For 16M-colors mode, colors can be encoded as:</p><ul>
|
||||||
|
<li>three integer arguments,</li>
|
||||||
|
<li>a "web color" hexadecimal triplet string, starting with a leading number sign (e.g. "#0055ff").</li>
|
||||||
|
<li>the <code>fg::none</code> and <code>bg::none</code> tags.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>You may use styling within the format message template itself, to add even more colors: </p><div class="fragment"><div class="line"><span class="keyword">using</span> fmt = <a class="code" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>;</div>
|
<p>In 16M-colors mode, if you want to only encode the background color, you cannot just omit the foreground color, you have to pass a <code>fg::none</code> tag as first argument.</p>
|
||||||
<div class="line">std::ostringstream format;</div>
|
<div class="fragment"><div class="line">log.style(level::info, fg::none, 100,0,0); <span class="comment">// No color over dark red.</span></div>
|
||||||
<div class="line">fmt discreet(fmt::fg::blue);</div>
|
<div class="line">log.style(level::info, fg::none, 100,0,0, typo::bold); <span class="comment">// No color over bold dark red.</span></div>
|
||||||
<div class="line">format << <span class="stringliteral">"{level}: "</span></div>
|
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md12"></a>
|
||||||
<div class="line"> << discreet(<span class="stringliteral">"{file}:"</span>) <span class="comment">// Used as a function (inserts a reset at the end).</span></div>
|
|
||||||
<div class="line"> << fmt(fmt::fg::yellow) << <span class="stringliteral">"{line}"</span> <span class="comment">// Used as a tag (no reset inserted).</span></div>
|
|
||||||
<div class="line"> << fmt(fmt::typo::reset) << <span class="stringliteral">" {msg}"</span> << std::endl; <span class="comment">// This is a reset.</span></div>
|
|
||||||
<div class="line">log.format(format.str());</div>
|
|
||||||
</div><!-- fragment --><p>Note: messages at the "critical", "error" and "warning" log levels are colored by default. You may want to set their style to <code>none</code> if you want to stay in control of inserted colors in the format template.</p>
|
|
||||||
<p>The horizontal filling line (the <code>{hfill}</code> tag) can be configured separately with <code>clutchlog::hfill_style</code>, for example: </p><div class="fragment"><div class="line">log.hfill_style(clutchlog::fmt::fg::black);</div>
|
|
||||||
</div><!-- fragment --><p>Note: this will actually reset any styling after the hfill, disabling any style you would have set for the whole message using <code><a class="el" href="classclutchlog.html#a656c277e074b64728cca871f2b484d1c" title="Set the template string.">clutchlog::format</a></code> for the remaining of the message.</p>
|
|
||||||
<h1><a class="anchor" id="autotoc_md10"></a>
|
|
||||||
Advanced Usage</h1>
|
Advanced Usage</h1>
|
||||||
<h2><a class="anchor" id="autotoc_md11"></a>
|
<h2><a class="anchor" id="autotoc_md13"></a>
|
||||||
More Output Configuration</h2>
|
More Output Configuration</h2>
|
||||||
<h3><a class="anchor" id="autotoc_md12"></a>
|
<h3><a class="anchor" id="autotoc_md14"></a>
|
||||||
Dump Format</h3>
|
Dump Format</h3>
|
||||||
<p>The default format of the first line of comment added with the dump macro is <code>"# [{name}] {level} in {func} (at depth {depth}) @ {file}:{line}"</code>. It can be edited with the <code>format_comment</code> method. If it is set to an empty string, then no comment line is added. The default can be modified at compile time with <code>CLUTCHDUMP_DEFAULT_FORMAT</code>.</p>
|
<p>The default format of the first line of comment added with the dump macro is <code>"# [{name}] {level} in {func} (at depth {depth}) @ {file}:{line}"</code>. It can be edited with the <code>format_comment</code> method. If it is set to an empty string, then no comment line is added. The default can be modified at compile time with <code>CLUTCHDUMP_DEFAULT_FORMAT</code>.</p>
|
||||||
<p>By default, the separator between items in the container is a new line. To change this behaviour, you can change <code>CLUTCHDUMP_DEFAULT_SEP</code> or call the low-level <code>dump</code> method.</p>
|
<p>By default, the separator between items in the container is a new line. To change this behaviour, you can change <code>CLUTCHDUMP_DEFAULT_SEP</code> or call the low-level <code>dump</code> method.</p>
|
||||||
<p>By default, and if <code>CLUTCHDUMP_DEFAULT_FORMAT</code> is not defined, clutchlog will not put the location-related tags in the message formats (i.e. <code>{file}</code> and <code>{line}</code>) when not in Debug builds.</p>
|
<p>By default, and if <code>CLUTCHDUMP_DEFAULT_FORMAT</code> is not defined, clutchlog will not put the location-related tags in the message formats (i.e. <code>{file}</code> and <code>{line}</code>) when not in Debug builds.</p>
|
||||||
<h3><a class="anchor" id="autotoc_md13"></a>
|
<h3><a class="anchor" id="autotoc_md15"></a>
|
||||||
Stack Depth Mark</h3>
|
Stack Depth Mark</h3>
|
||||||
<p>The mark used with the <code>{depth_marks}</code> tag can be configured with the <code>clutchlog::depth_mark</code> method, and its default with the <code>CLUTCHLOG_DEFAULT_DEPTH_MARK</code> macro: </p><div class="fragment"><div class="line">log.depth_mark(<a class="code" href="group___default_config.html#ga45c4c964fad4ad1641d5c9c28c4645b9">CLUTCHLOG_DEFAULT_DEPTH_MARK</a>); <span class="comment">// Defaults to ">".</span></div>
|
<p>The mark used with the <code>{depth_marks}</code> tag can be configured with the <code>clutchlog::depth_mark</code> method, and its default with the <code>CLUTCHLOG_DEFAULT_DEPTH_MARK</code> macro: </p><div class="fragment"><div class="line">log.depth_mark(<a class="code" href="group___default_config.html#ga45c4c964fad4ad1641d5c9c28c4645b9">CLUTCHLOG_DEFAULT_DEPTH_MARK</a>); <span class="comment">// Defaults to ">".</span></div>
|
||||||
</div><!-- fragment --><h3><a class="anchor" id="autotoc_md14"></a>
|
</div><!-- fragment --><h3><a class="anchor" id="autotoc_md16"></a>
|
||||||
Horizontal Filling</h3>
|
Horizontal Filling</h3>
|
||||||
<p>The character used with the <code>{hfill}</code> tag can be configured wth the <code>clutchlog::hfill_mark</code> method, and its default with the <code>CLUTCHLOG_DEFAULT_HFILL_MARK</code> macro: </p><div class="fragment"><div class="line">log.hfill_mark(<a class="code" href="group___default_config.html#ga4eda0c1bfded5df89351b8ce8b9c2805">CLUTCHLOG_DEFAULT_HFILL_MARK</a>); <span class="comment">// Defaults to '.'.</span></div>
|
<p>The character used with the <code>{hfill}</code> tag can be configured wth the <code>clutchlog::hfill_mark</code> method, and its default with the <code>CLUTCHLOG_DEFAULT_HFILL_MARK</code> macro: </p><div class="fragment"><div class="line">log.hfill_mark(<a class="code" href="group___default_config.html#ga4eda0c1bfded5df89351b8ce8b9c2805">CLUTCHLOG_DEFAULT_HFILL_MARK</a>); <span class="comment">// Defaults to '.'.</span></div>
|
||||||
</div><!-- fragment --><p>Clutchlog measures the width of the <em>standard error</em> channel. If it is redirected, it may be measured as very large (or very small). Thus, the <code>clutchlog::hfill_min</code> <code>clutchlog::hfill_max</code> accessors allow to set a minimum and a maximum width (in number of characters). </p><div class="fragment"><div class="line">log.hfill_max(CLUTCHLOG_DEFAULT_HFILL_MAX); <span class="comment">// Defaults to 300.</span></div>
|
</div><!-- fragment --><p>Clutchlog measures the width of the <em>standard error</em> channel. If it is redirected, it may be measured as very large (or very small). Thus, the <code>clutchlog::hfill_min</code> <code>clutchlog::hfill_max</code> accessors allow to set a minimum and a maximum width (in number of characters). </p><div class="fragment"><div class="line">log.hfill_max(CLUTCHLOG_DEFAULT_HFILL_MAX); <span class="comment">// Defaults to 300.</span></div>
|
||||||
<div class="line">log.hfill_max(CLUTCHLOG_DEFAULT_HFILL_MIN); <span class="comment">// Defaults to 150.</span></div>
|
<div class="line">log.hfill_min(CLUTCHLOG_DEFAULT_HFILL_MIN); <span class="comment">// Defaults to 150.</span></div>
|
||||||
</div><!-- fragment --><p>Note: clutchlog will use the measured width, unless it goes out of <code>[clutchlog::hfill_min,clutchlog::hfill_max]</code>, in which case it will be caped to those bounds.</p>
|
</div><!-- fragment --><p>Note: clutchlog will use the measured width, unless it goes out of <code>[clutchlog::hfill_min,clutchlog::hfill_max]</code>, in which case it will be caped to those bounds.</p>
|
||||||
<h3><a class="anchor" id="autotoc_md15"></a>
|
<h3><a class="anchor" id="autotoc_md17"></a>
|
||||||
Stack Depth</h3>
|
Stack Depth</h3>
|
||||||
<p>By default, clutchlog removes 5 levels of the calls stack, so that your <code>main</code> entrypoint corresponds to a depth of zero. You can change this behaviour by defining the <code>CLUTCHLOG_STRIP_CALLS</code> macro, or calling <code>clutchlog::strip_calls</code>. </p><div class="fragment"><div class="line">log.strip_calls(<a class="code" href="group___default_config.html#ga98f30d814d4913a8a7c93a8793f49adf">CLUTCHLOG_STRIP_CALLS</a>); <span class="comment">// Defaults to 5.</span></div>
|
<p>By default, clutchlog removes 5 levels of the calls stack, so that your <code>main</code> entrypoint corresponds to a depth of zero. You can change this behaviour by defining the <code>CLUTCHLOG_STRIP_CALLS</code> macro, or calling <code>clutchlog::strip_calls</code>. </p><div class="fragment"><div class="line">log.strip_calls(<a class="code" href="group___default_config.html#ga98f30d814d4913a8a7c93a8793f49adf">CLUTCHLOG_STRIP_CALLS</a>); <span class="comment">// Defaults to 5.</span></div>
|
||||||
</div><!-- fragment --><h2><a class="anchor" id="autotoc_md16"></a>
|
</div><!-- fragment --><h2><a class="anchor" id="autotoc_md18"></a>
|
||||||
Disabled calls</h2>
|
Disabled calls</h2>
|
||||||
<p>By default, clutchlog is always enabled if the <code>NDEBUG</code> preprocessor variable is not defined (this variable is set by CMake in build types that differs from <code>Debug</code>).</p>
|
<p>By default, clutchlog is always enabled if the <code>NDEBUG</code> preprocessor variable is not defined (this variable is set by CMake in build types that differs from <code>Debug</code>).</p>
|
||||||
<p>You can however force clutchlog to be enabled in any build type by setting the <code>WITH_CLUTCHLOG</code> preprocessor variable.</p>
|
<p>You can however force clutchlog to be enabled in any build type by setting the <code>WITH_CLUTCHLOG</code> preprocessor variable.</p>
|
||||||
|
|
@ -315,7 +360,7 @@ Disabled calls</h2>
|
||||||
<div class="line"><span class="preprocessor">#define CLUTCHLOG_DEFAULT_DEPTH_BUILT_NODEBUG clutchlog::level::xdebug</span></div>
|
<div class="line"><span class="preprocessor">#define CLUTCHLOG_DEFAULT_DEPTH_BUILT_NODEBUG clutchlog::level::xdebug</span></div>
|
||||||
</div><!-- fragment --><p>Note that allowing a log level does not mean that it will actually output something. If the configured log level at runtime is lower than the log level of the message, it will still not be printed.</p>
|
</div><!-- fragment --><p>Note that allowing a log level does not mean that it will actually output something. If the configured log level at runtime is lower than the log level of the message, it will still not be printed.</p>
|
||||||
<p>This behavior intend to remove as many conditional statements as possible when not debugging, without having to use preprocessor guards around calls to clutchlog, thus saving run time at no readability cost.</p>
|
<p>This behavior intend to remove as many conditional statements as possible when not debugging, without having to use preprocessor guards around calls to clutchlog, thus saving run time at no readability cost.</p>
|
||||||
<h2><a class="anchor" id="autotoc_md17"></a>
|
<h2><a class="anchor" id="autotoc_md19"></a>
|
||||||
Low-level API</h2>
|
Low-level API</h2>
|
||||||
<p>All configuration setters have a getters counterpart, with the same name but taking no parameter, for example: </p><div class="fragment"><div class="line">std::string mark = log.depth_mark();</div>
|
<p>All configuration setters have a getters counterpart, with the same name but taking no parameter, for example: </p><div class="fragment"><div class="line">std::string mark = log.depth_mark();</div>
|
||||||
</div><!-- fragment --><p>To control more precisely the logging, one can use the low-level <code><a class="el" href="classclutchlog.html#a23dbb98f0d3c5cc21c232cde16cf317a" title="Print a log message IF the location matches the given one.">clutchlog::log</a></code> method: </p><div class="fragment"><div class="line">log.log(clutchlog::level::xdebug, <span class="stringliteral">"hello world"</span>, <span class="stringliteral">"main.cpp"</span>, <span class="stringliteral">"main"</span>, 122);</div>
|
</div><!-- fragment --><p>To control more precisely the logging, one can use the low-level <code><a class="el" href="classclutchlog.html#a23dbb98f0d3c5cc21c232cde16cf317a" title="Print a log message IF the location matches the given one.">clutchlog::log</a></code> method: </p><div class="fragment"><div class="line">log.log(clutchlog::level::xdebug, <span class="stringliteral">"hello world"</span>, <span class="stringliteral">"main.cpp"</span>, <span class="stringliteral">"main"</span>, 122);</div>
|
||||||
|
|
@ -323,18 +368,18 @@ Low-level API</h2>
|
||||||
</div><!-- fragment --><p>A similar <code>dump</code> method exists: </p><div class="fragment"><div class="line">log.dump(clutchlog::level::xdebug, cont.begin(), cont.end(), <a class="code" href="group___use_macros.html#gae8911119d726a43b77f5781cb5a72813">CLUTCHLOC</a>, <span class="stringliteral">"dumped_{n}.dat"</span>, <span class="stringliteral">"\n"</span>);</div>
|
</div><!-- fragment --><p>A similar <code>dump</code> method exists: </p><div class="fragment"><div class="line">log.dump(clutchlog::level::xdebug, cont.begin(), cont.end(), <a class="code" href="group___use_macros.html#gae8911119d726a43b77f5781cb5a72813">CLUTCHLOC</a>, <span class="stringliteral">"dumped_{n}.dat"</span>, <span class="stringliteral">"\n"</span>);</div>
|
||||||
<div class="line">log.dump(clutchlog::level::xdebug, cont.begin(), cont.end(), <span class="stringliteral">"main.cpp"</span>, <span class="stringliteral">"main"</span>, 122, <span class="stringliteral">"dumped.dat"</span>, <span class="stringliteral">"\n\n"</span>);</div>
|
<div class="line">log.dump(clutchlog::level::xdebug, cont.begin(), cont.end(), <span class="stringliteral">"main.cpp"</span>, <span class="stringliteral">"main"</span>, 122, <span class="stringliteral">"dumped.dat"</span>, <span class="stringliteral">"\n\n"</span>);</div>
|
||||||
</div><!-- fragment --><p>You can access the identifier of log levels with <code><a class="el" href="classclutchlog.html#acebed8c9df9204f22bf8488e62e1cedd" title="Return the log level tag corresponding to the given pre-configured name.">clutchlog::level_of</a></code>: </p><div class="fragment"><div class="line">log.threshold( log.level_of(<span class="stringliteral">"XDebug"</span>) ); <span class="comment">// You have to know the exact string.</span></div>
|
</div><!-- fragment --><p>You can access the identifier of log levels with <code><a class="el" href="classclutchlog.html#acebed8c9df9204f22bf8488e62e1cedd" title="Return the log level tag corresponding to the given pre-configured name.">clutchlog::level_of</a></code>: </p><div class="fragment"><div class="line">log.threshold( log.level_of(<span class="stringliteral">"XDebug"</span>) ); <span class="comment">// You have to know the exact string.</span></div>
|
||||||
</div><!-- fragment --><h2><a class="anchor" id="autotoc_md18"></a>
|
</div><!-- fragment --><h2><a class="anchor" id="autotoc_md20"></a>
|
||||||
(De)clutch any function call</h2>
|
(De)clutch any function call</h2>
|
||||||
<p>The <code>CLUTHFUNC</code> macro allows to wrap any function within the current logger.</p>
|
<p>The <code>CLUTHFUNC</code> macro allows to wrap any function within the current logger.</p>
|
||||||
<p>For instance, this can be useful if you want to (de)clutch calls to <code>assert</code>s. To do that, just declare your own macro: </p><div class="fragment"><div class="line"><span class="preprocessor">#define ASSERT(...) { CLUTCHFUNC(error, assert, __VA_ARGS__) }</span></div>
|
<p>For instance, this can be useful if you want to (de)clutch calls to <code>assert</code>s. To do that, just declare your own macro: </p><div class="fragment"><div class="line"><span class="preprocessor">#define ASSERT(...) { CLUTCHFUNC(error, assert, __VA_ARGS__) }</span></div>
|
||||||
</div><!-- fragment --><p>Thus, any call like <code>ASSERT(x > 3);</code> will be declutchable with the same configuration than a call to <code>CLUTCHLOG</code>.</p>
|
</div><!-- fragment --><p>Thus, any call like <code>ASSERT(x > 3);</code> will be declutchable with the same configuration than a call to <code>CLUTCHLOG</code>.</p>
|
||||||
<h2><a class="anchor" id="autotoc_md19"></a>
|
<h2><a class="anchor" id="autotoc_md21"></a>
|
||||||
(De)clutch any code section</h2>
|
(De)clutch any code section</h2>
|
||||||
<p>The <code>CLUTCHCODE</code> macro allows to wrap any code within the current logger.</p>
|
<p>The <code>CLUTCHCODE</code> macro allows to wrap any code within the current logger.</p>
|
||||||
<p>For instance: </p><div class="fragment"><div class="line"><a class="code" href="group___use_macros.html#gaaf2e85e1153e6c88b458dd49e3c37c73">CLUTCHCODE</a>(info,</div>
|
<p>For instance: </p><div class="fragment"><div class="line"><a class="code" href="group___use_macros.html#gaaf2e85e1153e6c88b458dd49e3c37c73">CLUTCHCODE</a>(info,</div>
|
||||||
<div class="line"> std::clog << <span class="stringliteral">"We are clutched!\n"</span>;</div>
|
<div class="line"> std::clog << <span class="stringliteral">"We are clutched!\n"</span>;</div>
|
||||||
<div class="line">);</div>
|
<div class="line">);</div>
|
||||||
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md20"></a>
|
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md22"></a>
|
||||||
Examples</h1>
|
Examples</h1>
|
||||||
<p>Here what you would do to setup clutchlog with the default configuration: </p><div class="fragment"><div class="line"><span class="keyword">auto</span>& log = <a class="code" href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog::logger</a>();</div>
|
<p>Here what you would do to setup clutchlog with the default configuration: </p><div class="fragment"><div class="line"><span class="keyword">auto</span>& log = <a class="code" href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog::logger</a>();</div>
|
||||||
<div class="line">log.out(std::clog);</div>
|
<div class="line">log.out(std::clog);</div>
|
||||||
|
|
@ -381,28 +426,53 @@ Examples</h1>
|
||||||
<div class="line"><span class="comment">// Declutchable asserts.</span></div>
|
<div class="line"><span class="comment">// Declutchable asserts.</span></div>
|
||||||
<div class="line"><span class="preprocessor">#define ASSERT(...) { CLUTCHFUNC(critical, assert, __VA_ARGS__) }</span></div>
|
<div class="line"><span class="preprocessor">#define ASSERT(...) { CLUTCHFUNC(critical, assert, __VA_ARGS__) }</span></div>
|
||||||
<div class="line"><span class="preprocessor">ASSERT(x>0);</span></div>
|
<div class="line"><span class="preprocessor">ASSERT(x>0);</span></div>
|
||||||
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md21"></a>
|
</div><!-- fragment --><p>Here what you would do to setup clutchlog with the default configuration using 16M-colors mode: </p><div class="fragment"><div class="line"><span class="keyword">auto</span>& log = <a class="code" href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog::logger</a>();</div>
|
||||||
|
<div class="line">log.out(std::clog);</div>
|
||||||
|
<div class="line"><span class="comment">// Location filtering.</span></div>
|
||||||
|
<div class="line">log.depth(std::numeric_limits<size_t>::max());</div>
|
||||||
|
<div class="line">log.threshold(<span class="stringliteral">"Error"</span>);</div>
|
||||||
|
<div class="line">log.file(<span class="stringliteral">".*"</span>);</div>
|
||||||
|
<div class="line">log.func(<span class="stringliteral">".*"</span>);</div>
|
||||||
|
<div class="line">log.line(<span class="stringliteral">".*"</span>);</div>
|
||||||
|
<div class="line"><span class="comment">// Colors of the 3 firsts levels.</span></div>
|
||||||
|
<div class="line">log.style(clutchlog::level::critical, <a class="code" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>(</div>
|
||||||
|
<div class="line"> <span class="stringliteral">"#ff0000"</span>,</div>
|
||||||
|
<div class="line"> clutchlog::fmt::typo::underline);</div>
|
||||||
|
<div class="line">log.<a class="code" href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">style</a>(clutchlog::level::error, <a class="code" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>(</div>
|
||||||
|
<div class="line"> <span class="stringliteral">"#ff0000"</span>,</div>
|
||||||
|
<div class="line"> clutchlog::fmt::typo::bold);</div>
|
||||||
|
<div class="line">log.<a class="code" href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">style</a>(clutchlog::level::warning, <a class="code" href="classclutchlog_1_1fmt.html">clutchlog::fmt</a>(</div>
|
||||||
|
<div class="line"> <span class="stringliteral">"#ff00ff"</span>,</div>
|
||||||
|
<div class="line"> clutchlog::fmt::typo::bold);</div>
|
||||||
|
<div class="line"><span class="comment">// Assuming you are on a POSIX system.</span></div>
|
||||||
|
<div class="line">log.format(<span class="stringliteral">"[{name}] {level_letter}:{depth_marks} {msg} {hfill} {func} @ {file}:{line}\n"</span>);</div>
|
||||||
|
<div class="line">log.depth_mark(<span class="stringliteral">">"</span>);</div>
|
||||||
|
<div class="line">log.strip_calls(5);</div>
|
||||||
|
<div class="line">log.hfill_char(<span class="charliteral">'.'</span>);</div>
|
||||||
|
<div class="line">log.hfill_max(300);</div>
|
||||||
|
<div class="line">log.hfill_style(clutchlog::fmt::fg::none);</div>
|
||||||
|
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md23"></a>
|
||||||
Limitations</h1>
|
Limitations</h1>
|
||||||
<h3><a class="anchor" id="autotoc_md22"></a>
|
<h3><a class="anchor" id="autotoc_md24"></a>
|
||||||
System-dependent stack depth</h3>
|
System-dependent stack depth</h3>
|
||||||
<p>Because access to the call stack depth and program name are system-dependent, the features relying on the depth of the call stack and the display of the program name are only available for operating systems having the following headers: <code>execinfo.h</code>, <code>stdlib.h</code> and <code>libgen.h</code> (so far, tested with Linux).</p>
|
<p>Because access to the call stack depth and program name are system-dependent, the features relying on the depth of the call stack and the display of the program name are only available for operating systems having the following headers: <code>execinfo.h</code>, <code>stdlib.h</code> and <code>libgen.h</code> (so far, tested with Linux).</p>
|
||||||
<p>Clutchlog sets the <code>CLUTCHLOG_HAVE_UNIX_SYSINFO</code> to 1 if the headers are available, and to 0 if they are not. You can make portable code using something like: </p><div class="fragment"><div class="line"><span class="preprocessor">#if CLUTCHLOG_HAVE_UNIX_SYSINFO == 1</span></div>
|
<p>Clutchlog sets the <code>CLUTCHLOG_HAVE_UNIX_SYSINFO</code> to 1 if the headers are available, and to 0 if they are not. You can make portable code using something like: </p><div class="fragment"><div class="line"><span class="preprocessor">#if CLUTCHLOG_HAVE_UNIX_SYSINFO == 1</span></div>
|
||||||
<div class="line"> log.depth( x );</div>
|
<div class="line"> log.depth( x );</div>
|
||||||
<div class="line"><span class="preprocessor">#endif </span></div>
|
<div class="line"><span class="preprocessor">#endif </span></div>
|
||||||
</div><!-- fragment --><h3><a class="anchor" id="autotoc_md23"></a>
|
</div><!-- fragment --><h3><a class="anchor" id="autotoc_md25"></a>
|
||||||
System-dependent horizontal fill</h3>
|
System-dependent horizontal fill</h3>
|
||||||
<p>Because access to the current terminal width is system-dependent, the <code>{hfill}</code> format tag feature is only available for operating systems having the following headers: <code>sys/ioctl.h</code>, <code>stdio.h</code> and <code>unistd.h</code> (so far, tested with Linux).</p>
|
<p>Because access to the current terminal width is system-dependent, the <code>{hfill}</code> format tag feature is only available for operating systems having the following headers: <code>sys/ioctl.h</code>, <code>stdio.h</code> and <code>unistd.h</code> (so far, tested with Linux).</p>
|
||||||
<p>Clutchlog sets the <code>CLUTCHLOG_HAVE_UNIX_SYSIOCTL</code> to 1 if the headers are available, and to 0 if they are not. You can make portable code using something like: </p><div class="fragment"><div class="line"><span class="preprocessor">#if CLUTCHLOG_HAVE_UNIX_SYSIOCTL == 1</span></div>
|
<p>Clutchlog sets the <code>CLUTCHLOG_HAVE_UNIX_SYSIOCTL</code> to 1 if the headers are available, and to 0 if they are not. You can make portable code using something like: </p><div class="fragment"><div class="line"><span class="preprocessor">#if CLUTCHLOG_HAVE_UNIX_SYSIOCTL == 1</span></div>
|
||||||
<div class="line"> log.hfill_mark( <span class="charliteral">'_'</span> );</div>
|
<div class="line"> log.hfill_mark( <span class="charliteral">'_'</span> );</div>
|
||||||
<div class="line"><span class="preprocessor">#endif </span></div>
|
<div class="line"><span class="preprocessor">#endif </span></div>
|
||||||
</div><!-- fragment --><h3><a class="anchor" id="autotoc_md24"></a>
|
</div><!-- fragment --><h3><a class="anchor" id="autotoc_md26"></a>
|
||||||
Dependencies</h3>
|
Dependencies</h3>
|
||||||
<p>Some colors/styles may not be supported by some exotic terminal emulators.</p>
|
<p>Some colors/styles may not be supported by some exotic terminal emulators.</p>
|
||||||
<p>Clutchlog needs <code>C++-17</code> with the <code>filesystem</code> feature. You may need to indicate <code>-std=c++17 -lstdc++fs</code> to some compilers.</p>
|
<p>Clutchlog needs <code>C++-17</code> with the <code>filesystem</code> feature. You may need to indicate <code>-std=c++17 -lstdc++fs</code> to some compilers.</p>
|
||||||
<h3><a class="anchor" id="autotoc_md25"></a>
|
<h3><a class="anchor" id="autotoc_md27"></a>
|
||||||
Variable names within the CLUTCHLOG macro</h3>
|
Variable names within the CLUTCHLOG macro</h3>
|
||||||
<p>Calling the <code>CLUTCHLOG</code> macro with a message using a variable named <code>clutchlog__msg</code> will end in an error.</p>
|
<p>Calling the <code>CLUTCHLOG</code> macro with a message using a variable named <code>clutchlog__msg</code> will end in an error.</p>
|
||||||
<h3><a class="anchor" id="autotoc_md26"></a>
|
<h3><a class="anchor" id="autotoc_md28"></a>
|
||||||
Features</h3>
|
Features</h3>
|
||||||
<p>What Clutchlog do not provide at the moment (but may in a near future):</p>
|
<p>What Clutchlog do not provide at the moment (but may in a near future):</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -418,7 +488,7 @@ Features</h3>
|
||||||
<li>Automatic argument parser (please, use a dedicated lib).</li>
|
<li>Automatic argument parser (please, use a dedicated lib).</li>
|
||||||
<li>Signal handling (WTF would you do that, anyway?).</li>
|
<li>Signal handling (WTF would you do that, anyway?).</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1><a class="anchor" id="autotoc_md27"></a>
|
<h1><a class="anchor" id="autotoc_md29"></a>
|
||||||
Build and tests</h1>
|
Build and tests</h1>
|
||||||
<p>To use clutchlog, just include its header in your code and either ensure that the <code>NDEBUG</code> preprocessor variable is not set, either define the <code>WITH_CLUTCHLOG</code> preprocessor variable.</p>
|
<p>To use clutchlog, just include its header in your code and either ensure that the <code>NDEBUG</code> preprocessor variable is not set, either define the <code>WITH_CLUTCHLOG</code> preprocessor variable.</p>
|
||||||
<p>If you're using CMake (or another modern build system), it will unset <code>NDEBUG</code> —and thus enable clutchlog— only for the "Debug" build type, which is usually what you want if you use clutchlog, anyway.</p>
|
<p>If you're using CMake (or another modern build system), it will unset <code>NDEBUG</code> —and thus enable clutchlog— only for the "Debug" build type, which is usually what you want if you use clutchlog, anyway.</p>
|
||||||
|
|
@ -435,7 +505,7 @@ Build and tests</h1>
|
||||||
<div class="ttc" id="aclassclutchlog_1_1fmt_html_a2bb0fde65fcd264393e102314dd1610b"><div class="ttname"><a href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">clutchlog::fmt::style</a></div><div class="ttdeci">enum clutchlog::fmt::typo style</div><div class="ttdoc">Typographic style.</div></div>
|
<div class="ttc" id="aclassclutchlog_1_1fmt_html_a2bb0fde65fcd264393e102314dd1610b"><div class="ttname"><a href="classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b">clutchlog::fmt::style</a></div><div class="ttdeci">enum clutchlog::fmt::typo style</div><div class="ttdoc">Typographic style.</div></div>
|
||||||
<div class="ttc" id="agroup___use_macros_html_ga572e3aa19d8b39e3ed0b9e91961104c2"><div class="ttname"><a href="group___use_macros.html#ga572e3aa19d8b39e3ed0b9e91961104c2">CLUTCHDUMP</a></div><div class="ttdeci">#define CLUTCHDUMP(LEVEL, CONTAINER, FILENAME)</div><div class="ttdoc">Dump the given container.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00098">clutchlog.h:98</a></div></div>
|
<div class="ttc" id="agroup___use_macros_html_ga572e3aa19d8b39e3ed0b9e91961104c2"><div class="ttname"><a href="group___use_macros.html#ga572e3aa19d8b39e3ed0b9e91961104c2">CLUTCHDUMP</a></div><div class="ttdeci">#define CLUTCHDUMP(LEVEL, CONTAINER, FILENAME)</div><div class="ttdoc">Dump the given container.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00098">clutchlog.h:98</a></div></div>
|
||||||
<div class="ttc" id="aclassclutchlog_html_acfaceb77da01503b432644a3efaee4fa"><div class="ttname"><a href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog::logger</a></div><div class="ttdeci">static clutchlog & logger()</div><div class="ttdoc">Get the logger instance.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00296">clutchlog.h:296</a></div></div>
|
<div class="ttc" id="aclassclutchlog_html_acfaceb77da01503b432644a3efaee4fa"><div class="ttname"><a href="classclutchlog.html#acfaceb77da01503b432644a3efaee4fa">clutchlog::logger</a></div><div class="ttdeci">static clutchlog & logger()</div><div class="ttdoc">Get the logger instance.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00296">clutchlog.h:296</a></div></div>
|
||||||
<div class="ttc" id="aclassclutchlog_1_1fmt_html"><div class="ttname"><a href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></div><div class="ttdoc">Color and style formatter for ANSI terminal escape sequences.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00314">clutchlog.h:314</a></div></div>
|
<div class="ttc" id="aclassclutchlog_1_1fmt_html"><div class="ttname"><a href="classclutchlog_1_1fmt.html">clutchlog::fmt</a></div><div class="ttdoc">Color and style formatter for ANSI terminal escape sequences.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00366">clutchlog.h:366</a></div></div>
|
||||||
<div class="ttc" id="agroup___use_macros_html_gae8911119d726a43b77f5781cb5a72813"><div class="ttname"><a href="group___use_macros.html#gae8911119d726a43b77f5781cb5a72813">CLUTCHLOC</a></div><div class="ttdeci">#define CLUTCHLOC</div><div class="ttdoc">Handy shortcuts to location.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00077">clutchlog.h:77</a></div></div>
|
<div class="ttc" id="agroup___use_macros_html_gae8911119d726a43b77f5781cb5a72813"><div class="ttname"><a href="group___use_macros.html#gae8911119d726a43b77f5781cb5a72813">CLUTCHLOC</a></div><div class="ttdeci">#define CLUTCHLOC</div><div class="ttdoc">Handy shortcuts to location.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00077">clutchlog.h:77</a></div></div>
|
||||||
<div class="ttc" id="agroup___default_config_html_ga4eda0c1bfded5df89351b8ce8b9c2805"><div class="ttname"><a href="group___default_config.html#ga4eda0c1bfded5df89351b8ce8b9c2805">CLUTCHLOG_DEFAULT_HFILL_MARK</a></div><div class="ttdeci">#define CLUTCHLOG_DEFAULT_HFILL_MARK</div><div class="ttdoc">Character used as a filling for right-align the right part of messages with "{hfill}".</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00260">clutchlog.h:260</a></div></div>
|
<div class="ttc" id="agroup___default_config_html_ga4eda0c1bfded5df89351b8ce8b9c2805"><div class="ttname"><a href="group___default_config.html#ga4eda0c1bfded5df89351b8ce8b9c2805">CLUTCHLOG_DEFAULT_HFILL_MARK</a></div><div class="ttdeci">#define CLUTCHLOG_DEFAULT_HFILL_MARK</div><div class="ttdoc">Character used as a filling for right-align the right part of messages with "{hfill}".</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00260">clutchlog.h:260</a></div></div>
|
||||||
<div class="ttc" id="agroup___use_macros_html_ga6f86187e2b35e7e1907d688f504a197d"><div class="ttname"><a href="group___use_macros.html#ga6f86187e2b35e7e1907d688f504a197d">CLUTCHLOG</a></div><div class="ttdeci">#define CLUTCHLOG(LEVEL, WHAT)</div><div class="ttdoc">Log a message at the given level.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00081">clutchlog.h:81</a></div></div>
|
<div class="ttc" id="agroup___use_macros_html_ga6f86187e2b35e7e1907d688f504a197d"><div class="ttname"><a href="group___use_macros.html#ga6f86187e2b35e7e1907d688f504a197d">CLUTCHLOG</a></div><div class="ttdeci">#define CLUTCHLOG(LEVEL, WHAT)</div><div class="ttdoc">Log a message at the given level.</div><div class="ttdef"><b>Definition:</b> <a href="clutchlog_8h_source.html#l00081">clutchlog.h:81</a></div></div>
|
||||||
|
|
|
||||||
3
docs/inherit_graph_0.map
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
|
||||||
|
<area shape="rect" id="node1" href="$classclutchlog.html" title="The single class which holds everything." alt="" coords="5,5,80,32"/>
|
||||||
|
</map>
|
||||||
1
docs/inherit_graph_0.md5
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
9a02f8e2a3eef4f094beaffe602d13af
|
||||||
22
docs/inherit_graph_0.svg
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
|
-->
|
||||||
|
<!-- Title: Graphical Class Hierarchy Pages: 1 -->
|
||||||
|
<svg width="64pt" height="28pt"
|
||||||
|
viewBox="0.00 0.00 64.00 28.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 24)">
|
||||||
|
<title>Graphical Class Hierarchy</title>
|
||||||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-24 60,-24 60,4 -4,4"/>
|
||||||
|
<!-- Node0 -->
|
||||||
|
<g id="node1" class="node">
|
||||||
|
<title>Node0</title>
|
||||||
|
<g id="a_node1"><a xlink:href="classclutchlog.html" target="_top" xlink:title="The single class which holds everything.">
|
||||||
|
<polygon fill="white" stroke="black" points="0,-0.5 0,-19.5 56,-19.5 56,-0.5 0,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="28" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1,017 B |
3
docs/inherit_graph_1.map
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
|
||||||
|
<area shape="rect" id="node1" href="$classclutchlog_1_1fmt.html" title="Color and style formatter for ANSI terminal escape sequences." alt="" coords="5,5,107,32"/>
|
||||||
|
</map>
|
||||||
1
docs/inherit_graph_1.md5
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
509a5f8902ca8da90966c100c09ae253
|
||||||
22
docs/inherit_graph_1.svg
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
|
-->
|
||||||
|
<!-- Title: Graphical Class Hierarchy Pages: 1 -->
|
||||||
|
<svg width="84pt" height="28pt"
|
||||||
|
viewBox="0.00 0.00 84.00 28.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 24)">
|
||||||
|
<title>Graphical Class Hierarchy</title>
|
||||||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-24 80,-24 80,4 -4,4"/>
|
||||||
|
<!-- Node0 -->
|
||||||
|
<g id="node1" class="node">
|
||||||
|
<title>Node0</title>
|
||||||
|
<g id="a_node1"><a xlink:href="classclutchlog_1_1fmt.html" target="_top" xlink:title="Color and style formatter for ANSI terminal escape sequences.">
|
||||||
|
<polygon fill="white" stroke="black" points="0,-0.5 0,-19.5 76,-19.5 76,-0.5 0,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="38" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1 KiB |
9
docs/inherit_graph_2.map
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
|
||||||
|
<area shape="rect" id="node1" href="$structclutchlog_1_1fmt_1_1color.html" title="Interface class for colors representation." alt="" coords="5,81,143,108"/>
|
||||||
|
<area shape="rect" id="node2" href="$structclutchlog_1_1fmt_1_1color__16_m.html" title="Abstract base class for 16M colors objects (24-bits ANSI)." alt="" coords="191,56,360,83"/>
|
||||||
|
<area shape="rect" id="node5" href="$structclutchlog_1_1fmt_1_1color__256.html" title="Abstract base class for 256 colors objects (8-bits ANSI)." alt="" coords="193,107,358,133"/>
|
||||||
|
<area shape="rect" id="node3" href="$structclutchlog_1_1fmt_1_1bg__16_m.html" title="background in 256-colors mode." alt="" coords="408,5,563,32"/>
|
||||||
|
<area shape="rect" id="node4" href="$structclutchlog_1_1fmt_1_1fg__16_m.html" title="Foreground in 256-colors mode." alt="" coords="409,56,561,83"/>
|
||||||
|
<area shape="rect" id="node6" href="$structclutchlog_1_1fmt_1_1bg__256.html" title="Background in 256-colors mode." alt="" coords="410,107,561,133"/>
|
||||||
|
<area shape="rect" id="node7" href="$structclutchlog_1_1fmt_1_1fg__256.html" title="Foreground in 256-colors mode." alt="" coords="411,157,559,184"/>
|
||||||
|
</map>
|
||||||
1
docs/inherit_graph_2.md5
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
fcd84f58a5479d3ddbec10d930728f7d
|
||||||
112
docs/inherit_graph_2.svg
Normal file
|
|
@ -0,0 +1,112 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
|
-->
|
||||||
|
<!-- Title: Graphical Class Hierarchy Pages: 1 -->
|
||||||
|
<svg width="426pt" height="142pt"
|
||||||
|
viewBox="0.00 0.00 426.00 142.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 138)">
|
||||||
|
<title>Graphical Class Hierarchy</title>
|
||||||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-138 422,-138 422,4 -4,4"/>
|
||||||
|
<!-- Node0 -->
|
||||||
|
<g id="node1" class="node">
|
||||||
|
<title>Node0</title>
|
||||||
|
<g id="a_node1"><a xlink:href="structclutchlog_1_1fmt_1_1color.html" target="_top" xlink:title="Interface class for colors representation.">
|
||||||
|
<polygon fill="white" stroke="black" points="0,-57.5 0,-76.5 103,-76.5 103,-57.5 0,-57.5"/>
|
||||||
|
<text text-anchor="middle" x="51.5" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1 -->
|
||||||
|
<g id="node2" class="node">
|
||||||
|
<title>Node1</title>
|
||||||
|
<g id="a_node2"><a xlink:href="structclutchlog_1_1fmt_1_1color__16_m.html" target="_top" xlink:title="Abstract base class for 16M colors objects (24-bits ANSI).">
|
||||||
|
<polygon fill="white" stroke="black" points="139,-76.5 139,-95.5 266,-95.5 266,-76.5 139,-76.5"/>
|
||||||
|
<text text-anchor="middle" x="202.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node0->Node1 -->
|
||||||
|
<g id="edge1" class="edge">
|
||||||
|
<title>Node0->Node1</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M113.41,-74.77C121.76,-75.83 130.35,-76.93 138.74,-78"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="113.72,-71.28 103.36,-73.49 112.84,-78.22 113.72,-71.28"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node4 -->
|
||||||
|
<g id="node5" class="node">
|
||||||
|
<title>Node4</title>
|
||||||
|
<g id="a_node5"><a xlink:href="structclutchlog_1_1fmt_1_1color__256.html" target="_top" xlink:title="Abstract base class for 256 colors objects (8-bits ANSI).">
|
||||||
|
<polygon fill="white" stroke="black" points="140.5,-38.5 140.5,-57.5 264.5,-57.5 264.5,-38.5 140.5,-38.5"/>
|
||||||
|
<text text-anchor="middle" x="202.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node0->Node4 -->
|
||||||
|
<g id="edge4" class="edge">
|
||||||
|
<title>Node0->Node4</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M113.28,-59.25C122.2,-58.11 131.39,-56.94 140.31,-55.8"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="112.84,-55.78 103.36,-60.51 113.72,-62.72 112.84,-55.78"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node2 -->
|
||||||
|
<g id="node3" class="node">
|
||||||
|
<title>Node2</title>
|
||||||
|
<g id="a_node3"><a xlink:href="structclutchlog_1_1fmt_1_1bg__16_m.html" target="_top" xlink:title="background in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="302,-114.5 302,-133.5 418,-133.5 418,-114.5 302,-114.5"/>
|
||||||
|
<text text-anchor="middle" x="360" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::bg_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node2 -->
|
||||||
|
<g id="edge2" class="edge">
|
||||||
|
<title>Node1->Node2</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M252.47,-97.97C274.27,-103.29 299.57,-109.48 320.04,-114.48"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="253.28,-94.56 242.74,-95.59 251.62,-101.36 253.28,-94.56"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node3 -->
|
||||||
|
<g id="node4" class="node">
|
||||||
|
<title>Node3</title>
|
||||||
|
<g id="a_node4"><a xlink:href="structclutchlog_1_1fmt_1_1fg__16_m.html" target="_top" xlink:title="Foreground in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="303,-76.5 303,-95.5 417,-95.5 417,-76.5 303,-76.5"/>
|
||||||
|
<text text-anchor="middle" x="360" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::fg_16M</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node1->Node3 -->
|
||||||
|
<g id="edge3" class="edge">
|
||||||
|
<title>Node1->Node3</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M276.34,-86C285.3,-86 294.34,-86 302.98,-86"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="276.3,-82.5 266.3,-86 276.3,-89.5 276.3,-82.5"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node5 -->
|
||||||
|
<g id="node6" class="node">
|
||||||
|
<title>Node5</title>
|
||||||
|
<g id="a_node6"><a xlink:href="structclutchlog_1_1fmt_1_1bg__256.html" target="_top" xlink:title="Background in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="303.5,-38.5 303.5,-57.5 416.5,-57.5 416.5,-38.5 303.5,-38.5"/>
|
||||||
|
<text text-anchor="middle" x="360" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::bg_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node4->Node5 -->
|
||||||
|
<g id="edge5" class="edge">
|
||||||
|
<title>Node4->Node5</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M274.55,-48C284.26,-48 294.1,-48 303.48,-48"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="274.51,-44.5 264.51,-48 274.51,-51.5 274.51,-44.5"/>
|
||||||
|
</g>
|
||||||
|
<!-- Node6 -->
|
||||||
|
<g id="node7" class="node">
|
||||||
|
<title>Node6</title>
|
||||||
|
<g id="a_node7"><a xlink:href="structclutchlog_1_1fmt_1_1fg__256.html" target="_top" xlink:title="Foreground in 256-colors mode.">
|
||||||
|
<polygon fill="white" stroke="black" points="304.5,-0.5 304.5,-19.5 415.5,-19.5 415.5,-0.5 304.5,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="360" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::fg_256</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<!-- Node4->Node6 -->
|
||||||
|
<g id="edge6" class="edge">
|
||||||
|
<title>Node4->Node6</title>
|
||||||
|
<path fill="none" stroke="midnightblue" d="M252.47,-36.03C274.27,-30.71 299.57,-24.52 320.04,-19.52"/>
|
||||||
|
<polygon fill="midnightblue" stroke="midnightblue" points="251.62,-32.64 242.74,-38.41 253.28,-39.44 251.62,-32.64"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.5 KiB |
3
docs/inherit_graph_3.map
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
|
||||||
|
<area shape="rect" id="node1" href="$structclutchlog_1_1scope__t.html" title="Structure holding a location matching." alt="" coords="5,5,133,32"/>
|
||||||
|
</map>
|
||||||
1
docs/inherit_graph_3.md5
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
1d06d42137c2e4fefcf9e485cd034e37
|
||||||
22
docs/inherit_graph_3.svg
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<!-- Generated by graphviz version 2.43.0 (0)
|
||||||
|
-->
|
||||||
|
<!-- Title: Graphical Class Hierarchy Pages: 1 -->
|
||||||
|
<svg width="104pt" height="28pt"
|
||||||
|
viewBox="0.00 0.00 104.00 28.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 24)">
|
||||||
|
<title>Graphical Class Hierarchy</title>
|
||||||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-24 100,-24 100,4 -4,4"/>
|
||||||
|
<!-- Node0 -->
|
||||||
|
<g id="node1" class="node">
|
||||||
|
<title>Node0</title>
|
||||||
|
<g id="a_node1"><a xlink:href="structclutchlog_1_1scope__t.html" target="_top" xlink:title="Structure holding a location matching.">
|
||||||
|
<polygon fill="white" stroke="black" points="0,-0.5 0,-19.5 96,-19.5 96,-0.5 0,-0.5"/>
|
||||||
|
<text text-anchor="middle" x="48" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::scope_t</text>
|
||||||
|
</a>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1 KiB |
110
docs/inherits.html
Normal file
|
|
@ -0,0 +1,110 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<title>clutchlog: Class Hierarchy</title>
|
||||||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="resize.js"></script>
|
||||||
|
<script type="text/javascript" src="navtreedata.js"></script>
|
||||||
|
<script type="text/javascript" src="navtree.js"></script>
|
||||||
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||||
|
<script type="text/javascript" src="search/search.js"></script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="doxygen-style.css" rel="stylesheet" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div id="titlearea">
|
||||||
|
<table cellspacing="0" cellpadding="0">
|
||||||
|
<tbody>
|
||||||
|
<tr style="height: 56px;">
|
||||||
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
|
<div id="projectname">clutchlog
|
||||||
|
 <span id="projectnumber">0.13</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.17 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="menudata.js"></script>
|
||||||
|
<script type="text/javascript" src="menu.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(function() {
|
||||||
|
initMenu('',true,false,'search.php','Search');
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
});
|
||||||
|
/* @license-end */</script>
|
||||||
|
<div id="main-nav"></div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||||
|
<div id="nav-tree">
|
||||||
|
<div id="nav-tree-contents">
|
||||||
|
<div id="nav-sync" class="sync"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="splitbar" style="-moz-user-select:none;"
|
||||||
|
class="ui-resizable-handle">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
$(document).ready(function(){initNavTree('hierarchy.html',''); initResizable(); });
|
||||||
|
/* @license-end */
|
||||||
|
</script>
|
||||||
|
<div id="doc-content">
|
||||||
|
<!-- window showing the filter options -->
|
||||||
|
<div id="MSearchSelectWindow"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- iframe showing the search results (closed by default) -->
|
||||||
|
<div id="MSearchResultsWindow">
|
||||||
|
<iframe src="javascript:void(0)" frameborder="0"
|
||||||
|
name="MSearchResults" id="MSearchResults">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Class Hierarchy</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock">
|
||||||
|
<p><a href="hierarchy.html">Go to the textual class hierarchy</a></p>
|
||||||
|
</div><table border="0" cellspacing="10" cellpadding="0">
|
||||||
|
<tr><td><iframe scrolling="no" frameborder="0" src="inherit_graph_0.svg" width="86" height="38"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></td></tr>
|
||||||
|
<tr><td><iframe scrolling="no" frameborder="0" src="inherit_graph_1.svg" width="112" height="38"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></td></tr>
|
||||||
|
<tr><td><iframe scrolling="no" frameborder="0" src="inherit_graph_2.svg" width="568" height="190"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></td></tr>
|
||||||
|
<tr><td><iframe scrolling="no" frameborder="0" src="inherit_graph_3.svg" width="139" height="38"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- contents -->
|
||||||
|
</div><!-- doc-content -->
|
||||||
|
<!-- start footer part -->
|
||||||
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
<ul>
|
||||||
|
<li class="footer">Generated by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -26,12 +26,17 @@ var menudata={children:[
|
||||||
{text:"Classes",url:"annotated.html",children:[
|
{text:"Classes",url:"annotated.html",children:[
|
||||||
{text:"Class List",url:"annotated.html"},
|
{text:"Class List",url:"annotated.html"},
|
||||||
{text:"Class Index",url:"classes.html"},
|
{text:"Class Index",url:"classes.html"},
|
||||||
|
{text:"Class Hierarchy",url:"inherits.html"},
|
||||||
{text:"Class Members",url:"functions.html",children:[
|
{text:"Class Members",url:"functions.html",children:[
|
||||||
{text:"All",url:"functions.html",children:[
|
{text:"All",url:"functions.html",children:[
|
||||||
{text:"_",url:"functions.html#index__5F"},
|
{text:"_",url:"functions.html#index__5F"},
|
||||||
|
{text:"a",url:"functions.html#index_a"},
|
||||||
{text:"b",url:"functions.html#index_b"},
|
{text:"b",url:"functions.html#index_b"},
|
||||||
|
{text:"c",url:"functions.html#index_c"},
|
||||||
{text:"d",url:"functions.html#index_d"},
|
{text:"d",url:"functions.html#index_d"},
|
||||||
{text:"f",url:"functions.html#index_f"},
|
{text:"f",url:"functions.html#index_f"},
|
||||||
|
{text:"g",url:"functions.html#index_g"},
|
||||||
|
{text:"i",url:"functions.html#index_i"},
|
||||||
{text:"l",url:"functions.html#index_l"},
|
{text:"l",url:"functions.html#index_l"},
|
||||||
{text:"m",url:"functions.html#index_m"},
|
{text:"m",url:"functions.html#index_m"},
|
||||||
{text:"o",url:"functions.html#index_o"},
|
{text:"o",url:"functions.html#index_o"},
|
||||||
|
|
@ -39,8 +44,28 @@ var menudata={children:[
|
||||||
{text:"r",url:"functions.html#index_r"},
|
{text:"r",url:"functions.html#index_r"},
|
||||||
{text:"s",url:"functions.html#index_s"},
|
{text:"s",url:"functions.html#index_s"},
|
||||||
{text:"t",url:"functions.html#index_t"}]},
|
{text:"t",url:"functions.html#index_t"}]},
|
||||||
{text:"Functions",url:"functions_func.html"},
|
{text:"Functions",url:"functions_func.html",children:[
|
||||||
{text:"Variables",url:"functions_vars.html"},
|
{text:"b",url:"functions_func.html#index_b"},
|
||||||
|
{text:"c",url:"functions_func.html#index_c"},
|
||||||
|
{text:"d",url:"functions_func.html#index_d"},
|
||||||
|
{text:"f",url:"functions_func.html#index_f"},
|
||||||
|
{text:"i",url:"functions_func.html#index_i"},
|
||||||
|
{text:"l",url:"functions_func.html#index_l"},
|
||||||
|
{text:"o",url:"functions_func.html#index_o"},
|
||||||
|
{text:"p",url:"functions_func.html#index_p"},
|
||||||
|
{text:"r",url:"functions_func.html#index_r"},
|
||||||
|
{text:"s",url:"functions_func.html#index_s"},
|
||||||
|
{text:"t",url:"functions_func.html#index_t"}]},
|
||||||
|
{text:"Variables",url:"functions_vars.html",children:[
|
||||||
|
{text:"_",url:"functions_vars.html#index__5F"},
|
||||||
|
{text:"b",url:"functions_vars.html#index_b"},
|
||||||
|
{text:"d",url:"functions_vars.html#index_d"},
|
||||||
|
{text:"f",url:"functions_vars.html#index_f"},
|
||||||
|
{text:"i",url:"functions_vars.html#index_i"},
|
||||||
|
{text:"m",url:"functions_vars.html#index_m"},
|
||||||
|
{text:"r",url:"functions_vars.html#index_r"},
|
||||||
|
{text:"s",url:"functions_vars.html#index_s"},
|
||||||
|
{text:"t",url:"functions_vars.html#index_t"}]},
|
||||||
{text:"Enumerations",url:"functions_enum.html"},
|
{text:"Enumerations",url:"functions_enum.html"},
|
||||||
{text:"Related Functions",url:"functions_rela.html"}]}]},
|
{text:"Related Functions",url:"functions_rela.html"}]}]},
|
||||||
{text:"Files",url:"files.html",children:[
|
{text:"Files",url:"files.html",children:[
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
<td id="projectlogo"><img alt="Logo" src="clutchlog_logo.svg"/></td>
|
||||||
<td id="projectalign" style="padding-left: 0.5em;">
|
<td id="projectalign" style="padding-left: 0.5em;">
|
||||||
<div id="projectname">clutchlog
|
<div id="projectname">clutchlog
|
||||||
 <span id="projectnumber">0.12</span>
|
 <span id="projectnumber">0.13</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -94,6 +94,8 @@ $(document).ready(function(){initNavTree('modules.html',''); initResizable(); })
|
||||||
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___use_macros.html" target="_self">High-level API macros</a></td><td class="desc"></td></tr>
|
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___use_macros.html" target="_self">High-level API macros</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___main.html" target="_self">Main class</a></td><td class="desc"></td></tr>
|
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___main.html" target="_self">Main class</a></td><td class="desc"></td></tr>
|
||||||
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___formating.html" target="_self">Formating tools</a></td><td class="desc"></td></tr>
|
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group___formating.html" target="_self">Formating tools</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__colors16.html" target="_self">Colors management in 16 colors mode (4-bits ANSI).</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__colors256__16_m.html" target="_self">Internal colors management in 256 and 16M colors modes.</a></td><td class="desc"></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- directory -->
|
</div><!-- directory -->
|
||||||
</div><!-- contents -->
|
</div><!-- contents -->
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,7 @@ var modules =
|
||||||
[ "Default configuration management", "group___default_config.html", "group___default_config" ],
|
[ "Default configuration management", "group___default_config.html", "group___default_config" ],
|
||||||
[ "High-level API macros", "group___use_macros.html", "group___use_macros" ],
|
[ "High-level API macros", "group___use_macros.html", "group___use_macros" ],
|
||||||
[ "Main class", "group___main.html", "group___main" ],
|
[ "Main class", "group___main.html", "group___main" ],
|
||||||
[ "Formating tools", "group___formating.html", "group___formating" ]
|
[ "Formating tools", "group___formating.html", "group___formating" ],
|
||||||
|
[ "Colors management in 16 colors mode (4-bits ANSI).", "group__colors16.html", "group__colors16" ],
|
||||||
|
[ "Internal colors management in 256 and 16M colors modes.", "group__colors256__16_m.html", "group__colors256__16_m" ]
|
||||||
];
|
];
|
||||||
|
|
@ -23,7 +23,7 @@ for the JavaScript code in this file
|
||||||
var NAVTREE =
|
var NAVTREE =
|
||||||
[
|
[
|
||||||
[ "clutchlog", "index.html", [
|
[ "clutchlog", "index.html", [
|
||||||
[ "Clutchlog — versatile (de)clutchable logging", "index.html", [
|
[ "Clutchlog — versatile (de)clutchable spatial logging", "index.html", [
|
||||||
[ "Features", "index.html#autotoc_md0", null ],
|
[ "Features", "index.html#autotoc_md0", null ],
|
||||||
[ "Example", "index.html#autotoc_md1", null ],
|
[ "Example", "index.html#autotoc_md1", null ],
|
||||||
[ "Rationale", "index.html#autotoc_md2", null ],
|
[ "Rationale", "index.html#autotoc_md2", null ],
|
||||||
|
|
@ -34,28 +34,32 @@ var NAVTREE =
|
||||||
[ "Output Configuration", "index.html#autotoc_md7", [
|
[ "Output Configuration", "index.html#autotoc_md7", [
|
||||||
[ "Log Format", "index.html#autotoc_md8", null ]
|
[ "Log Format", "index.html#autotoc_md8", null ]
|
||||||
] ],
|
] ],
|
||||||
[ "Output style", "index.html#autotoc_md9", null ]
|
[ "Output style", "index.html#autotoc_md9", [
|
||||||
|
[ "Typographic Style", "index.html#autotoc_md10", null ],
|
||||||
|
[ "Colors", "index.html#autotoc_md11", null ]
|
||||||
|
] ]
|
||||||
] ],
|
] ],
|
||||||
[ "Advanced Usage", "index.html#autotoc_md10", [
|
[ "Advanced Usage", "index.html#autotoc_md12", [
|
||||||
[ "More Output Configuration", "index.html#autotoc_md11", [
|
[ "More Output Configuration", "index.html#autotoc_md13", [
|
||||||
[ "Dump Format", "index.html#autotoc_md12", null ],
|
[ "Dump Format", "index.html#autotoc_md14", null ],
|
||||||
[ "Stack Depth Mark", "index.html#autotoc_md13", null ],
|
[ "Stack Depth Mark", "index.html#autotoc_md15", null ],
|
||||||
[ "Horizontal Filling", "index.html#autotoc_md14", null ],
|
[ "Horizontal Filling", "index.html#autotoc_md16", null ],
|
||||||
[ "Stack Depth", "index.html#autotoc_md15", null ]
|
[ "Stack Depth", "index.html#autotoc_md17", null ]
|
||||||
] ],
|
] ],
|
||||||
[ "Disabled calls", "index.html#autotoc_md16", null ],
|
[ "Disabled calls", "index.html#autotoc_md18", null ],
|
||||||
[ "Low-level API", "index.html#autotoc_md17", null ],
|
[ "Low-level API", "index.html#autotoc_md19", null ],
|
||||||
[ "(De)clutch any function call", "index.html#autotoc_md18", null ],
|
[ "(De)clutch any function call", "index.html#autotoc_md20", null ],
|
||||||
[ "(De)clutch any code section", "index.html#autotoc_md19", null ]
|
[ "(De)clutch any code section", "index.html#autotoc_md21", null ]
|
||||||
] ],
|
] ],
|
||||||
[ "Examples", "index.html#autotoc_md20", null ],
|
[ "Examples", "index.html#autotoc_md22", null ],
|
||||||
[ "Limitations", "index.html#autotoc_md21", null ],
|
[ "Limitations", "index.html#autotoc_md23", null ],
|
||||||
[ "Build and tests", "index.html#autotoc_md27", null ]
|
[ "Build and tests", "index.html#autotoc_md29", null ]
|
||||||
] ],
|
] ],
|
||||||
[ "Modules", "modules.html", "modules" ],
|
[ "Modules", "modules.html", "modules" ],
|
||||||
[ "Classes", "annotated.html", [
|
[ "Classes", "annotated.html", [
|
||||||
[ "Class List", "annotated.html", "annotated_dup" ],
|
[ "Class List", "annotated.html", "annotated_dup" ],
|
||||||
[ "Class Index", "classes.html", null ],
|
[ "Class Index", "classes.html", null ],
|
||||||
|
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
|
||||||
[ "Class Members", "functions.html", [
|
[ "Class Members", "functions.html", [
|
||||||
[ "All", "functions.html", null ],
|
[ "All", "functions.html", null ],
|
||||||
[ "Functions", "functions_func.html", null ],
|
[ "Functions", "functions_func.html", null ],
|
||||||
|
|
@ -76,7 +80,8 @@ var NAVTREE =
|
||||||
|
|
||||||
var NAVTREEINDEX =
|
var NAVTREEINDEX =
|
||||||
[
|
[
|
||||||
"annotated.html"
|
"annotated.html",
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#a674910195e7bb14d78f0cf56c308a47e"
|
||||||
];
|
];
|
||||||
|
|
||||||
var SYNCONMSG = 'click to disable panel synchronisation';
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
||||||
|
|
|
||||||
|
|
@ -59,46 +59,40 @@ var NAVTREEINDEX0 =
|
||||||
"classclutchlog.html#afc53dbca51d0e2322a21899d0c571a80":[1,2,0,11],
|
"classclutchlog.html#afc53dbca51d0e2322a21899d0c571a80":[1,2,0,11],
|
||||||
"classclutchlog.html#aff3aa09fb60f7d6dc688c028d3834d8a":[1,2,0,19],
|
"classclutchlog.html#aff3aa09fb60f7d6dc688c028d3834d8a":[1,2,0,19],
|
||||||
"classclutchlog_1_1fmt.html":[1,3,0],
|
"classclutchlog_1_1fmt.html":[1,3,0],
|
||||||
"classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0":[1,3,0,7],
|
"classclutchlog_1_1fmt.html#a00feba2b1539529df70e39d615a05941":[1,3,0,10],
|
||||||
|
"classclutchlog_1_1fmt.html#a04f3ba5f6fe81955dca4492a6d259f1c":[1,3,0,7],
|
||||||
|
"classclutchlog_1_1fmt.html#a0923d7d400f6753d4dae124b71eb5023":[1,3,0,15],
|
||||||
|
"classclutchlog_1_1fmt.html#a0aa57cdd56ccc79c7750921ab534b205":[1,3,0,24],
|
||||||
|
"classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0":[1,3,0,18],
|
||||||
"classclutchlog_1_1fmt.html#a13453c0b5dbc19d9b510dcdc0352b443":[1,3,0,3],
|
"classclutchlog_1_1fmt.html#a13453c0b5dbc19d9b510dcdc0352b443":[1,3,0,3],
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e":[1,3,0,15],
|
"classclutchlog_1_1fmt.html#a194201eb8a400ef13df3e833b8788cdc":[1,3,0,9],
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea1ffd9e753c8054cc61456ac7fac1ac89":[1,3,0,15,0],
|
"classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b":[1,3,0,25],
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea334c4a4c42fdb79d7ebc3e73b517e6f8":[1,3,0,15,8],
|
"classclutchlog_1_1fmt.html#a2df8f77f58dc9272c94982c4d2275581":[1,3,0,12],
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea48d6215903dff56238e52e8891380c8f":[1,3,0,15,4],
|
"classclutchlog_1_1fmt.html#a357c93593867f67d9fef562ca07c7dcc":[1,3,0,11],
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea4c2a4a7078da0ac6733464eacfd00f86":[1,3,0,15,5],
|
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea6411532ba4971f378391776a9db629d3":[1,3,0,15,6],
|
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ea9f27410725ab8cc8854a2769c7a516b8":[1,3,0,15,2],
|
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1eabda9643ac6601722a28f238714274da4":[1,3,0,15,1],
|
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ead487dd0b55dfcacdd920ccbdaeafa351":[1,3,0,15,3],
|
|
||||||
"classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1ead508fe45cecaf653904a0e774084bb5c":[1,3,0,15,7],
|
|
||||||
"classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b":[1,3,0,13],
|
|
||||||
"classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959":[1,3,0,0],
|
"classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959":[1,3,0,0],
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0":[1,3,0,14],
|
"classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502":[1,3,0,32],
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a1ffd9e753c8054cc61456ac7fac1ac89":[1,3,0,14,0],
|
"classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a1844e5aae3a3eefc500c545e3c35bcfa":[1,3,0,32,2],
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a334c4a4c42fdb79d7ebc3e73b517e6f8":[1,3,0,14,8],
|
"classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a1e7cced329549fc4c2393381f068062e":[1,3,0,32,0],
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a48d6215903dff56238e52e8891380c8f":[1,3,0,14,4],
|
"classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a7a3c32a8827eb17435511b4c7a429749":[1,3,0,32,1],
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a4c2a4a7078da0ac6733464eacfd00f86":[1,3,0,14,5],
|
"classclutchlog_1_1fmt.html#a506718883842dbce3659f42cdf79e52c":[1,3,0,16],
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a6411532ba4971f378391776a9db629d3":[1,3,0,14,6],
|
"classclutchlog_1_1fmt.html#a63b29eb5862a30a194b0256f2ee554a6":[1,3,0,13],
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0a9f27410725ab8cc8854a2769c7a516b8":[1,3,0,14,2],
|
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0abda9643ac6601722a28f238714274da4":[1,3,0,14,1],
|
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0ad487dd0b55dfcacdd920ccbdaeafa351":[1,3,0,14,3],
|
|
||||||
"classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0ad508fe45cecaf653904a0e774084bb5c":[1,3,0,14,7],
|
|
||||||
"classclutchlog_1_1fmt.html#a65856874070ec0865b3a5b9aeb0e4f3d":[1,3,0,4],
|
"classclutchlog_1_1fmt.html#a65856874070ec0865b3a5b9aeb0e4f3d":[1,3,0,4],
|
||||||
"classclutchlog_1_1fmt.html#a6cc6126d113fc0647ed3acbf29cdc425":[1,3,0,1],
|
"classclutchlog_1_1fmt.html#a6cc6126d113fc0647ed3acbf29cdc425":[1,3,0,1],
|
||||||
"classclutchlog_1_1fmt.html#a8307a848fcf9ed929435b3e1f2b53401":[1,3,0,11],
|
"classclutchlog_1_1fmt.html#a6d1cc4abe822a569a2624b0829de5dd0":[1,3,0,17],
|
||||||
"classclutchlog_1_1fmt.html#a86696b20e5b31c96ba592926efb324f3":[1,3,0,12],
|
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89":[1,3,0,33],
|
||||||
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89":[1,3,0,16],
|
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a334c4a4c42fdb79d7ebc3e73b517e6f8":[1,3,0,33,4],
|
||||||
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a334c4a4c42fdb79d7ebc3e73b517e6f8":[1,3,0,16,4],
|
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a69dcab4a73aeec2113f69b61e6263da8":[1,3,0,33,1],
|
||||||
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a69dcab4a73aeec2113f69b61e6263da8":[1,3,0,16,1],
|
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a6dc7b4483f8c2c701a48e42db552806d":[1,3,0,33,2],
|
||||||
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a6dc7b4483f8c2c701a48e42db552806d":[1,3,0,16,2],
|
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a86266ee937d97f812a8e57d22b62ee29":[1,3,0,33,0],
|
||||||
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89a86266ee937d97f812a8e57d22b62ee29":[1,3,0,16,0],
|
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89aa91c78e040f7b9d158f381e197f8beb4":[1,3,0,33,3],
|
||||||
"classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89aa91c78e040f7b9d158f381e197f8beb4":[1,3,0,16,3],
|
"classclutchlog_1_1fmt.html#a9458703ab8a3c9fbc6b801011b43f16d":[1,3,0,14],
|
||||||
"classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da":[1,3,0,10],
|
"classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da":[1,3,0,23],
|
||||||
"classclutchlog_1_1fmt.html#a99b3a05ddf6fa341cee6cb1e5dffc159":[1,3,0,5],
|
"classclutchlog_1_1fmt.html#a99b3a05ddf6fa341cee6cb1e5dffc159":[1,3,0,5],
|
||||||
"classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b":[1,3,0,9],
|
"classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b":[1,3,0,20],
|
||||||
|
"classclutchlog_1_1fmt.html#ac49c883e3dd17832749cc092b74a9f56":[1,3,0,8],
|
||||||
"classclutchlog_1_1fmt.html#ac69e6d3b7ddaec908c429ac61f354267":[1,3,0,2],
|
"classclutchlog_1_1fmt.html#ac69e6d3b7ddaec908c429ac61f354267":[1,3,0,2],
|
||||||
"classclutchlog_1_1fmt.html#aeea73b0239bf73ebc8ee84c1e6d278e2":[1,3,0,6],
|
"classclutchlog_1_1fmt.html#aeea73b0239bf73ebc8ee84c1e6d278e2":[1,3,0,6],
|
||||||
"classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c":[1,3,0,8],
|
"classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c":[1,3,0,19],
|
||||||
"classes.html":[2,1],
|
"classes.html":[2,1],
|
||||||
"clutchlog_8h.html":[3,0,0],
|
"clutchlog_8h.html":[3,0,0],
|
||||||
"clutchlog_8h.html#a0acf7d306292cdee864356f0b433cc16":[3,0,0,1],
|
"clutchlog_8h.html#a0acf7d306292cdee864356f0b433cc16":[3,0,0,1],
|
||||||
|
|
@ -107,11 +101,11 @@ var NAVTREEINDEX0 =
|
||||||
"clutchlog_8h.html#a6bddd1e1be320823da0d6b1d5cef7817":[3,0,0,3],
|
"clutchlog_8h.html#a6bddd1e1be320823da0d6b1d5cef7817":[3,0,0,3],
|
||||||
"clutchlog_8h_source.html":[3,0,0],
|
"clutchlog_8h_source.html":[3,0,0],
|
||||||
"files.html":[3,0],
|
"files.html":[3,0],
|
||||||
"functions.html":[2,2,0],
|
"functions.html":[2,3,0],
|
||||||
"functions_enum.html":[2,2,3],
|
"functions_enum.html":[2,3,3],
|
||||||
"functions_func.html":[2,2,1],
|
"functions_func.html":[2,3,1],
|
||||||
"functions_rela.html":[2,2,4],
|
"functions_rela.html":[2,3,4],
|
||||||
"functions_vars.html":[2,2,2],
|
"functions_vars.html":[2,3,2],
|
||||||
"globals.html":[3,1,0],
|
"globals.html":[3,1,0],
|
||||||
"globals_defs.html":[3,1,1],
|
"globals_defs.html":[3,1,1],
|
||||||
"group___default_config.html":[1,0],
|
"group___default_config.html":[1,0],
|
||||||
|
|
@ -125,46 +119,105 @@ var NAVTREEINDEX0 =
|
||||||
"group___default_config.html#ga524c16f280d92ee8ab683162c9ce01fa":[1,0,1],
|
"group___default_config.html#ga524c16f280d92ee8ab683162c9ce01fa":[1,0,1],
|
||||||
"group___default_config.html#ga54d29e956575e1c731eab5406135c5df":[1,0,3],
|
"group___default_config.html#ga54d29e956575e1c731eab5406135c5df":[1,0,3],
|
||||||
"group___default_config.html#ga54d29e956575e1c731eab5406135c5df":[3,0,0,13],
|
"group___default_config.html#ga54d29e956575e1c731eab5406135c5df":[3,0,0,13],
|
||||||
"group___default_config.html#ga8564be479b948ee3052b61783c66d415":[1,0,0],
|
|
||||||
"group___default_config.html#ga8564be479b948ee3052b61783c66d415":[3,0,0,5],
|
"group___default_config.html#ga8564be479b948ee3052b61783c66d415":[3,0,0,5],
|
||||||
"group___default_config.html#ga98f30d814d4913a8a7c93a8793f49adf":[3,0,0,15],
|
"group___default_config.html#ga8564be479b948ee3052b61783c66d415":[1,0,0],
|
||||||
"group___default_config.html#ga98f30d814d4913a8a7c93a8793f49adf":[1,0,5],
|
"group___default_config.html#ga98f30d814d4913a8a7c93a8793f49adf":[1,0,5],
|
||||||
|
"group___default_config.html#ga98f30d814d4913a8a7c93a8793f49adf":[3,0,0,15],
|
||||||
"group___formating.html":[1,3],
|
"group___formating.html":[1,3],
|
||||||
"group___main.html":[1,2],
|
"group___main.html":[1,2],
|
||||||
"group___use_macros.html":[1,1],
|
"group___use_macros.html":[1,1],
|
||||||
"group___use_macros.html#ga572e3aa19d8b39e3ed0b9e91961104c2":[1,1,2],
|
|
||||||
"group___use_macros.html#ga572e3aa19d8b39e3ed0b9e91961104c2":[3,0,0,8],
|
"group___use_macros.html#ga572e3aa19d8b39e3ed0b9e91961104c2":[3,0,0,8],
|
||||||
|
"group___use_macros.html#ga572e3aa19d8b39e3ed0b9e91961104c2":[1,1,2],
|
||||||
"group___use_macros.html#ga6f86187e2b35e7e1907d688f504a197d":[1,1,1],
|
"group___use_macros.html#ga6f86187e2b35e7e1907d688f504a197d":[1,1,1],
|
||||||
"group___use_macros.html#ga6f86187e2b35e7e1907d688f504a197d":[3,0,0,7],
|
"group___use_macros.html#ga6f86187e2b35e7e1907d688f504a197d":[3,0,0,7],
|
||||||
"group___use_macros.html#ga9f77cee4f853e582262930c9c17f90ae":[3,0,0,9],
|
|
||||||
"group___use_macros.html#ga9f77cee4f853e582262930c9c17f90ae":[1,1,3],
|
"group___use_macros.html#ga9f77cee4f853e582262930c9c17f90ae":[1,1,3],
|
||||||
"group___use_macros.html#gaaf2e85e1153e6c88b458dd49e3c37c73":[3,0,0,10],
|
"group___use_macros.html#ga9f77cee4f853e582262930c9c17f90ae":[3,0,0,9],
|
||||||
"group___use_macros.html#gaaf2e85e1153e6c88b458dd49e3c37c73":[1,1,4],
|
"group___use_macros.html#gaaf2e85e1153e6c88b458dd49e3c37c73":[1,1,4],
|
||||||
"group___use_macros.html#gae8911119d726a43b77f5781cb5a72813":[1,1,0],
|
"group___use_macros.html#gaaf2e85e1153e6c88b458dd49e3c37c73":[3,0,0,10],
|
||||||
"group___use_macros.html#gae8911119d726a43b77f5781cb5a72813":[3,0,0,6],
|
"group___use_macros.html#gae8911119d726a43b77f5781cb5a72813":[3,0,0,6],
|
||||||
"index.html":[],
|
"group___use_macros.html#gae8911119d726a43b77f5781cb5a72813":[1,1,0],
|
||||||
|
"group__colors16.html":[1,4],
|
||||||
|
"group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e":[1,3,0,35],
|
||||||
|
"group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e":[1,4,1],
|
||||||
|
"group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33":[1,3,0,22],
|
||||||
|
"group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33":[1,4,5],
|
||||||
|
"group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0":[1,3,0,34],
|
||||||
|
"group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0":[1,4,0],
|
||||||
|
"group__colors16.html#ga5a697f5ad3326ea25b139e25252b4cf7":[1,4,4],
|
||||||
|
"group__colors16.html#ga5a697f5ad3326ea25b139e25252b4cf7":[1,3,0,21],
|
||||||
|
"group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401":[1,3,0,26],
|
||||||
|
"group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401":[1,4,2],
|
||||||
|
"group__colors16.html#ga86696b20e5b31c96ba592926efb324f3":[1,4,3],
|
||||||
|
"group__colors16.html#ga86696b20e5b31c96ba592926efb324f3":[1,3,0,27],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea1ffd9e753c8054cc61456ac7fac1ac89":[1,3,0,35,0],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea334c4a4c42fdb79d7ebc3e73b517e6f8":[1,3,0,35,16],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea37553b57ad1d7f61b0c51f5a535f72bf":[1,3,0,35,13],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea48d6215903dff56238e52e8891380c8f":[1,3,0,35,4],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea4c2a4a7078da0ac6733464eacfd00f86":[1,3,0,35,5],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea6411532ba4971f378391776a9db629d3":[1,3,0,35,6],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea74474ae20bf3ef3bce6fd679194ce383":[1,3,0,35,8],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea75dd76d162b9554ec8b63736bc22d93e":[1,3,0,35,11],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea8b84c6e788e91a3a45b9dabedb160590":[1,3,0,35,9],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ea9f27410725ab8cc8854a2769c7a516b8":[1,3,0,35,2],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eabd5b4652dffd84bab66529361d0c4974":[1,3,0,35,10],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eabda9643ac6601722a28f238714274da4":[1,3,0,35,1],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eac5b47880b4b2ec37179078d63a85def3":[1,3,0,35,12],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eacc69f9955c2bf916bb9a83f38141432f":[1,3,0,35,14],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ead487dd0b55dfcacdd920ccbdaeafa351":[1,3,0,35,3],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1ead508fe45cecaf653904a0e774084bb5c":[1,3,0,35,7],
|
||||||
|
"group__colors16.html#gga1cf3e27e4041250ffea0a6d58010da1eada7527acf78cb4e7b582e8163a1f642a":[1,3,0,35,15],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a1ffd9e753c8054cc61456ac7fac1ac89":[1,3,0,34,0],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a334c4a4c42fdb79d7ebc3e73b517e6f8":[1,3,0,34,16],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a37553b57ad1d7f61b0c51f5a535f72bf":[1,3,0,34,13],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a48d6215903dff56238e52e8891380c8f":[1,3,0,34,4],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a4c2a4a7078da0ac6733464eacfd00f86":[1,3,0,34,5],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a6411532ba4971f378391776a9db629d3":[1,3,0,34,6],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a74474ae20bf3ef3bce6fd679194ce383":[1,3,0,34,8],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a75dd76d162b9554ec8b63736bc22d93e":[1,3,0,34,11],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a8b84c6e788e91a3a45b9dabedb160590":[1,3,0,34,9],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0a9f27410725ab8cc8854a2769c7a516b8":[1,3,0,34,2],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0abd5b4652dffd84bab66529361d0c4974":[1,3,0,34,10],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0abda9643ac6601722a28f238714274da4":[1,3,0,34,1],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0ac5b47880b4b2ec37179078d63a85def3":[1,3,0,34,12],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0acc69f9955c2bf916bb9a83f38141432f":[1,3,0,34,14],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0ad487dd0b55dfcacdd920ccbdaeafa351":[1,3,0,34,3],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0ad508fe45cecaf653904a0e774084bb5c":[1,3,0,34,7],
|
||||||
|
"group__colors16.html#gga4662a3ec3577c6a575a2c734636ed8a0ada7527acf78cb4e7b582e8163a1f642a":[1,3,0,34,15],
|
||||||
|
"group__colors256__16_m.html":[1,5],
|
||||||
|
"group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0":[1,3,0,29],
|
||||||
|
"group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0":[1,5,8],
|
||||||
|
"group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de":[1,5,9],
|
||||||
|
"group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de":[1,3,0,30],
|
||||||
|
"group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0":[1,3,0,31],
|
||||||
|
"group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0":[1,5,10],
|
||||||
|
"group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c":[1,5,7],
|
||||||
|
"group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c":[1,3,0,28],
|
||||||
|
"hierarchy.html":[2,2],
|
||||||
"index.html":[0],
|
"index.html":[0],
|
||||||
|
"index.html":[],
|
||||||
"index.html#autotoc_md0":[0,0],
|
"index.html#autotoc_md0":[0,0],
|
||||||
"index.html#autotoc_md1":[0,1],
|
"index.html#autotoc_md1":[0,1],
|
||||||
"index.html#autotoc_md10":[0,4],
|
"index.html#autotoc_md10":[0,3,4,0],
|
||||||
"index.html#autotoc_md11":[0,4,0],
|
"index.html#autotoc_md11":[0,3,4,1],
|
||||||
"index.html#autotoc_md12":[0,4,0,0],
|
"index.html#autotoc_md12":[0,4],
|
||||||
"index.html#autotoc_md13":[0,4,0,1],
|
"index.html#autotoc_md13":[0,4,0],
|
||||||
"index.html#autotoc_md14":[0,4,0,2],
|
"index.html#autotoc_md14":[0,4,0,0],
|
||||||
"index.html#autotoc_md15":[0,4,0,3],
|
"index.html#autotoc_md15":[0,4,0,1],
|
||||||
"index.html#autotoc_md16":[0,4,1],
|
"index.html#autotoc_md16":[0,4,0,2],
|
||||||
"index.html#autotoc_md17":[0,4,2],
|
"index.html#autotoc_md17":[0,4,0,3],
|
||||||
"index.html#autotoc_md18":[0,4,3],
|
"index.html#autotoc_md18":[0,4,1],
|
||||||
"index.html#autotoc_md19":[0,4,4],
|
"index.html#autotoc_md19":[0,4,2],
|
||||||
"index.html#autotoc_md2":[0,2],
|
"index.html#autotoc_md2":[0,2],
|
||||||
"index.html#autotoc_md20":[0,5],
|
"index.html#autotoc_md20":[0,4,3],
|
||||||
"index.html#autotoc_md21":[0,6],
|
"index.html#autotoc_md21":[0,4,4],
|
||||||
"index.html#autotoc_md22":[0],
|
"index.html#autotoc_md22":[0,5],
|
||||||
"index.html#autotoc_md23":[1],
|
"index.html#autotoc_md23":[0,6],
|
||||||
"index.html#autotoc_md24":[2],
|
"index.html#autotoc_md24":[0],
|
||||||
"index.html#autotoc_md25":[3],
|
"index.html#autotoc_md25":[1],
|
||||||
"index.html#autotoc_md26":[4],
|
"index.html#autotoc_md26":[2],
|
||||||
"index.html#autotoc_md27":[0,7],
|
"index.html#autotoc_md27":[3],
|
||||||
|
"index.html#autotoc_md28":[4],
|
||||||
|
"index.html#autotoc_md29":[0,7],
|
||||||
"index.html#autotoc_md3":[0,3],
|
"index.html#autotoc_md3":[0,3],
|
||||||
"index.html#autotoc_md4":[0,3,0],
|
"index.html#autotoc_md4":[0,3,0],
|
||||||
"index.html#autotoc_md5":[0,3,1],
|
"index.html#autotoc_md5":[0,3,1],
|
||||||
|
|
@ -174,15 +227,27 @@ var NAVTREEINDEX0 =
|
||||||
"index.html#autotoc_md9":[0,3,4],
|
"index.html#autotoc_md9":[0,3,4],
|
||||||
"modules.html":[1],
|
"modules.html":[1],
|
||||||
"pages.html":[],
|
"pages.html":[],
|
||||||
"structclutchlog_1_1scope__t.html":[1,2,0,5],
|
"structclutchlog_1_1fmt_1_1bg__16_m.html":[1,5,6],
|
||||||
"structclutchlog_1_1scope__t.html#a0f1d865ffcf17f215e5559cdd2690572":[1,2,0,5,0],
|
"structclutchlog_1_1fmt_1_1bg__16_m.html#a363c314ab6a8aa22951b5500d7a78ad0":[1,5,6,0],
|
||||||
"structclutchlog_1_1scope__t.html#a7918e55cd3bac1bd30c69b8c711387ff":[1,2,0,5,3],
|
"structclutchlog_1_1fmt_1_1bg__16_m.html#a68f8cb4ab78a1cfb3b7b8e1e95bee11d":[1,5,6,3],
|
||||||
"structclutchlog_1_1scope__t.html#adcca6846ff90d436c61861db85917744":[1,2,0,5,2],
|
"structclutchlog_1_1fmt_1_1bg__16_m.html#ace018922ae99f32b48bf5cacaec91501":[1,5,6,1],
|
||||||
"structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9":[1,2,0,5,1],
|
"structclutchlog_1_1fmt_1_1bg__16_m.html#adcd5bd1e69e76e3b36015cf687693c97":[1,5,6,2],
|
||||||
"t-assert_8cpp_source.html":[3,0,1],
|
"structclutchlog_1_1fmt_1_1bg__256.html":[1,5,3],
|
||||||
"t-color_8cpp_source.html":[3,0,2],
|
"structclutchlog_1_1fmt_1_1bg__256.html#a096d302be7373acaaf225644683408bd":[1,5,3,2],
|
||||||
"t-demo_8cpp_source.html":[3,0,3],
|
"structclutchlog_1_1fmt_1_1bg__256.html#a0d244a542b6b98a373f8b1f9e92a6a90":[1,5,3,0],
|
||||||
"t-dump_8cpp_source.html":[3,0,4],
|
"structclutchlog_1_1fmt_1_1bg__256.html#a83c663b1a9f00ba7ba7649c9c5605fad":[1,5,3,1],
|
||||||
"t-log_8cpp_source.html":[3,0,5],
|
"structclutchlog_1_1fmt_1_1color.html":[1,5,0],
|
||||||
"t-one-line-if_8cpp_source.html":[3,0,6]
|
"structclutchlog_1_1fmt_1_1color.html#a3fd18c290567bd5c4971663a1aed12ae":[1,5,0,5],
|
||||||
|
"structclutchlog_1_1fmt_1_1color.html#a741d0165287350d8fcacb1f472ce5dac":[1,5,0,0],
|
||||||
|
"structclutchlog_1_1fmt_1_1color.html#a826e3d3eba925608442439d6bc3a95a6":[1,5,0,3],
|
||||||
|
"structclutchlog_1_1fmt_1_1color.html#a96d7161ef1e7cc631ae670cd3f364603":[1,5,0,1],
|
||||||
|
"structclutchlog_1_1fmt_1_1color.html#aa75e958436afe333924b6db3e5f0821f":[1,5,0,2],
|
||||||
|
"structclutchlog_1_1fmt_1_1color.html#aacbc3cd9447fdb7d51e02b29b5028a6b":[1,5,0,4],
|
||||||
|
"structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0":[1,5,0,6],
|
||||||
|
"structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0a469bba0a564235dfceede42db14f17b0":[1,5,0,6,1],
|
||||||
|
"structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0ae64e4c4fee28f9ca7301e4c7ff598e67":[1,5,0,6,0],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html":[1,5,4],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#a19e1517a9afb75a4e6224f718ed11c61":[1,5,4,5],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#a36d9cf42044fec34b7858142d86137d3":[1,5,4,1],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#a55e39e7eb3ced3095c00914eff52470c":[1,5,4,2]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
37
docs/navtreeindex1.js
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
var NAVTREEINDEX1 =
|
||||||
|
{
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#a674910195e7bb14d78f0cf56c308a47e":[1,5,4,4],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#a780c11e42bb140732ffd37cf4eef9e1d":[1,5,4,3],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#ac94eaa04e4f5de4ca6cfe7105ec1c4d4":[1,5,4,6],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#aea10e881fb9b570267f5751fb67c4282":[1,5,4,0],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__16_m.html#aedcfa3e0597d9dd883b1783e931bb9af":[1,5,4,7],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__256.html":[1,5,1],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__256.html#a12fdff3c5c4edbf952aaa31519f0171c":[1,5,1,0],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__256.html#a1b68065b35141c018b33c3f2c45f5726":[1,5,1,1],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__256.html#a8e0b13d6bad87c83c3465524a5d33988":[1,5,1,4],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__256.html#aaae6106a11eddade981172324a43df68":[1,5,1,3],
|
||||||
|
"structclutchlog_1_1fmt_1_1color__256.html#ad79557682cec1c053dda258581972111":[1,5,1,2],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__16_m.html":[1,5,5],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__16_m.html#a531b717b8d78a0a5929fa90d0a01d7e5":[1,5,5,1],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__16_m.html#a984525f33eb86b7f8b3e5d0874611194":[1,5,5,0],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__16_m.html#a9da40a4a7ff3b80f028f26322f59eba8":[1,5,5,3],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__16_m.html#abc768d6b7c2139c14f210755108006d3":[1,5,5,2],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__256.html":[1,5,2],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__256.html#a501fff36520f20ba4973ba3848fb9c23":[1,5,2,2],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__256.html#a6df3d848db0e55c79709fb4565cbfd59":[1,5,2,1],
|
||||||
|
"structclutchlog_1_1fmt_1_1fg__256.html#a97c241e9f80c63d269953cc525a72c7a":[1,5,2,0],
|
||||||
|
"structclutchlog_1_1scope__t.html":[1,2,0,5],
|
||||||
|
"structclutchlog_1_1scope__t.html#a0f1d865ffcf17f215e5559cdd2690572":[1,2,0,5,0],
|
||||||
|
"structclutchlog_1_1scope__t.html#a7918e55cd3bac1bd30c69b8c711387ff":[1,2,0,5,3],
|
||||||
|
"structclutchlog_1_1scope__t.html#adcca6846ff90d436c61861db85917744":[1,2,0,5,2],
|
||||||
|
"structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9":[1,2,0,5,1],
|
||||||
|
"t-assert_8cpp_source.html":[3,0,1],
|
||||||
|
"t-color16_m_8cpp_source.html":[3,0,3],
|
||||||
|
"t-color256_8cpp_source.html":[3,0,4],
|
||||||
|
"t-color_8cpp_source.html":[3,0,2],
|
||||||
|
"t-demo_8cpp_source.html":[3,0,5],
|
||||||
|
"t-dump_8cpp_source.html":[3,0,6],
|
||||||
|
"t-fmt-constructors_8cpp_source.html":[3,0,7],
|
||||||
|
"t-log_8cpp_source.html":[3,0,8],
|
||||||
|
"t-one-line-if_8cpp_source.html":[3,0,9]
|
||||||
|
};
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['back_11',['back',['../classclutchlog_1_1fmt.html#a86696b20e5b31c96ba592926efb324f3',1,'clutchlog::fmt']]],
|
['ansi_11',['ansi',['../classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502',1,'clutchlog::fmt']]]
|
||||||
['bg_12',['bg',['../classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e',1,'clutchlog::fmt']]]
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
30
docs/search/all_10.html
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_10.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
createResults();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
4
docs/search/all_10.js
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['with_5fclutchlog_94',['WITH_CLUTCHLOG',['../clutchlog_8h.html#a5c126962abcc7a40e504a6fc3abdfcc4',1,'clutchlog.h']]]
|
||||||
|
];
|
||||||
|
|
@ -1,20 +1,9 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['clutchcode_13',['CLUTCHCODE',['../group___use_macros.html#gaaf2e85e1153e6c88b458dd49e3c37c73',1,'clutchlog.h']]],
|
['back_12',['back',['../group__colors16.html#ga86696b20e5b31c96ba592926efb324f3',1,'clutchlog::fmt']]],
|
||||||
['clutchdump_14',['CLUTCHDUMP',['../group___use_macros.html#ga572e3aa19d8b39e3ed0b9e91961104c2',1,'clutchlog.h']]],
|
['back_5f16m_13',['back_16M',['../group__colors256__16_m.html#gaa2fcbb402dc2426d3720b8bc78a80ec0',1,'clutchlog::fmt']]],
|
||||||
['clutchdump_5fdefault_5fformat_15',['CLUTCHDUMP_DEFAULT_FORMAT',['../group___default_config.html#ga27b613c6727857a7cbcd0165d862034e',1,'clutchlog.h']]],
|
['back_5f256_14',['back_256',['../group__colors256__16_m.html#ga1d687af385957846034568c3a62d4ef0',1,'clutchlog::fmt']]],
|
||||||
['clutchdump_5fdefault_5fsep_16',['CLUTCHDUMP_DEFAULT_SEP',['../group___default_config.html#ga54d29e956575e1c731eab5406135c5df',1,'clutchlog.h']]],
|
['bg_15',['bg',['../group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e',1,'clutchlog::fmt']]],
|
||||||
['clutchfunc_17',['CLUTCHFUNC',['../group___use_macros.html#ga9f77cee4f853e582262930c9c17f90ae',1,'clutchlog.h']]],
|
['bg_5f16m_16',['bg_16M',['../structclutchlog_1_1fmt_1_1bg__16_m.html',1,'clutchlog::fmt::bg_16M'],['../structclutchlog_1_1fmt_1_1bg__16_m.html#a363c314ab6a8aa22951b5500d7a78ad0',1,'clutchlog::fmt::bg_16M::bg_16M()'],['../structclutchlog_1_1fmt_1_1bg__16_m.html#ace018922ae99f32b48bf5cacaec91501',1,'clutchlog::fmt::bg_16M::bg_16M(short r, short g, short b)'],['../structclutchlog_1_1fmt_1_1bg__16_m.html#adcd5bd1e69e76e3b36015cf687693c97',1,'clutchlog::fmt::bg_16M::bg_16M(const std::string &srgb)'],['../structclutchlog_1_1fmt_1_1bg__16_m.html#a68f8cb4ab78a1cfb3b7b8e1e95bee11d',1,'clutchlog::fmt::bg_16M::bg_16M(const bg &)']]],
|
||||||
['clutchloc_18',['CLUTCHLOC',['../group___use_macros.html#gae8911119d726a43b77f5781cb5a72813',1,'clutchlog.h']]],
|
['bg_5f256_17',['bg_256',['../structclutchlog_1_1fmt_1_1bg__256.html',1,'clutchlog::fmt::bg_256'],['../structclutchlog_1_1fmt_1_1bg__256.html#a0d244a542b6b98a373f8b1f9e92a6a90',1,'clutchlog::fmt::bg_256::bg_256()'],['../structclutchlog_1_1fmt_1_1bg__256.html#a83c663b1a9f00ba7ba7649c9c5605fad',1,'clutchlog::fmt::bg_256::bg_256(const short b)'],['../structclutchlog_1_1fmt_1_1bg__256.html#a096d302be7373acaaf225644683408bd',1,'clutchlog::fmt::bg_256::bg_256(const bg &)']]]
|
||||||
['clutchlog_19',['clutchlog',['../classclutchlog.html',1,'clutchlog'],['../group___use_macros.html#ga6f86187e2b35e7e1907d688f504a197d',1,'CLUTCHLOG(): clutchlog.h']]],
|
|
||||||
['clutchlog_2eh_20',['clutchlog.h',['../clutchlog_8h.html',1,'']]],
|
|
||||||
['clutchlog_5fdefault_5fdepth_5fbuilt_5fnodebug_21',['CLUTCHLOG_DEFAULT_DEPTH_BUILT_NODEBUG',['../group___default_config.html#ga8564be479b948ee3052b61783c66d415',1,'clutchlog.h']]],
|
|
||||||
['clutchlog_5fdefault_5fdepth_5fmark_22',['CLUTCHLOG_DEFAULT_DEPTH_MARK',['../group___default_config.html#ga45c4c964fad4ad1641d5c9c28c4645b9',1,'clutchlog.h']]],
|
|
||||||
['clutchlog_5fdefault_5fformat_23',['CLUTCHLOG_DEFAULT_FORMAT',['../group___default_config.html#ga524c16f280d92ee8ab683162c9ce01fa',1,'clutchlog.h']]],
|
|
||||||
['clutchlog_5fdefault_5fhfill_5fmark_24',['CLUTCHLOG_DEFAULT_HFILL_MARK',['../group___default_config.html#ga4eda0c1bfded5df89351b8ce8b9c2805',1,'clutchlog.h']]],
|
|
||||||
['clutchlog_5fh_25',['CLUTCHLOG_H',['../clutchlog_8h.html#a0acf7d306292cdee864356f0b433cc16',1,'clutchlog.h']]],
|
|
||||||
['clutchlog_5fhave_5funix_5fsysinfo_26',['CLUTCHLOG_HAVE_UNIX_SYSINFO',['../clutchlog_8h.html#a6bbcf13504687db4dbe0474931d867fb',1,'clutchlog.h']]],
|
|
||||||
['clutchlog_5fhave_5funix_5fsysioctl_27',['CLUTCHLOG_HAVE_UNIX_SYSIOCTL',['../clutchlog_8h.html#a6bddd1e1be320823da0d6b1d5cef7817',1,'clutchlog.h']]],
|
|
||||||
['clutchlog_5fstrip_5fcalls_28',['CLUTCHLOG_STRIP_CALLS',['../group___default_config.html#ga98f30d814d4913a8a7c93a8793f49adf',1,'clutchlog.h']]],
|
|
||||||
['clutchlog_20—_20versatile_20_28de_29clutchable_20logging_29',['Clutchlog — versatile (de)clutchable logging',['../index.html',1,'']]]
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,27 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['default_5fdepth_5fmark_30',['default_depth_mark',['../classclutchlog.html#a229fd61519f1245282440120f2d45fb5',1,'clutchlog']]],
|
['clutchcode_18',['CLUTCHCODE',['../group___use_macros.html#gaaf2e85e1153e6c88b458dd49e3c37c73',1,'clutchlog.h']]],
|
||||||
['default_5fformat_31',['default_format',['../classclutchlog.html#a0c4ac57601e6f8d146fd5cc060968ecc',1,'clutchlog']]],
|
['clutchdump_19',['CLUTCHDUMP',['../group___use_macros.html#ga572e3aa19d8b39e3ed0b9e91961104c2',1,'clutchlog.h']]],
|
||||||
['default_5fhfill_5fchar_32',['default_hfill_char',['../classclutchlog.html#a76eb34537b634aadb75e255f7887eeb6',1,'clutchlog']]],
|
['clutchdump_5fdefault_5fformat_20',['CLUTCHDUMP_DEFAULT_FORMAT',['../group___default_config.html#ga27b613c6727857a7cbcd0165d862034e',1,'clutchlog.h']]],
|
||||||
['default_5fhfill_5fmax_33',['default_hfill_max',['../classclutchlog.html#ac95630bfe9cf547d2b7c4b3430eaedc1',1,'clutchlog']]],
|
['clutchdump_5fdefault_5fsep_21',['CLUTCHDUMP_DEFAULT_SEP',['../group___default_config.html#ga54d29e956575e1c731eab5406135c5df',1,'clutchlog.h']]],
|
||||||
['default_5fhfill_5fmin_34',['default_hfill_min',['../classclutchlog.html#a5a9a98c3528117223ceff22bc6bee5f7',1,'clutchlog']]],
|
['clutchfunc_22',['CLUTCHFUNC',['../group___use_macros.html#ga9f77cee4f853e582262930c9c17f90ae',1,'clutchlog.h']]],
|
||||||
['default_5fstrip_5fcalls_35',['default_strip_calls',['../classclutchlog.html#a1a8cb6411726133208f5a2f2cb42d468',1,'clutchlog']]],
|
['clutchloc_23',['CLUTCHLOC',['../group___use_macros.html#gae8911119d726a43b77f5781cb5a72813',1,'clutchlog.h']]],
|
||||||
['default_20configuration_20management_36',['Default configuration management',['../group___default_config.html',1,'']]],
|
['clutchlog_24',['clutchlog',['../classclutchlog.html',1,'clutchlog'],['../group___use_macros.html#ga6f86187e2b35e7e1907d688f504a197d',1,'CLUTCHLOG(): clutchlog.h']]],
|
||||||
['dump_37',['dump',['../classclutchlog.html#a63308e8deae3cfec6801318203494143',1,'clutchlog']]],
|
['clutchlog_2eh_25',['clutchlog.h',['../clutchlog_8h.html',1,'']]],
|
||||||
['dump_5fdefault_5fformat_38',['dump_default_format',['../classclutchlog.html#ace879554298e6e6e36dafef330c27be8',1,'clutchlog']]],
|
['clutchlog_5fdefault_5fdepth_5fbuilt_5fnodebug_26',['CLUTCHLOG_DEFAULT_DEPTH_BUILT_NODEBUG',['../group___default_config.html#ga8564be479b948ee3052b61783c66d415',1,'clutchlog.h']]],
|
||||||
['dump_5fdefault_5fsep_39',['dump_default_sep',['../classclutchlog.html#af898bffe23b125245e338d7495c76d45',1,'clutchlog']]]
|
['clutchlog_5fdefault_5fdepth_5fmark_27',['CLUTCHLOG_DEFAULT_DEPTH_MARK',['../group___default_config.html#ga45c4c964fad4ad1641d5c9c28c4645b9',1,'clutchlog.h']]],
|
||||||
|
['clutchlog_5fdefault_5fformat_28',['CLUTCHLOG_DEFAULT_FORMAT',['../group___default_config.html#ga524c16f280d92ee8ab683162c9ce01fa',1,'clutchlog.h']]],
|
||||||
|
['clutchlog_5fdefault_5fhfill_5fmark_29',['CLUTCHLOG_DEFAULT_HFILL_MARK',['../group___default_config.html#ga4eda0c1bfded5df89351b8ce8b9c2805',1,'clutchlog.h']]],
|
||||||
|
['clutchlog_5fh_30',['CLUTCHLOG_H',['../clutchlog_8h.html#a0acf7d306292cdee864356f0b433cc16',1,'clutchlog.h']]],
|
||||||
|
['clutchlog_5fhave_5funix_5fsysinfo_31',['CLUTCHLOG_HAVE_UNIX_SYSINFO',['../clutchlog_8h.html#a6bbcf13504687db4dbe0474931d867fb',1,'clutchlog.h']]],
|
||||||
|
['clutchlog_5fhave_5funix_5fsysioctl_32',['CLUTCHLOG_HAVE_UNIX_SYSIOCTL',['../clutchlog_8h.html#a6bddd1e1be320823da0d6b1d5cef7817',1,'clutchlog.h']]],
|
||||||
|
['clutchlog_5fstrip_5fcalls_33',['CLUTCHLOG_STRIP_CALLS',['../group___default_config.html#ga98f30d814d4913a8a7c93a8793f49adf',1,'clutchlog.h']]],
|
||||||
|
['color_34',['color',['../structclutchlog_1_1fmt_1_1color.html',1,'clutchlog::fmt::color'],['../structclutchlog_1_1fmt_1_1color.html#a741d0165287350d8fcacb1f472ce5dac',1,'clutchlog::fmt::color::color()']]],
|
||||||
|
['color_5f16m_35',['color_16M',['../structclutchlog_1_1fmt_1_1color__16_m.html',1,'clutchlog::fmt::color_16M'],['../structclutchlog_1_1fmt_1_1color__16_m.html#aea10e881fb9b570267f5751fb67c4282',1,'clutchlog::fmt::color_16M::color_16M(ground t)'],['../structclutchlog_1_1fmt_1_1color__16_m.html#a36d9cf42044fec34b7858142d86137d3',1,'clutchlog::fmt::color_16M::color_16M(ground t, short r, short g, short b)'],['../structclutchlog_1_1fmt_1_1color__16_m.html#a55e39e7eb3ced3095c00914eff52470c',1,'clutchlog::fmt::color_16M::color_16M(ground t, const std::string &srgb)']]],
|
||||||
|
['color_5f256_36',['color_256',['../structclutchlog_1_1fmt_1_1color__256.html',1,'clutchlog::fmt::color_256'],['../structclutchlog_1_1fmt_1_1color__256.html#a12fdff3c5c4edbf952aaa31519f0171c',1,'clutchlog::fmt::color_256::color_256(ground t)'],['../structclutchlog_1_1fmt_1_1color__256.html#a1b68065b35141c018b33c3f2c45f5726',1,'clutchlog::fmt::color_256::color_256(ground t, const short i)']]],
|
||||||
|
['colors_20management_20in_2016_20colors_20mode_20_284_2dbits_20ansi_29_2e_37',['Colors management in 16 colors mode (4-bits ANSI).',['../group__colors16.html',1,'']]],
|
||||||
|
['colors_5f16_38',['colors_16',['../classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a1e7cced329549fc4c2393381f068062e',1,'clutchlog::fmt']]],
|
||||||
|
['colors_5f16m_39',['colors_16M',['../classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a1844e5aae3a3eefc500c545e3c35bcfa',1,'clutchlog::fmt']]],
|
||||||
|
['colors_5f256_40',['colors_256',['../classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502a7a3c32a8827eb17435511b4c7a429749',1,'clutchlog::fmt']]],
|
||||||
|
['clutchlog_20—_20versatile_20_28de_29clutchable_20spatial_20logging_41',['Clutchlog — versatile (de)clutchable spatial logging',['../index.html',1,'']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,13 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['fg_40',['fg',['../classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0',1,'clutchlog::fmt']]],
|
['default_5fdepth_5fmark_42',['default_depth_mark',['../classclutchlog.html#a229fd61519f1245282440120f2d45fb5',1,'clutchlog']]],
|
||||||
['file_41',['file',['../classclutchlog.html#a10064493c22f5c03b502a42d814c5c5c',1,'clutchlog']]],
|
['default_5fformat_43',['default_format',['../classclutchlog.html#a0c4ac57601e6f8d146fd5cc060968ecc',1,'clutchlog']]],
|
||||||
['fmt_42',['fmt',['../classclutchlog_1_1fmt.html',1,'clutchlog::fmt'],['../classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959',1,'clutchlog::fmt::fmt()']]],
|
['default_5fhfill_5fchar_44',['default_hfill_char',['../classclutchlog.html#a76eb34537b634aadb75e255f7887eeb6',1,'clutchlog']]],
|
||||||
['fore_43',['fore',['../classclutchlog_1_1fmt.html#a8307a848fcf9ed929435b3e1f2b53401',1,'clutchlog::fmt']]],
|
['default_5fhfill_5fmax_45',['default_hfill_max',['../classclutchlog.html#ac95630bfe9cf547d2b7c4b3430eaedc1',1,'clutchlog']]],
|
||||||
['format_44',['format',['../classclutchlog.html#a656c277e074b64728cca871f2b484d1c',1,'clutchlog::format(const std::string &format)'],['../classclutchlog.html#afc53dbca51d0e2322a21899d0c571a80',1,'clutchlog::format() const'],['../classclutchlog.html#abd692cca9a2e772e7c9d6531bb3c7761',1,'clutchlog::format(std::string row, const std::string &what, const level &stage, const std::string &file, const std::string &func, const size_t line) const']]],
|
['default_5fhfill_5fmin_46',['default_hfill_min',['../classclutchlog.html#a5a9a98c3528117223ceff22bc6bee5f7',1,'clutchlog']]],
|
||||||
['format_5fcomment_45',['format_comment',['../classclutchlog.html#a2144abe4ec6f630126b6490908b5f924',1,'clutchlog::format_comment(const std::string &format)'],['../classclutchlog.html#aa8d0a569ed3623ce36c5e567ec2d1ad5',1,'clutchlog::format_comment() const']]],
|
['default_5fstrip_5fcalls_47',['default_strip_calls',['../classclutchlog.html#a1a8cb6411726133208f5a2f2cb42d468',1,'clutchlog']]],
|
||||||
['formating_20tools_46',['Formating tools',['../group___formating.html',1,'']]],
|
['default_20configuration_20management_48',['Default configuration management',['../group___default_config.html',1,'']]],
|
||||||
['func_47',['func',['../classclutchlog.html#ad32b5a0274dc03ee0004f67ba58b2447',1,'clutchlog']]]
|
['dump_49',['dump',['../classclutchlog.html#a63308e8deae3cfec6801318203494143',1,'clutchlog']]],
|
||||||
|
['dump_5fdefault_5fformat_50',['dump_default_format',['../classclutchlog.html#ace879554298e6e6e36dafef330c27be8',1,'clutchlog']]],
|
||||||
|
['dump_5fdefault_5fsep_51',['dump_default_sep',['../classclutchlog.html#af898bffe23b125245e338d7495c76d45',1,'clutchlog']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,15 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['high_2dlevel_20api_20macros_48',['High-level API macros',['../group___use_macros.html',1,'']]]
|
['fg_52',['fg',['../group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0',1,'clutchlog::fmt']]],
|
||||||
|
['fg_5f16m_53',['fg_16M',['../structclutchlog_1_1fmt_1_1fg__16_m.html',1,'clutchlog::fmt::fg_16M'],['../structclutchlog_1_1fmt_1_1fg__16_m.html#a984525f33eb86b7f8b3e5d0874611194',1,'clutchlog::fmt::fg_16M::fg_16M()'],['../structclutchlog_1_1fmt_1_1fg__16_m.html#a531b717b8d78a0a5929fa90d0a01d7e5',1,'clutchlog::fmt::fg_16M::fg_16M(short r, short g, short b)'],['../structclutchlog_1_1fmt_1_1fg__16_m.html#abc768d6b7c2139c14f210755108006d3',1,'clutchlog::fmt::fg_16M::fg_16M(const std::string &srgb)'],['../structclutchlog_1_1fmt_1_1fg__16_m.html#a9da40a4a7ff3b80f028f26322f59eba8',1,'clutchlog::fmt::fg_16M::fg_16M(const fg &)']]],
|
||||||
|
['fg_5f256_54',['fg_256',['../structclutchlog_1_1fmt_1_1fg__256.html',1,'clutchlog::fmt::fg_256'],['../structclutchlog_1_1fmt_1_1fg__256.html#a97c241e9f80c63d269953cc525a72c7a',1,'clutchlog::fmt::fg_256::fg_256()'],['../structclutchlog_1_1fmt_1_1fg__256.html#a6df3d848db0e55c79709fb4565cbfd59',1,'clutchlog::fmt::fg_256::fg_256(const short f)'],['../structclutchlog_1_1fmt_1_1fg__256.html#a501fff36520f20ba4973ba3848fb9c23',1,'clutchlog::fmt::fg_256::fg_256(const fg &)']]],
|
||||||
|
['file_55',['file',['../classclutchlog.html#a10064493c22f5c03b502a42d814c5c5c',1,'clutchlog']]],
|
||||||
|
['fmt_56',['fmt',['../classclutchlog_1_1fmt.html',1,'clutchlog::fmt'],['../classclutchlog_1_1fmt.html#a407506bc02ed3f91d88b3df630e54959',1,'clutchlog::fmt::fmt()']]],
|
||||||
|
['fore_57',['fore',['../group__colors16.html#ga8307a848fcf9ed929435b3e1f2b53401',1,'clutchlog::fmt']]],
|
||||||
|
['fore_5f16m_58',['fore_16M',['../group__colors256__16_m.html#ga626c99eb11d1718d7a2a8bb3f079e6de',1,'clutchlog::fmt']]],
|
||||||
|
['fore_5f256_59',['fore_256',['../group__colors256__16_m.html#gad98fbe84ef338ded8425d56955825a2c',1,'clutchlog::fmt']]],
|
||||||
|
['format_60',['format',['../classclutchlog.html#a656c277e074b64728cca871f2b484d1c',1,'clutchlog::format(const std::string &format)'],['../classclutchlog.html#afc53dbca51d0e2322a21899d0c571a80',1,'clutchlog::format() const'],['../classclutchlog.html#abd692cca9a2e772e7c9d6531bb3c7761',1,'clutchlog::format(std::string row, const std::string &what, const level &stage, const std::string &file, const std::string &func, const size_t line) const']]],
|
||||||
|
['format_5fcomment_61',['format_comment',['../classclutchlog.html#a2144abe4ec6f630126b6490908b5f924',1,'clutchlog::format_comment(const std::string &format)'],['../classclutchlog.html#aa8d0a569ed3623ce36c5e567ec2d1ad5',1,'clutchlog::format_comment() const']]],
|
||||||
|
['formating_20tools_62',['Formating tools',['../group___formating.html',1,'']]],
|
||||||
|
['func_63',['func',['../classclutchlog.html#ad32b5a0274dc03ee0004f67ba58b2447',1,'clutchlog']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['level_49',['level',['../classclutchlog.html#a10fd25a1b51c8c95bd6d876ce1b4b928',1,'clutchlog']]],
|
['ground_64',['ground',['../structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0',1,'clutchlog::fmt::color']]]
|
||||||
['level_5fof_50',['level_of',['../classclutchlog.html#acebed8c9df9204f22bf8488e62e1cedd',1,'clutchlog']]],
|
|
||||||
['levels_51',['levels',['../classclutchlog.html#aff3aa09fb60f7d6dc688c028d3834d8a',1,'clutchlog']]],
|
|
||||||
['line_52',['line',['../classclutchlog.html#aa26c6b81ebaeb9e9daa3457e3a3d17c9',1,'clutchlog']]],
|
|
||||||
['locate_53',['locate',['../classclutchlog.html#a4ebdfcded6c56262676bf6926d63fc96',1,'clutchlog']]],
|
|
||||||
['location_54',['location',['../classclutchlog.html#a6666106b9e5c239b6ae5e0d1091648e3',1,'clutchlog']]],
|
|
||||||
['log_55',['log',['../classclutchlog.html#a23dbb98f0d3c5cc21c232cde16cf317a',1,'clutchlog']]],
|
|
||||||
['logger_56',['logger',['../classclutchlog.html#acfaceb77da01503b432644a3efaee4fa',1,'clutchlog']]]
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['main_20class_57',['Main class',['../group___main.html',1,'']]],
|
['high_2dlevel_20api_20macros_65',['High-level API macros',['../group___use_macros.html',1,'']]]
|
||||||
['matches_58',['matches',['../structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9',1,'clutchlog::scope_t']]]
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['operator_28_29_59',['operator()',['../classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c',1,'clutchlog::fmt']]],
|
['internal_20colors_20management_20in_20256_20and_2016m_20colors_20modes_2e_66',['Internal colors management in 256 and 16M colors modes.',['../group__colors256__16_m.html',1,'']]],
|
||||||
['operator_3c_3c_60',['operator<<',['../classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da',1,'clutchlog::fmt']]],
|
['index_67',['index',['../structclutchlog_1_1fmt_1_1color__256.html#a8e0b13d6bad87c83c3465524a5d33988',1,'clutchlog::fmt::color_256']]],
|
||||||
['out_61',['out',['../classclutchlog.html#a7fd7c7bd3668c537061c314a619a336d',1,'clutchlog::out(std::ostream &out)'],['../classclutchlog.html#a6c6ab42a1df147e6c2d115bc36ec8266',1,'clutchlog::out()']]]
|
['is_5fset_68',['is_set',['../structclutchlog_1_1fmt_1_1color.html#a96d7161ef1e7cc631ae670cd3f364603',1,'clutchlog::fmt::color::is_set()'],['../structclutchlog_1_1fmt_1_1color__256.html#ad79557682cec1c053dda258581972111',1,'clutchlog::fmt::color_256::is_set()'],['../structclutchlog_1_1fmt_1_1color__16_m.html#a780c11e42bb140732ffd37cf4eef9e1d',1,'clutchlog::fmt::color_16M::is_set()']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,11 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['print_5fon_62',['print_on',['../classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0',1,'clutchlog::fmt']]]
|
['level_69',['level',['../classclutchlog.html#a10fd25a1b51c8c95bd6d876ce1b4b928',1,'clutchlog']]],
|
||||||
|
['level_5fof_70',['level_of',['../classclutchlog.html#acebed8c9df9204f22bf8488e62e1cedd',1,'clutchlog']]],
|
||||||
|
['levels_71',['levels',['../classclutchlog.html#aff3aa09fb60f7d6dc688c028d3834d8a',1,'clutchlog']]],
|
||||||
|
['line_72',['line',['../classclutchlog.html#aa26c6b81ebaeb9e9daa3457e3a3d17c9',1,'clutchlog']]],
|
||||||
|
['locate_73',['locate',['../classclutchlog.html#a4ebdfcded6c56262676bf6926d63fc96',1,'clutchlog']]],
|
||||||
|
['location_74',['location',['../classclutchlog.html#a6666106b9e5c239b6ae5e0d1091648e3',1,'clutchlog']]],
|
||||||
|
['log_75',['log',['../classclutchlog.html#a23dbb98f0d3c5cc21c232cde16cf317a',1,'clutchlog']]],
|
||||||
|
['logger_76',['logger',['../classclutchlog.html#acfaceb77da01503b432644a3efaee4fa',1,'clutchlog']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['replace_63',['replace',['../classclutchlog.html#a972f895c70edc335f3018a2c8971d59e',1,'clutchlog::replace(const std::string &form, const std::string &mark, const std::string &tag) const'],['../classclutchlog.html#ae90d5a1a428587ad67b38b2ea4ca9fa2',1,'clutchlog::replace(const std::string &form, const std::string &mark, const size_t tag) const']]]
|
['main_20class_77',['Main class',['../group___main.html',1,'']]],
|
||||||
|
['matches_78',['matches',['../structclutchlog_1_1scope__t.html#ae6c0e4ed20db797124ed1e5faa033ad9',1,'clutchlog::scope_t']]],
|
||||||
|
['mode_79',['mode',['../classclutchlog_1_1fmt.html#a0aa57cdd56ccc79c7750921ab534b205',1,'clutchlog::fmt']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['scope_5ft_64',['scope_t',['../structclutchlog_1_1scope__t.html',1,'clutchlog::scope_t'],['../structclutchlog_1_1scope__t.html#a0f1d865ffcf17f215e5559cdd2690572',1,'clutchlog::scope_t::scope_t()']]],
|
['operator_28_29_80',['operator()',['../classclutchlog_1_1fmt.html#afeaedd18298498d1dcfcc15f5f17ac3c',1,'clutchlog::fmt']]],
|
||||||
['stage_65',['stage',['../structclutchlog_1_1scope__t.html#adcca6846ff90d436c61861db85917744',1,'clutchlog::scope_t']]],
|
['operator_3c_3c_81',['operator<<',['../group__colors16.html#ga5a697f5ad3326ea25b139e25252b4cf7',1,'clutchlog::fmt::operator<<()'],['../group__colors16.html#ga379b0af834c7c561edc5c1e3a3427a33',1,'clutchlog::fmt::operator<<()'],['../structclutchlog_1_1fmt_1_1color.html#a826e3d3eba925608442439d6bc3a95a6',1,'clutchlog::fmt::color::operator<<()'],['../classclutchlog_1_1fmt.html#a96849ba427feac3a2eeaa1165e3845da',1,'clutchlog::fmt::operator<<()']]],
|
||||||
['str_66',['str',['../classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b',1,'clutchlog::fmt']]],
|
['out_82',['out',['../classclutchlog.html#a7fd7c7bd3668c537061c314a619a336d',1,'clutchlog::out(std::ostream &out)'],['../classclutchlog.html#a6c6ab42a1df147e6c2d115bc36ec8266',1,'clutchlog::out()']]]
|
||||||
['style_67',['style',['../classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b',1,'clutchlog::fmt::style()'],['../classclutchlog.html#ac3ec55057b9c734b66f169bf43dbd591',1,'clutchlog::style(level stage, FMT... styles)'],['../classclutchlog.html#ad1cfa9945c3f7f98fe8ce724c627d0d6',1,'clutchlog::style(level stage, fmt style)'],['../classclutchlog.html#a4831f44fd5ade102e57320632095934d',1,'clutchlog::style(level stage) const']]]
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['there_68',['there',['../structclutchlog_1_1scope__t.html#a7918e55cd3bac1bd30c69b8c711387ff',1,'clutchlog::scope_t']]],
|
['print_5fon_83',['print_on',['../structclutchlog_1_1fmt_1_1color.html#aa75e958436afe333924b6db3e5f0821f',1,'clutchlog::fmt::color::print_on()'],['../structclutchlog_1_1fmt_1_1color__256.html#aaae6106a11eddade981172324a43df68',1,'clutchlog::fmt::color_256::print_on()'],['../structclutchlog_1_1fmt_1_1color__16_m.html#a674910195e7bb14d78f0cf56c308a47e',1,'clutchlog::fmt::color_16M::print_on()'],['../classclutchlog_1_1fmt.html#a0b607e343b6813b99eafca1fdfec9cd0',1,'clutchlog::fmt::print_on()']]]
|
||||||
['threshold_69',['threshold',['../classclutchlog.html#a3cb0e4f43a4cadf1966001ad7c9861f4',1,'clutchlog::threshold(level l)'],['../classclutchlog.html#a7a7738eaad114bfa870121412fe23ad9',1,'clutchlog::threshold(const std::string &l)'],['../classclutchlog.html#ab45287cc9c14217904a13aff49573732',1,'clutchlog::threshold() const']]],
|
|
||||||
['typo_70',['typo',['../classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89',1,'clutchlog::fmt']]]
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['with_5fclutchlog_71',['WITH_CLUTCHLOG',['../clutchlog_8h.html#a5c126962abcc7a40e504a6fc3abdfcc4',1,'clutchlog.h']]]
|
['red_84',['red',['../structclutchlog_1_1fmt_1_1color__16_m.html#a19e1517a9afb75a4e6224f718ed11c61',1,'clutchlog::fmt::color_16M']]],
|
||||||
|
['replace_85',['replace',['../classclutchlog.html#a972f895c70edc335f3018a2c8971d59e',1,'clutchlog::replace(const std::string &form, const std::string &mark, const std::string &tag) const'],['../classclutchlog.html#ae90d5a1a428587ad67b38b2ea4ca9fa2',1,'clutchlog::replace(const std::string &form, const std::string &mark, const size_t tag) const']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
30
docs/search/all_e.html
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_e.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
createResults();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
7
docs/search/all_e.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['scope_5ft_86',['scope_t',['../structclutchlog_1_1scope__t.html',1,'clutchlog::scope_t'],['../structclutchlog_1_1scope__t.html#a0f1d865ffcf17f215e5559cdd2690572',1,'clutchlog::scope_t::scope_t()']]],
|
||||||
|
['stage_87',['stage',['../structclutchlog_1_1scope__t.html#adcca6846ff90d436c61861db85917744',1,'clutchlog::scope_t']]],
|
||||||
|
['str_88',['str',['../classclutchlog_1_1fmt.html#ab588e04e982b0b26ec979773d51ad41b',1,'clutchlog::fmt']]],
|
||||||
|
['style_89',['style',['../classclutchlog_1_1fmt.html#a2bb0fde65fcd264393e102314dd1610b',1,'clutchlog::fmt::style()'],['../classclutchlog.html#ac3ec55057b9c734b66f169bf43dbd591',1,'clutchlog::style(level stage, FMT... styles)'],['../classclutchlog.html#ad1cfa9945c3f7f98fe8ce724c627d0d6',1,'clutchlog::style(level stage, fmt style)'],['../classclutchlog.html#a4831f44fd5ade102e57320632095934d',1,'clutchlog::style(level stage) const']]]
|
||||||
|
];
|
||||||
30
docs/search/all_f.html
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_f.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
createResults();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
7
docs/search/all_f.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['there_90',['there',['../structclutchlog_1_1scope__t.html#a7918e55cd3bac1bd30c69b8c711387ff',1,'clutchlog::scope_t']]],
|
||||||
|
['threshold_91',['threshold',['../classclutchlog.html#a3cb0e4f43a4cadf1966001ad7c9861f4',1,'clutchlog::threshold(level l)'],['../classclutchlog.html#a7a7738eaad114bfa870121412fe23ad9',1,'clutchlog::threshold(const std::string &l)'],['../classclutchlog.html#ab45287cc9c14217904a13aff49573732',1,'clutchlog::threshold() const']]],
|
||||||
|
['type_92',['type',['../structclutchlog_1_1fmt_1_1color.html#a3fd18c290567bd5c4971663a1aed12ae',1,'clutchlog::fmt::color']]],
|
||||||
|
['typo_93',['typo',['../classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89',1,'clutchlog::fmt']]]
|
||||||
|
];
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['clutchlog_72',['clutchlog',['../classclutchlog.html',1,'']]]
|
['bg_5f16m_95',['bg_16M',['../structclutchlog_1_1fmt_1_1bg__16_m.html',1,'clutchlog::fmt']]],
|
||||||
|
['bg_5f256_96',['bg_256',['../structclutchlog_1_1fmt_1_1bg__256.html',1,'clutchlog::fmt']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['fmt_73',['fmt',['../classclutchlog_1_1fmt.html',1,'clutchlog']]]
|
['clutchlog_97',['clutchlog',['../classclutchlog.html',1,'']]],
|
||||||
|
['color_98',['color',['../structclutchlog_1_1fmt_1_1color.html',1,'clutchlog::fmt']]],
|
||||||
|
['color_5f16m_99',['color_16M',['../structclutchlog_1_1fmt_1_1color__16_m.html',1,'clutchlog::fmt']]],
|
||||||
|
['color_5f256_100',['color_256',['../structclutchlog_1_1fmt_1_1color__256.html',1,'clutchlog::fmt']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['scope_5ft_74',['scope_t',['../structclutchlog_1_1scope__t.html',1,'clutchlog']]]
|
['fg_5f16m_101',['fg_16M',['../structclutchlog_1_1fmt_1_1fg__16_m.html',1,'clutchlog::fmt']]],
|
||||||
|
['fg_5f256_102',['fg_256',['../structclutchlog_1_1fmt_1_1fg__256.html',1,'clutchlog::fmt']]],
|
||||||
|
['fmt_103',['fmt',['../classclutchlog_1_1fmt.html',1,'clutchlog']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
30
docs/search/classes_3.html
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="classes_3.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
createResults();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
4
docs/search/classes_3.js
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['scope_5ft_104',['scope_t',['../structclutchlog_1_1scope__t.html',1,'clutchlog']]]
|
||||||
|
];
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['clutchlog_5fh_127',['CLUTCHLOG_H',['../clutchlog_8h.html#a0acf7d306292cdee864356f0b433cc16',1,'clutchlog.h']]],
|
['clutchlog_5fh_178',['CLUTCHLOG_H',['../clutchlog_8h.html#a0acf7d306292cdee864356f0b433cc16',1,'clutchlog.h']]],
|
||||||
['clutchlog_5fhave_5funix_5fsysinfo_128',['CLUTCHLOG_HAVE_UNIX_SYSINFO',['../clutchlog_8h.html#a6bbcf13504687db4dbe0474931d867fb',1,'clutchlog.h']]],
|
['clutchlog_5fhave_5funix_5fsysinfo_179',['CLUTCHLOG_HAVE_UNIX_SYSINFO',['../clutchlog_8h.html#a6bbcf13504687db4dbe0474931d867fb',1,'clutchlog.h']]],
|
||||||
['clutchlog_5fhave_5funix_5fsysioctl_129',['CLUTCHLOG_HAVE_UNIX_SYSIOCTL',['../clutchlog_8h.html#a6bddd1e1be320823da0d6b1d5cef7817',1,'clutchlog.h']]]
|
['clutchlog_5fhave_5funix_5fsysioctl_180',['CLUTCHLOG_HAVE_UNIX_SYSIOCTL',['../clutchlog_8h.html#a6bddd1e1be320823da0d6b1d5cef7817',1,'clutchlog.h']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['with_5fclutchlog_130',['WITH_CLUTCHLOG',['../clutchlog_8h.html#a5c126962abcc7a40e504a6fc3abdfcc4',1,'clutchlog.h']]]
|
['with_5fclutchlog_181',['WITH_CLUTCHLOG',['../clutchlog_8h.html#a5c126962abcc7a40e504a6fc3abdfcc4',1,'clutchlog.h']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['bg_122',['bg',['../classclutchlog_1_1fmt.html#a1cf3e27e4041250ffea0a6d58010da1e',1,'clutchlog::fmt']]]
|
['ansi_168',['ansi',['../classclutchlog_1_1fmt.html#a4d0b3c87ba935addf3581b000c0d7502',1,'clutchlog::fmt']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['fg_123',['fg',['../classclutchlog_1_1fmt.html#a4662a3ec3577c6a575a2c734636ed8a0',1,'clutchlog::fmt']]]
|
['bg_169',['bg',['../group__colors16.html#ga1cf3e27e4041250ffea0a6d58010da1e',1,'clutchlog::fmt']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['level_124',['level',['../classclutchlog.html#a10fd25a1b51c8c95bd6d876ce1b4b928',1,'clutchlog']]]
|
['fg_170',['fg',['../group__colors16.html#ga4662a3ec3577c6a575a2c734636ed8a0',1,'clutchlog::fmt']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
var searchData=
|
var searchData=
|
||||||
[
|
[
|
||||||
['typo_125',['typo',['../classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89',1,'clutchlog::fmt']]]
|
['ground_171',['ground',['../structclutchlog_1_1fmt_1_1color.html#ad4d10c015b3af3cc10d1cf40fe38e4f0',1,'clutchlog::fmt::color']]]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
30
docs/search/enums_4.html
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="enums_4.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
createResults();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
4
docs/search/enums_4.js
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['level_172',['level',['../classclutchlog.html#a10fd25a1b51c8c95bd6d876ce1b4b928',1,'clutchlog']]]
|
||||||
|
];
|
||||||
30
docs/search/enums_5.html
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="enums_5.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
createResults();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
4
docs/search/enums_5.js
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['typo_173',['typo',['../classclutchlog_1_1fmt.html#a932f47b78fb7b10590d5613a1c4eab89',1,'clutchlog::fmt']]]
|
||||||
|
];
|
||||||
30
docs/search/enumvalues_0.html
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="enumvalues_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
createResults();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
/* @license-end */
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||