This repository has been archived on 2020-05-16. You can view files and clone it, but cannot push or open issues or pull requests.
xdgcfg/docs/xdgcfg_8hpp_source.html

90 lines
13 KiB
HTML
Raw Normal View History

2018-08-10 02:50:42 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
2019-08-02 13:33:50 +02:00
<title>xdgcfg: include/xdgcfg.hpp Source File</title>
2018-08-10 02:50:42 +02:00
<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>
2019-08-02 13:33:50 +02:00
<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>
2018-08-10 02:50:42 +02:00
<link href="doxygen.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="projectalign" style="padding-left: 0.5em;">
<div id="projectname">xdgcfg
2019-08-02 13:33:50 +02:00
&#160;<span id="projectnumber">0.4.1</span>
2018-08-10 02:50:42 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
2019-08-02 13:33:50 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
2018-08-10 02:50:42 +02:00
<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&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
2019-08-02 13:33:50 +02:00
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
2018-08-10 02:50:42 +02:00
});
/* @license-end */</script>
<div id="main-nav"></div>
2019-08-02 13:33:50 +02:00
<!-- 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>
2018-08-10 02:50:42 +02:00
<div id="nav-path" class="navpath">
<ul>
2019-08-02 13:33:50 +02:00
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
2018-08-10 02:50:42 +02:00
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">xdgcfg.hpp</div> </div>
</div><!--header-->
<div class="contents">
2019-08-02 13:33:50 +02:00
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/* Public Domain / CC-0</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * Author: tastytea &lt;tastytea@tastytea.de&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#ifndef XDGCFG_HPP</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#define XDGCFG_HPP</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#if __cplusplus &gt;= 201703L</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor"> #include &lt;filesystem&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor"> #include &lt;experimental/filesystem&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &lt;cstdint&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;libconfig.h++&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#if __cplusplus &gt;= 201703L</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keyword">namespace </span>fs = std::filesystem;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keyword">namespace </span>fs = std::experimental::filesystem;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="keyword">using</span> std::string;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="keyword">using</span> std::uint_fast8_t;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">using</span> std::cerr;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">using</span> std::endl;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="classxdgcfg.html"> 28</a></span>&#160;<span class="keyword">class </span><a class="code" href="classxdgcfg.html">xdgcfg</a></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">public</span>:</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keyword">explicit</span> <a
<div class="ttc" id="classxdgcfg_html_ab6fc4f07be696a779d26317a5a7a8b54"><div class="ttname"><a href="classxdgcfg.html#ab6fc4f07be696a779d26317a5a7a8b54">xdgcfg::xdgcfg</a></div><div class="ttdeci">xdgcfg(const string &amp;filename, const string &amp;subdir=&quot;&quot;)</div><div class="ttdoc">Checks if subdir is present, creates it if necessary. </div><div class="ttdef"><b>Definition:</b> xdgcfg.cpp:8</div></div>
<div class="ttc" id="classxdgcfg_html_ac07980ed9c75aded9db7d9a56e9e7dbf"><div class="ttname"><a href="classxdgcfg.html#ac07980ed9c75aded9db7d9a56e9e7dbf">xdgcfg::get_cfg</a></div><div class="ttdeci">libconfig::Config &amp; get_cfg()</div><div class="ttdoc">Returns a reference to the config as libconfig::Config. </div><div class="ttdef"><b>Definition:</b> xdgcfg.cpp:75</div></div>
<div class="ttc" id="classxdgcfg_html_a982f773bb644c465bed6144dca44c98f"><div class="ttname"><a href="classxdgcfg.html#a982f773bb644c465bed6144dca44c98f">xdgcfg::set_verbose</a></div><div class="ttdeci">void set_verbose(bool verbose)</div><div class="ttdoc">Sets verbosity. </div><div class="ttdef"><b>Definition:</b> xdgcfg.cpp:85</div></div>
<div class="ttc" id="classxdgcfg_html_a27f788427081434a6bcbd6724a93e3d1"><div class="ttname"><a href="classxdgcfg.html#a27f788427081434a6bcbd6724a93e3d1">xdgcfg::get_filepath</a></div><div class="ttdeci">const fs::path get_filepath() const</div><div class="ttdoc">Returns the complete filepath. </div><div class="ttdef"><b>Definition:</b> xdgcfg.cpp:80</div></div>
<div class="ttc" id="classxdgcfg_html_a60584df7badfddce574df3cc1b9fce85"><div class="ttname"><a href="classxdgcfg.html#a60584df7badfddce574df3cc1b9fce85">xdgcfg::read</a></div><div class="ttdeci">uint_fast8_t read()</div><div class="ttdoc">Read the file. </div><div class="ttdef"><b>Definition:</b> xdgcfg.cpp:28</div></div>
<div class="ttc" id="classxdgcfg_html_aa1c726d62d1194036a19bd2b7e79f531"><div class="ttname"><a href="classxdgcfg.html#aa1c726d62d1194036a19bd2b7e79f531">xdgcfg::get_verbose</a></div><div class="ttdeci">bool get_verbose() const</div><div class="ttdoc">Returns verbosity. </div><div class="ttdef"><b>Definition:</b> xdgcfg.cpp:90</div></div>
<div class="ttc" id="classxdgcfg_html_addb7dd29dc725fef54820aab38b42e30"><div class="ttname"><a href="classxdgcfg.html#addb7dd29dc725fef54820aab38b42e30">xdgcfg::write</a></div><div class="ttdeci">bool write()</div><div class="ttdoc">Write the file. </div><div class="ttdef"><b>Definition:</b> xdgcfg.cpp:56</div></div>
2018-08-10 02:50:42 +02:00
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>