234 lines
13 KiB
HTML
234 lines
13 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<title>etk Library</title>
|
|
<link rel="stylesheet" href="base.css">
|
|
<link rel="stylesheet" href="menu.css">
|
|
</head>
|
|
<body>
|
|
<div class="navbar navbar-fixed-top">
|
|
<div class="container">
|
|
<h1><a href="index.html">etk library</a></h1>
|
|
<h4><a href="http://github.com/heeroyui/etk/"> [ sources ]</a></h4>
|
|
<h3>API:</h3> <div id="menu">
|
|
<ul class="niveau1">
|
|
<li class="sousmenu"><a href="namespace_etk.html">etk</a>
|
|
<ul class="niveau2">
|
|
<li><a href="namespace_etk__log.html">log</a>
|
|
</li>
|
|
<li><a href="namespace_etk__color.html">color</a>
|
|
</li>
|
|
<li><a href="namespace_etk__tool.html">tool</a>
|
|
</li>
|
|
<li><a href="namespace_etk__archive.html">archive</a>
|
|
</li>
|
|
<li><a href="namespace_etk__theme.html">theme</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="namespace_u32char.html">u32char</a>
|
|
</li>
|
|
<li><a href="namespace_utf8.html">utf8</a>
|
|
</li>
|
|
<li><a href="namespace_std.html">std</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<br/><h3>Associate libraries:</h3><div id="menu">
|
|
<ul class="niveau1"><li><a href="../ewol/index.html">ewol</a></li>
|
|
</ul><ul class="niveau1"><li><a href="../ejson/index.html">ejson</a></li>
|
|
</ul><ul class="niveau1"><li><a href="../egami/index.html">egami</a></li>
|
|
</ul><ul class="niveau1"><li><a href="../ege/index.html">ege</a></li>
|
|
</ul><ul class="niveau1"><li><a href="../esvg/index.html">esvg</a></li>
|
|
</ul><ul class="niveau1"><li><a href="../exml/index.html">exml</a></li>
|
|
</ul></div>
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
</div>
|
|
</div>
|
|
<div class="container" id="content">
|
|
<h1>class: etk::FSNodeRight</h1><hr/><h2>Description:</h2>
|
|
|
|
<br/><br/>
|
|
<h2>Constructor and Destructor:</h2>
|
|
<pre>
|
|
+ <a class="code-function" href="#7161">FSNodeRight</a> ();<br/>+ <a class="code-function" href="#7162">FSNodeRight</a> (<span class="code-type" >int16_t</span> <span class="code-argument">_newRight</span>);<br/>+ <a class="code-function" href="#7164">~FSNodeRight</a> ();<br/></pre>
|
|
<br/>
|
|
<h2>Synopsis:</h2>
|
|
<pre>
|
|
+ <span class="code-storage-keyword">const</span> <a class="code-type" href="class_etk__FSNodeRight.html">etk::FSNodeRight</a> & <a class="code-function" href="#7165">operator =</a> (<span class="code-storage-keyword">const</span> <a class="code-type" href="class_etk__FSNodeRight.html">etk::FSNodeRight</a> & <span class="code-argument">_obj</span>);<br/>+ <span class="code-storage-keyword">const</span> <a class="code-type" href="class_etk__FSNodeRight.html">etk::FSNodeRight</a> & <a class="code-function" href="#7167">operator =</a> (<span class="code-storage-keyword">const</span> <span class="code-type" >int32_t</span> <span class="code-argument">_newVal</span>);<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7169">clear</a> ();<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7170">isUserReadable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7171">isUserWritable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7172">isUserRunable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7173">setUserReadable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7175">setUserWritable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7177">setUserRunable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7179">isGroupReadable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7180">isGroupWritable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7181">isGroupRunable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7182">setGroupReadable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7184">setGroupWritable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7186">setGroupRunable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7188">isOtherReadable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7189">isOtherWritable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >bool</span> <a class="code-function" href="#7190">isOtherRunable</a> () <span class="code-storage-keyword">const</span>;<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7191">setOtherReadable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7193">setOtherWritable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <span class="code-type" >void</span> <a class="code-function" href="#7195">setOtherRunable</a> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/>+ <a class="code-type" href="http://www.cplusplus.com/reference/string/u32string/">std::u32string</a> <a class="code-function" href="#7197">getURight</a> () <span class="code-storage-keyword">const</span>;<br/>+ <a class="code-type" href="http://www.cplusplus.com/reference/string/string/">std::string</a> <a class="code-function" href="#7198">getRight</a> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
<br/>
|
|
<h2>Detail:</h2>
|
|
<a id="7161"/><a id="7162"/><h3>FSNodeRight</h3><pre>
|
|
+ <span class="code-function">FSNodeRight</span> ();<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7164"/><h3>FSNodeRight</h3><pre>
|
|
+ <span class="code-function">FSNodeRight</span> (<span class="code-type" >int16_t</span> <span class="code-argument">_newRight</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7165"/><h3>~FSNodeRight</h3><pre>
|
|
+ <span class="code-function">~FSNodeRight</span> ();<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7167"/><h3>operator =</h3><pre>
|
|
+ <span class="code-storage-keyword">const</span> <a class="code-type" href="class_etk__FSNodeRight.html">etk::FSNodeRight</a> & <span class="code-function">operator =</span> (<span class="code-storage-keyword">const</span> <a class="code-type" href="class_etk__FSNodeRight.html">etk::FSNodeRight</a> & <span class="code-argument">_obj</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7169"/><h3>operator =</h3><pre>
|
|
+ <span class="code-storage-keyword">const</span> <a class="code-type" href="class_etk__FSNodeRight.html">etk::FSNodeRight</a> & <span class="code-function">operator =</span> (<span class="code-storage-keyword">const</span> <span class="code-type" >int32_t</span> <span class="code-argument">_newVal</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7170"/><h3>clear</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">clear</span> ();<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7171"/><h3>isUserReadable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isUserReadable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7172"/><h3>isUserWritable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isUserWritable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7173"/><h3>isUserRunable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isUserRunable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7175"/><h3>setUserReadable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setUserReadable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7177"/><h3>setUserWritable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setUserWritable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7179"/><h3>setUserRunable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setUserRunable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7180"/><h3>isGroupReadable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isGroupReadable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7181"/><h3>isGroupWritable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isGroupWritable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7182"/><h3>isGroupRunable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isGroupRunable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7184"/><h3>setGroupReadable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setGroupReadable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7186"/><h3>setGroupWritable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setGroupWritable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7188"/><h3>setGroupRunable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setGroupRunable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7189"/><h3>isOtherReadable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isOtherReadable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7190"/><h3>isOtherWritable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isOtherWritable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7191"/><h3>isOtherRunable</h3><pre>
|
|
+ <span class="code-type" >bool</span> <span class="code-function">isOtherRunable</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7193"/><h3>setOtherReadable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setOtherReadable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7195"/><h3>setOtherWritable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setOtherWritable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7197"/><h3>setOtherRunable</h3><pre>
|
|
+ <span class="code-type" >void</span> <span class="code-function">setOtherRunable</span> (<span class="code-type" >bool</span> <span class="code-argument">_newStatus</span>);<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<a id="7198"/><h3>getURight</h3><pre>
|
|
+ <a class="code-type" href="http://www.cplusplus.com/reference/string/u32string/">std::u32string</a> <span class="code-function">getURight</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<h3>getRight</h3><pre>
|
|
+ <a class="code-type" href="http://www.cplusplus.com/reference/string/string/">std::string</a> <span class="code-function">getRight</span> () <span class="code-storage-keyword">const</span>;<br/></pre>
|
|
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
</div>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-46753803-1', 'heeroyui.github.io');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</body>
|
|
</html>
|