blob: e1a9dc01550bd15fa2746aec6794c09130fa257b [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Apache OpenDALâ„¢ C Binding: opendal_result_operator_reader Struct Reference</title>
<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>
<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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.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 id="projectrow">
<td id="projectalign">
<div id="projectname">Apache OpenDALâ„¢ C Binding
</div>
<div id="projectbrief">The C binding for Apache OpenDALâ„¢</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<!-- 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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structopendal__result__operator__reader-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">opendal_result_operator_reader Struct Reference</div></div>
</div><!--header-->
<div class="contents">
<p>The result type returned by <a class="el" href="opendal_8h.html#aca8d6d56223c55277146afe9ca226944" title="Blocking read the data from path.">opendal_operator_reader()</a>. The result type for <a class="el" href="opendal_8h.html#aca8d6d56223c55277146afe9ca226944" title="Blocking read the data from path.">opendal_operator_reader()</a>, the field <code>reader</code> contains the reader of the path, which is an iterator of the objects under the path. the field <code>code</code> represents whether the stat operation is successful.
<a href="structopendal__result__operator__reader.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="opendal_8h_source.html">opendal.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a9ed8dec94126ab5b74dc63a87ca5839d" id="r_a9ed8dec94126ab5b74dc63a87ca5839d"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structopendal__reader.html">opendal_reader</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structopendal__result__operator__reader.html#a9ed8dec94126ab5b74dc63a87ca5839d">reader</a></td></tr>
<tr class="separator:a9ed8dec94126ab5b74dc63a87ca5839d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9bd6c401ef87b4b6456423fa11079b91" id="r_a9bd6c401ef87b4b6456423fa11079b91"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structopendal__error.html">opendal_error</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structopendal__result__operator__reader.html#a9bd6c401ef87b4b6456423fa11079b91">error</a></td></tr>
<tr class="separator:a9bd6c401ef87b4b6456423fa11079b91"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The result type returned by <a class="el" href="opendal_8h.html#aca8d6d56223c55277146afe9ca226944" title="Blocking read the data from path.">opendal_operator_reader()</a>. The result type for <a class="el" href="opendal_8h.html#aca8d6d56223c55277146afe9ca226944" title="Blocking read the data from path.">opendal_operator_reader()</a>, the field <code>reader</code> contains the reader of the path, which is an iterator of the objects under the path. the field <code>code</code> represents whether the stat operation is successful. </p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="a9bd6c401ef87b4b6456423fa11079b91" name="a9bd6c401ef87b4b6456423fa11079b91"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9bd6c401ef87b4b6456423fa11079b91">&#9670;&#160;</a></span>error</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structopendal__error.html">opendal_error</a>* opendal_result_operator_reader::error</td>
</tr>
</table>
</div><div class="memdoc">
<p>The error, if ok, it is null </p>
</div>
</div>
<a id="a9ed8dec94126ab5b74dc63a87ca5839d" name="a9ed8dec94126ab5b74dc63a87ca5839d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9ed8dec94126ab5b74dc63a87ca5839d">&#9670;&#160;</a></span>reader</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structopendal__reader.html">opendal_reader</a>* opendal_result_operator_reader::reader</td>
</tr>
</table>
</div><div class="memdoc">
<p>The pointer for <a class="el" href="structopendal__reader.html" title="The result type returned by opendal&#39;s reader operation.">opendal_reader</a> </p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>include/<a class="el" href="opendal_8h_source.html">opendal.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>