| <!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"> |
| <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.9.1"/> |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| <title>Apache GraphAr C++ Library: src/graphar/yaml.cc Source File</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" /> |
| </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">Apache GraphAr C++ Library |
| </div> |
| <div id="projectbrief">The C++ Library for Apache GraphAr</div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <!-- end header part --> |
| <!-- Generated by Doxygen 1.9.1 --> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| var searchBox = new SearchBox("searchBox", "search",false,'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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| $(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"> |
| <iframe src="javascript:void(0)" frameborder="0" |
| name="MSearchResults" id="MSearchResults"> |
| </iframe> |
| </div> |
| |
| <div id="nav-path" class="navpath"> |
| <ul> |
| <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_360ef3ae5e4df5878fa0b8837112e0b7.html">graphar</a></li> </ul> |
| </div> |
| </div><!-- top --> |
| <div class="header"> |
| <div class="headertitle"> |
| <div class="title">yaml.cc</div> </div> |
| </div><!--header--> |
| <div class="contents"> |
| <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div> |
| <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div> |
| <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * or more contributor license agreements. See the NOTICE file</span></div> |
| <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * distributed with this work for additional information</span></div> |
| <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * regarding copyright ownership. The ASF licenses this file</span></div> |
| <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div> |
| <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * "License"); you may not use this file except in compliance</span></div> |
| <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * with the License. You may obtain a copy of the License at</span></div> |
| <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div> |
| <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div> |
| <div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> *</span></div> |
| <div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div> |
| <div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * software distributed under the License is distributed on an</span></div> |
| <div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div> |
| <div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * KIND, either express or implied. See the License for the</span></div> |
| <div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * specific language governing permissions and limitations</span></div> |
| <div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * under the License.</span></div> |
| <div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> */</span></div> |
| <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div> |
| <div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#include <memory></span></div> |
| <div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include <string></span></div> |
| <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div> |
| <div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include "mini-yaml/yaml/Yaml.hpp"</span></div> |
| <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div> |
| <div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "graphar/result.h"</span></div> |
| <div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "graphar/yaml.h"</span></div> |
| <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div> |
| <div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">namespace </span>graphar {</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> const ::Yaml::Node Yaml::operator[](<span class="keyword">const</span> std::string& key)<span class="keyword"> const </span>{</div> |
| <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keywordflow">return</span> root_node_->operator[](key);</div> |
| <div class="line"><a name="l00032"></a><span class="lineno"> 32</span> }</div> |
| <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  </div> |
| <div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classgraphar_1_1_yaml.html#a2fff6ba5eaf3e59b489d015f10013179"> 34</a></span> Result<std::shared_ptr<Yaml>> <a class="code" href="classgraphar_1_1_yaml.html#a2fff6ba5eaf3e59b489d015f10013179">Yaml::Load</a>(<span class="keyword">const</span> std::string& input) {</div> |
| <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  std::shared_ptr<::Yaml::Node> root_node = std::make_shared<::Yaml::Node>();</div> |
| <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keywordflow">try</span> {</div> |
| <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  ::Yaml::Parse(*root_node, input);</div> |
| <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  } <span class="keywordflow">catch</span> (::Yaml::Exception& e) { <span class="keywordflow">return</span> <a class="code" href="classgraphar_1_1_status.html#a358b23c7f34efbf14c84cbc2ddbdd6a4">Status::YamlError</a>(e.what()); }</div> |
| <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keywordflow">return</span> std::make_shared<Yaml>(root_node);</div> |
| <div class="line"><a name="l00040"></a><span class="lineno"> 40</span> }</div> |
| <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div> |
| <div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classgraphar_1_1_yaml.html#ab0515421c7f7babe6e9d4bae88883dde"> 42</a></span> Result<std::shared_ptr<Yaml>> <a class="code" href="classgraphar_1_1_yaml.html#a2fff6ba5eaf3e59b489d015f10013179">Yaml::Load</a>(std::iostream& input) {</div> |
| <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  std::shared_ptr<::Yaml::Node> root_node = std::make_shared<::Yaml::Node>();</div> |
| <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <span class="keywordflow">try</span> {</div> |
| <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  ::Yaml::Parse(*root_node, input);</div> |
| <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  } <span class="keywordflow">catch</span> (::Yaml::Exception& e) { <span class="keywordflow">return</span> <a class="code" href="classgraphar_1_1_status.html#a358b23c7f34efbf14c84cbc2ddbdd6a4">Status::YamlError</a>(e.what()); }</div> |
| <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordflow">return</span> std::make_shared<Yaml>(root_node);</div> |
| <div class="line"><a name="l00048"></a><span class="lineno"> 48</span> }</div> |
| <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div> |
| <div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classgraphar_1_1_yaml.html#ac1c9d809559b322c6f3de30a695fdd4d"> 50</a></span> Result<std::shared_ptr<Yaml>> <a class="code" href="classgraphar_1_1_yaml.html#ac1c9d809559b322c6f3de30a695fdd4d">Yaml::LoadFile</a>(<span class="keyword">const</span> std::string& file_name) {</div> |
| <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  std::shared_ptr<::Yaml::Node> root_node = std::make_shared<::Yaml::Node>();</div> |
| <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordflow">try</span> {</div> |
| <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  ::Yaml::Parse(*root_node, file_name.c_str());</div> |
| <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  } <span class="keywordflow">catch</span> (::Yaml::Exception& e) { <span class="keywordflow">return</span> <a class="code" href="classgraphar_1_1_status.html#a358b23c7f34efbf14c84cbc2ddbdd6a4">Status::YamlError</a>(e.what()); }</div> |
| <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordflow">return</span> std::make_shared<Yaml>(root_node);</div> |
| <div class="line"><a name="l00056"></a><span class="lineno"> 56</span> }</div> |
| <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div> |
| <div class="line"><a name="l00058"></a><span class="lineno"> 58</span> } <span class="comment">// namespace graphar</span></div> |
| <div class="ttc" id="aclassgraphar_1_1_status_html_a358b23c7f34efbf14c84cbc2ddbdd6a4"><div class="ttname"><a href="classgraphar_1_1_status.html#a358b23c7f34efbf14c84cbc2ddbdd6a4">graphar::Status::YamlError</a></div><div class="ttdeci">static Status YamlError(Args &&... args)</div><div class="ttdef"><b>Definition:</b> <a href="status_8h_source.html#l00204">status.h:204</a></div></div> |
| <div class="ttc" id="aclassgraphar_1_1_yaml_html_a2fff6ba5eaf3e59b489d015f10013179"><div class="ttname"><a href="classgraphar_1_1_yaml.html#a2fff6ba5eaf3e59b489d015f10013179">graphar::Yaml::Load</a></div><div class="ttdeci">static Result< std::shared_ptr< Yaml > > Load(const std::string &input)</div><div class="ttdef"><b>Definition:</b> <a href="yaml_8cc_source.html#l00034">yaml.cc:34</a></div></div> |
| <div class="ttc" id="aclassgraphar_1_1_yaml_html_ac1c9d809559b322c6f3de30a695fdd4d"><div class="ttname"><a href="classgraphar_1_1_yaml.html#ac1c9d809559b322c6f3de30a695fdd4d">graphar::Yaml::LoadFile</a></div><div class="ttdeci">static Result< std::shared_ptr< Yaml > > LoadFile(const std::string &file_name)</div><div class="ttdef"><b>Definition:</b> <a href="yaml_8cc_source.html#l00050">yaml.cc:50</a></div></div> |
| </div><!-- fragment --></div><!-- contents --> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| http://www.apache.org/licenses/LICENSE-2.0 |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <!-- disclaimer_footer.html --> |
| <footer style="text-align: center; font-size: 12px;"> |
| <div> |
| <p> |
| Apache GraphAr is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. |
| </p> |
| <p> |
| Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. <br/> |
| Apache, the names of Apache projects, and the feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. |
| </p> |
| </div> |
| </footer> |