Skip to content

Commit

Permalink
generated docs for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graph committed Aug 3, 2020
1 parent fa4960b commit e1cae5e
Show file tree
Hide file tree
Showing 141 changed files with 828 additions and 742 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ All tests pass on linux & mac. Most pass under mingw & MSVC.
# Changelog
# 0.4.0 coming soon
# 0.4.0
- `CTRL_BREAK_EVENT` is sent for SIGTERM & terminate() functions on windows.
- fixed invalid handles when launching a python script that then launches new
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists_8txt.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">subprocess
&#160;<span id="projectnumber">0.2.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Modern subprocess library for c++</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/CowData_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">subprocess
&#160;<span id="projectnumber">0.2.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Modern subprocess library for c++</div>
</td>
Expand Down
11 changes: 6 additions & 5 deletions docs/CowData_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">subprocess
&#160;<span id="projectnumber">0.2.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Modern subprocess library for c++</div>
</td>
Expand Down Expand Up @@ -89,22 +89,23 @@
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; <span class="keyword">typedef</span> uint8_t byte;</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keywordtype">void</span> reserve(ssize_t size);</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keywordtype">void</span> reserve(<a class="code" href="namespacesubprocess.html#a7b1339acd8c78c245b684e6db4f28a0d">ssize_t</a> size);</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keywordtype">byte</span>* mData = <span class="keyword">nullptr</span>;</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; ssize_t mSize = 0;</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; ssize_t mCapacity = 0;</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <a class="code" href="namespacesubprocess.html#a7b1339acd8c78c245b684e6db4f28a0d">ssize_t</a> mSize = 0;</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <a class="code" href="namespacesubprocess.html#a7b1339acd8c78c245b684e6db4f28a0d">ssize_t</a> mCapacity = 0;</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; };</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="keyword">class </span>CowData {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <span class="keyword">typedef</span> uint8_t data_type;</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <span class="keywordtype">void</span> reserve(ssize_t size) { mData.resize(size); }</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <span class="keywordtype">void</span> reserve(<a class="code" href="namespacesubprocess.html#a7b1339acd8c78c245b684e6db4f28a0d">ssize_t</a> size) { mData.resize(size); }</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; std::shared_ptr&lt;std::string&gt; mData;</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; };</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;}</div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="anamespacesubprocess_html_a7b1339acd8c78c245b684e6db4f28a0d"><div class="ttname"><a href="namespacesubprocess.html#a7b1339acd8c78c245b684e6db4f28a0d">subprocess::ssize_t</a></div><div class="ttdeci">intptr_t ssize_t</div><div class="ttdef"><b>Definition:</b> basic_types.hpp:21</div></div>
<div class="ttc" id="anamespacesubprocess_html"><div class="ttname"><a href="namespacesubprocess.html">subprocess</a></div><div class="ttdef"><b>Definition:</b> basic_types.hpp:19</div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Expand Down
2 changes: 1 addition & 1 deletion docs/PipeVar_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">subprocess
&#160;<span id="projectnumber">0.2.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Modern subprocess library for c++</div>
</td>
Expand Down
6 changes: 3 additions & 3 deletions docs/PipeVar_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">subprocess
&#160;<span id="projectnumber">0.2.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Modern subprocess library for c++</div>
</td>
Expand Down Expand Up @@ -108,8 +108,8 @@
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;}</div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="anamespacesubprocess_html_aa573822f190b62487cffe4f280a7dea5ab45cffe084dd3d20d928bee85e7b0f21"><div class="ttname"><a href="namespacesubprocess.html#aa573822f190b62487cffe4f280a7dea5ab45cffe084dd3d20d928bee85e7b0f21">subprocess::PipeVarIndex::string</a></div><div class="ttdeci">@ string</div></div>
<div class="ttc" id="anamespacesubprocess_html_a6956dd39174d68489539fb03c131c98b"><div class="ttname"><a href="namespacesubprocess.html#a6956dd39174d68489539fb03c131c98b">subprocess::PipeOption</a></div><div class="ttdeci">PipeOption</div><div class="ttdef"><b>Definition:</b> basic_types.hpp:87</div></div>
<div class="ttc" id="anamespacesubprocess_html_a605699c6f2fd5a85dbd9851b352ecafe"><div class="ttname"><a href="namespacesubprocess.html#a605699c6f2fd5a85dbd9851b352ecafe">subprocess::PipeHandle</a></div><div class="ttdeci">int PipeHandle</div><div class="ttdef"><b>Definition:</b> basic_types.hpp:61</div></div>
<div class="ttc" id="anamespacesubprocess_html_a6956dd39174d68489539fb03c131c98b"><div class="ttname"><a href="namespacesubprocess.html#a6956dd39174d68489539fb03c131c98b">subprocess::PipeOption</a></div><div class="ttdeci">PipeOption</div><div class="ttdef"><b>Definition:</b> basic_types.hpp:100</div></div>
<div class="ttc" id="anamespacesubprocess_html_a605699c6f2fd5a85dbd9851b352ecafe"><div class="ttname"><a href="namespacesubprocess.html#a605699c6f2fd5a85dbd9851b352ecafe">subprocess::PipeHandle</a></div><div class="ttdeci">int PipeHandle</div><div class="ttdef"><b>Definition:</b> basic_types.hpp:74</div></div>
<div class="ttc" id="anamespacesubprocess_html_a6956dd39174d68489539fb03c131c98ba20826a3cb51d6c7d9c219c7f4bf4e5c9"><div class="ttname"><a href="namespacesubprocess.html#a6956dd39174d68489539fb03c131c98ba20826a3cb51d6c7d9c219c7f4bf4e5c9">subprocess::PipeOption::pipe</a></div><div class="ttdeci">@ pipe</div><div class="ttdoc">Redirects to a new handle created for you.</div></div>
<div class="ttc" id="anamespacesubprocess_html_aa573822f190b62487cffe4f280a7dea5a28ddb00d829f83a7197c5c48a97a9e0d"><div class="ttname"><a href="namespacesubprocess.html#aa573822f190b62487cffe4f280a7dea5a28ddb00d829f83a7197c5c48a97a9e0d">subprocess::PipeVarIndex::ostream</a></div><div class="ttdeci">@ ostream</div></div>
<div class="ttc" id="anamespacesubprocess_html_aa573822f190b62487cffe4f280a7dea5ae1260894f59eeae98c8440899de4df8d"><div class="ttname"><a href="namespacesubprocess.html#aa573822f190b62487cffe4f280a7dea5ae1260894f59eeae98c8440899de4df8d">subprocess::PipeVarIndex::handle</a></div><div class="ttdeci">@ handle</div></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/ProcessBuilder_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">subprocess
&#160;<span id="projectnumber">0.2.0</span>
&#160;<span id="projectnumber">0.4.0</span>
</div>
<div id="projectbrief">Modern subprocess library for c++</div>
</td>
Expand Down
Loading

0 comments on commit e1cae5e

Please sign in to comment.