diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-03-21 19:08:13 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-03-21 19:08:54 +0300 |
commit | 2fca50e53286d31d28679565336139b337bc608c (patch) | |
tree | f2407af7ea6442a297330a5ba39a3dc91443fed0 /docs/namespace_file_tools.html | |
parent | b3f888804a5415bc8679e3cf7d1e98863c713a71 (diff) |
Docs
Diffstat (limited to 'docs/namespace_file_tools.html')
-rw-r--r-- | docs/namespace_file_tools.html | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/docs/namespace_file_tools.html b/docs/namespace_file_tools.html index 673dd5a..dbcbdba 100644 --- a/docs/namespace_file_tools.html +++ b/docs/namespace_file_tools.html @@ -90,6 +90,8 @@ $(document).ready(function(){initNavTree('namespace_file_tools.html','');}); Functions</h2></td></tr> <tr class="memitem:aeec0058e5af745983a1ef3e0f678348a"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_file_tools.html#aeec0058e5af745983a1ef3e0f678348a">read</a> (const std::string &filePath)</td></tr> <tr class="separator:aeec0058e5af745983a1ef3e0f678348a"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a66bf0f3f36ad4f4fc1dcdf577c95cb92"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_file_tools.html#a66bf0f3f36ad4f4fc1dcdf577c95cb92">write</a> (const std::string &content, const std::string &filePath)</td></tr> +<tr class="separator:a66bf0f3f36ad4f4fc1dcdf577c95cb92"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a id="aeec0058e5af745983a1ef3e0f678348a"></a> @@ -117,13 +119,48 @@ Functions</h2></td></tr> </div> </div> +<a id="a66bf0f3f36ad4f4fc1dcdf577c95cb92"></a> +<h2 class="memtitle"><span class="permalink"><a href="#a66bf0f3f36ad4f4fc1dcdf577c95cb92">◆ </a></span>write()</h2> + +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">bool FileTools::write </td> + <td>(</td> + <td class="paramtype">const std::string & </td> + <td class="paramname"><em>content</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype">const std::string & </td> + <td class="paramname"><em>filePath</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> +<p>Save file to disk. </p><dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramname">filePath</td><td>Path to a file </td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>bool success </dd></dl> + +</div> +</div> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespace_file_tools.html">FileTools</a></li> - <li class="footer">Generated on Thu Jan 26 2017 14:29:53 for tgbot-cpp by + <li class="footer">Generated on Tue Mar 21 2017 19:07:24 for tgbot-cpp by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> |