mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +00:00
deploy: 9d89d4c188
This commit is contained in:
@@ -93,10 +93,10 @@ $(function() {
|
||||
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab2a02635f3d304617a7b59a60d13cc3b"> 25</a></span> <a class="code" href="namespaceripple.html#ab2a02635f3d304617a7b59a60d13cc3b">getFileContents</a>(</div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="namespaceripple.html#abee5b68c53e8284c704e2ea8986cc922"> 25</a></span> <a class="code" href="namespaceripple.html#abee5b68c53e8284c704e2ea8986cc922">getFileContents</a>(</div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  boost::system::error_code& ec,</div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  boost::filesystem::path <span class="keyword">const</span>& sourcePath,</div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  boost::optional<std::size_t> maxSize)</div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::size_t></a> maxSize)</div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> {</div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keyword">using namespace </span>boost::filesystem;</div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keyword">using namespace </span>boost::system::errc;</div>
|
||||
@@ -161,11 +161,12 @@ $(function() {
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> } <span class="comment">// namespace ripple</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<div class="ttc" id="anamespaceripple_html_abee5b68c53e8284c704e2ea8986cc922"><div class="ttname"><a href="namespaceripple.html#abee5b68c53e8284c704e2ea8986cc922">ripple::getFileContents</a></div><div class="ttdeci">std::string getFileContents(boost::system::error_code &ec, boost::filesystem::path const &sourcePath, std::optional< std::size_t > maxSize=std::nullopt)</div><div class="ttdef"><b>Definition:</b> <a href="FileUtilities_8cpp_source.html#l00025">FileUtilities.cpp:25</a></div></div>
|
||||
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae18870f8d8eaa17b582f609cc486aa04"><div class="ttname"><a href="namespaceripple.html#ae18870f8d8eaa17b582f609cc486aa04">ripple::writeFileContents</a></div><div class="ttdeci">void writeFileContents(boost::system::error_code &ec, boost::filesystem::path const &destPath, std::string const &contents)</div><div class="ttdef"><b>Definition:</b> <a href="FileUtilities_8cpp_source.html#l00066">FileUtilities.cpp:66</a></div></div>
|
||||
<div class="ttc" id="aistreambuf_iterator_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/iterator/istreambuf_iterator.html">std::istreambuf_iterator</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ab2a02635f3d304617a7b59a60d13cc3b"><div class="ttname"><a href="namespaceripple.html#ab2a02635f3d304617a7b59a60d13cc3b">ripple::getFileContents</a></div><div class="ttdeci">std::string getFileContents(boost::system::error_code &ec, boost::filesystem::path const &sourcePath, boost::optional< std::size_t > maxSize=boost::none)</div><div class="ttdef"><b>Definition:</b> <a href="FileUtilities_8cpp_source.html#l00025">FileUtilities.cpp:25</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
|
||||
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional< std::size_t ></a></div></div>
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||
|
||||
Reference in New Issue
Block a user