78 lines
		
	
	
		
			4.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			78 lines
		
	
	
		
			4.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!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.8.17"/> | ||
|  | <meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
|  | <title>Renderd7-nightly: Deprecated List</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="navtree.css" rel="stylesheet" type="text/css"/> | ||
|  | <script type="text/javascript" src="resize.js"></script> | ||
|  | <script type="text/javascript" src="navtreedata.js"></script> | ||
|  | <script type="text/javascript" src="navtree.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">Renderd7-nightly | ||
|  |     <span id="projectnumber">v0.7.0</span> | ||
|  |    </div> | ||
|  |   </td> | ||
|  |  </tr> | ||
|  |  </tbody> | ||
|  | </table> | ||
|  | </div> | ||
|  | <!-- end header part --> | ||
|  | <!-- Generated by Doxygen 1.8.17 --> | ||
|  | </div><!-- top --> | ||
|  | <div id="side-nav" class="ui-resizable side-nav-resizable"> | ||
|  |   <div id="nav-tree"> | ||
|  |     <div id="nav-tree-contents"> | ||
|  |       <div id="nav-sync" class="sync"></div> | ||
|  |     </div> | ||
|  |   </div> | ||
|  |   <div id="splitbar" style="-moz-user-select:none;"  | ||
|  |        class="ui-resizable-handle"> | ||
|  |   </div> | ||
|  | </div> | ||
|  | <script type="text/javascript"> | ||
|  | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ | ||
|  | $(document).ready(function(){initNavTree('deprecated.html',''); initResizable(); }); | ||
|  | /* @license-end */ | ||
|  | </script> | ||
|  | <div id="doc-content"> | ||
|  | <div class="PageDoc"><div class="header"> | ||
|  |   <div class="headertitle"> | ||
|  | <div class="title">Deprecated List </div>  </div> | ||
|  | </div><!--header--> | ||
|  | <div class="contents"> | ||
|  | <div class="textblock"><dl class="reflist"> | ||
|  | <dt>Member <a class="el" href="classnlohmann_1_1basic__json.html#a0a8051760196ac813fd5eb3c8d5a2976">nlohmann::basic_json::iterator_wrapper</a>  (reference ref) noexcept</dt> | ||
|  | <dd><a class="anchor" id="_deprecated000001"></a>This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#a5961446010dfc494e0c247b4e9026977">items()</a> instead; that is, replace <code>json::iterator_wrapper(j)</code> with <code>j.items()</code>.  </dd> | ||
|  | <dt>Member <a class="el" href="classnlohmann_1_1basic__json.html#a60ca396028b8d9714c6e10efbf475af6">nlohmann::basic_json::operator<<</a>  (<a class="el" href="classnlohmann_1_1basic__json.html" title="a class to store JSON values">basic_json</a> &j, std::istream &i)</dt> | ||
|  | <dd><a class="anchor" id="_deprecated000003"></a>This stream operator is deprecated and will be removed in version 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#aaf363408931d76472ded14017e59c9e8">operator>>(std::istream&, basic_json&)</a> instead; that is, replace calls like <code>j << i;</code> with <code>i >> j;</code>.  </dd> | ||
|  | <dt>Member <a class="el" href="classnlohmann_1_1basic__json.html#a34d6a60dd99e9f33b8273a1c8db5669b">nlohmann::basic_json::operator>></a>  (const <a class="el" href="classnlohmann_1_1basic__json.html" title="a class to store JSON values">basic_json</a> &j, std::ostream &o)</dt> | ||
|  | <dd><a class="anchor" id="_deprecated000002"></a>This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#a5e34c5435e557d0bf666bd7311211405">operator<<(std::ostream&, const basic_json&)</a> instead; that is, replace calls like <code>j >> o;</code> with <code>o << j;</code>. </dd> | ||
|  | </dl> | ||
|  | </div></div><!-- contents --> | ||
|  | </div><!-- PageDoc --> | ||
|  | </div><!-- doc-content --> | ||
|  | <!-- start footer part --> | ||
|  | <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
|  |   <ul> | ||
|  |     <li class="footer">Generated by | ||
|  |     <a href="http://www.doxygen.org/index.html"> | ||
|  |     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li> | ||
|  |   </ul> | ||
|  | </div> | ||
|  | </body> | ||
|  | </html> |