Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/share/doc/libjsoncpp-dev/jsoncpp-api-html/ |
Current File : //usr/share/doc/libjsoncpp-dev/jsoncpp-api-html/forwards_8h_source.html |
<html> <head> <title> JsonCpp - JSON data format manipulation library </title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#ffffff"> <table width="100%"> <tr> <td width="40%" align="left" valign="center"> <a href="http://sourceforge.net/projects/jsoncpp/"> JsonCpp project page </a> </td> <td width="40%" align="right" valign="center"> <a href="http://jsoncpp.sourceforge.net">JsonCpp home page</a> </td> </tr> </table> <hr> <!-- Generated by Doxygen 1.7.6.1 --> <script type="text/javascript" src="dynsections.js"></script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File List</span></a></li> <li><a href="globals.html"><span>File Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_4a513f00ac6f820f728ea1da220c722d.html">include</a> </li> <li class="navelem"><a class="el" href="dir_abbbe21bc939c291dbf8401e36600451.html">json</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">forwards.h</div> </div> </div><!--header--> <div class="contents"> <a href="forwards_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright 2007-2010 Baptiste Lepilleur</span> <a name="l00002"></a>00002 <span class="comment">// Distributed under MIT license, or public domain if desired and</span> <a name="l00003"></a>00003 <span class="comment">// recognized in your jurisdiction.</span> <a name="l00004"></a>00004 <span class="comment">// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE</span> <a name="l00005"></a>00005 <a name="l00006"></a>00006 <span class="preprocessor">#ifndef JSON_FORWARDS_H_INCLUDED</span> <a name="l00007"></a>00007 <span class="preprocessor"></span><span class="preprocessor"># define JSON_FORWARDS_H_INCLUDED</span> <a name="l00008"></a>00008 <span class="preprocessor"></span> <a name="l00009"></a>00009 <span class="preprocessor">#if !defined(JSON_IS_AMALGAMATION)</span> <a name="l00010"></a>00010 <span class="preprocessor"></span><span class="preprocessor"># include "<a class="code" href="config_8h.html">config.h</a>"</span> <a name="l00011"></a>00011 <span class="preprocessor">#endif // if !defined(JSON_IS_AMALGAMATION)</span> <a name="l00012"></a>00012 <span class="preprocessor"></span> <a name="l00013"></a>00013 <span class="keyword">namespace </span>Json { <a name="l00014"></a>00014 <a name="l00015"></a>00015 <span class="comment">// writer.h</span> <a name="l00016"></a>00016 <span class="keyword">class </span>FastWriter; <a name="l00017"></a>00017 <span class="keyword">class </span>StyledWriter; <a name="l00018"></a>00018 <a name="l00019"></a>00019 <span class="comment">// reader.h</span> <a name="l00020"></a>00020 <span class="keyword">class </span>Reader; <a name="l00021"></a>00021 <a name="l00022"></a>00022 <span class="comment">// features.h</span> <a name="l00023"></a><a class="code" href="namespace_json.html#a8048e741f2177c3b5d9ede4a5b8c53c2">00023</a> <span class="keyword">class </span><a class="code" href="class_json_1_1_features.html" title="Configuration passed to reader and writer.">Features</a>; <a name="l00024"></a>00024 <a name="l00025"></a>00025 <span class="comment">// value.h</span> <a name="l00026"></a>00026 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespace_json.html#a8048e741f2177c3b5d9ede4a5b8c53c2">ArrayIndex</a>; <a name="l00027"></a>00027 <span class="keyword">class </span><a class="code" href="class_json_1_1_static_string.html" title="Lightweight wrapper to tag static string.">StaticString</a>; <a name="l00028"></a>00028 <span class="keyword">class </span><a class="code" href="class_json_1_1_path.html" title="Experimental and untested: represents a "path" to access a node.">Path</a>; <a name="l00029"></a>00029 <span class="keyword">class </span><a class="code" href="class_json_1_1_path_argument.html" title="Experimental and untested: represents an element of the "path" to access a node.">PathArgument</a>; <a name="l00030"></a>00030 <span class="keyword">class </span><a class="code" href="class_json_1_1_value.html" title="Represents a JSON value.">Value</a>; <a name="l00031"></a>00031 <span class="keyword">class </span><a class="code" href="class_json_1_1_value_iterator_base.html" title="base class for Value iterators.">ValueIteratorBase</a>; <a name="l00032"></a>00032 <span class="keyword">class </span><a class="code" href="class_json_1_1_value_iterator.html" title="Iterator for object and array value.">ValueIterator</a>; <a name="l00033"></a>00033 <span class="keyword">class </span><a class="code" href="class_json_1_1_value_const_iterator.html" title="const iterator for object and array value.">ValueConstIterator</a>; <a name="l00034"></a>00034 <span class="preprocessor">#ifdef JSON_VALUE_USE_INTERNAL_MAP</span> <a name="l00035"></a>00035 <span class="preprocessor"></span> <span class="keyword">class </span><a class="code" href="class_json_1_1_value_map_allocator.html" title="Allocator to customize Value internal map.">ValueMapAllocator</a>; <a name="l00036"></a>00036 <span class="keyword">class </span><a class="code" href="class_json_1_1_value_internal_link.html" title="ValueInternalMap hash-map bucket chain link (for internal use only).">ValueInternalLink</a>; <a name="l00037"></a>00037 <span class="keyword">class </span><a class="code" href="class_json_1_1_value_internal_array.html" title="A simplified deque implementation used internally by Value.">ValueInternalArray</a>; <a name="l00038"></a>00038 <span class="keyword">class </span><a class="code" href="class_json_1_1_value_internal_map.html" title="A linked page based hash-table implementation used internally by Value.">ValueInternalMap</a>; <a name="l00039"></a>00039 <span class="preprocessor">#endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP</span> <a name="l00040"></a>00040 <span class="preprocessor"></span> <a name="l00041"></a>00041 } <span class="comment">// namespace Json</span> <a name="l00042"></a>00042 <a name="l00043"></a>00043 <a name="l00044"></a>00044 <span class="preprocessor">#endif // JSON_FORWARDS_H_INCLUDED</span> </pre></div></div><!-- contents --> <hr> <table width="100%"> <tr> <td width="10%" align="left" valign="center"> <a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=144446" width="88" height="31" border="0" alt="SourceForge Logo"></a> </td> <td width="20%" align="left" valign="center"> hosts this site. </td> <td> </td> <td align="right" valign="center"> Send comments to:<br> <a href="mailto:jsoncpp-devel@lists.sourceforge.net">Json-cpp Developers</a> </td> </tr> </table> </body> </html>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare