2015-06-21 22:43:30 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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" / >
2016-09-12 00:34:59 +03:00
< meta name = "generator" content = "Doxygen 1.8.12" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2015-06-21 22:43:30 +03:00
< title > JSON for Modern C++: Class Hierarchy< / 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 = "mylayout.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;" >
2015-12-13 13:29:21 +03:00
< td id = "projectalign" style = "padding-left: 0.5em;" >
2015-06-21 22:43:30 +03:00
< div id = "projectname" > JSON for Modern C++
2016-12-16 23:24:19 +03:00
  < span id = "projectnumber" > 2.0.9< / span >
2015-06-21 22:43:30 +03:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2016-09-12 00:34:59 +03:00
<!-- Generated by Doxygen 1.8.12 -->
2015-06-21 22:43:30 +03:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2016-09-12 00:34:59 +03:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
< / script >
< div id = "main-nav" > < / div >
2015-06-21 22:43:30 +03:00
< / div > <!-- top -->
<!-- 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 class = "header" >
< div class = "headertitle" >
< div class = "title" > Class Hierarchy< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > This inheritance list is sorted roughly, but not completely, alphabetically:< / div > < div class = "directory" >
2016-12-16 23:24:19 +03:00
< div class = "levels" > [detail level < span onclick = "javascript:toggleLevel(1);" > 1< / span > < span onclick = "javascript:toggleLevel(2);" > 2< / span > ]< / div > < table class = "directory" >
2016-01-31 15:08:54 +03:00
< tr id = "row_0_" class = "even" > < td class = "entry" > < span style = "width:16px;display:inline-block;" >   < / span > < span class = "icona" > < span class = "icon" > C< / span > < / span > < a class = "el" href = "classnlohmann_1_1basic__json.html" target = "_self" > nlohmann::basic_json< / a > < / td > < td class = "desc" > Class to store JSON values < / td > < / tr >
2015-07-19 13:44:08 +03:00
< tr id = "row_1_" > < td class = "entry" > < span style = "width:16px;display:inline-block;" >   < / span > < span class = "icona" > < span class = "icon" > C< / span > < / span > < a class = "el" href = "structstd_1_1hash_3_01nlohmann_1_1json_01_4.html" target = "_self" > std::hash< nlohmann::json > < / a > < / td > < td class = "desc" > Hash value for JSON objects < / td > < / tr >
< tr id = "row_2_" class = "even" > < td class = "entry" > < span style = "width:0px;display:inline-block;" >   < / span > < span id = "arr_2_" class = "arrow" onclick = "toggleFolder('2_')" > ▼ < / span > < span class = "icona" > < span class = "icon" > C< / span > < / span > < b > iterator< / b > < / td > < td class = "desc" > < / td > < / tr >
2016-12-16 23:24:19 +03:00
< tr id = "row_2_0_" > < td class = "entry" > < span style = "width:32px;display:inline-block;" >   < / span > < span class = "icona" > < span class = "icon" > C< / span > < / span > < a class = "el" href = "classnlohmann_1_1basic__json_1_1iter__impl.html" target = "_self" > nlohmann::basic_json::iter_impl< U > < / a > < / td > < td class = "desc" > Template for a random access iterator for the < a class = "el" href = "classnlohmann_1_1basic__json.html" > basic_json< / a > class < / td > < / tr >
< tr id = "row_3_" class = "even" > < td class = "entry" > < span style = "width:16px;display:inline-block;" >   < / span > < span class = "icona" > < span class = "icon" > C< / span > < / span > < a class = "el" href = "classnlohmann_1_1basic__json_1_1json__pointer.html" target = "_self" > nlohmann::basic_json::json_pointer< / a > < / td > < td class = "desc" > JSON Pointer < / td > < / tr >
< tr id = "row_4_" > < td class = "entry" > < span style = "width:0px;display:inline-block;" >   < / span > < span id = "arr_4_" class = "arrow" onclick = "toggleFolder('4_')" > ▼ < / span > < span class = "icona" > < span class = "icon" > C< / span > < / span > < b > reverse_iterator< / b > < / td > < td class = "desc" > < / td > < / tr >
< tr id = "row_4_0_" class = "even" > < td class = "entry" > < span style = "width:32px;display:inline-block;" >   < / span > < span class = "icona" > < span class = "icon" > C< / span > < / span > < a class = "el" href = "classnlohmann_1_1basic__json_1_1json__reverse__iterator.html" target = "_self" > nlohmann::basic_json::json_reverse_iterator< Base > < / a > < / td > < td class = "desc" > Template for a reverse iterator class < / td > < / tr >
2015-06-21 22:43:30 +03:00
< / table >
< / div > <!-- directory -->
< / div > <!-- contents -->
<!-- start footer part -->
2015-06-24 13:17:31 +03:00
< hr class = "footer" / > < address class = "footer" > < small >
2016-12-16 23:24:19 +03:00
Generated on Fri Dec 16 2016 21:22:24 for JSON for Modern C++ by   < a href = "http://www.doxygen.org/index.html" >
2015-06-24 13:17:31 +03:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2016-09-12 00:34:59 +03:00
< / a > 1.8.12
2015-06-24 13:17:31 +03:00
< / small > < / address >
2015-06-21 22:43:30 +03:00
< / body >
< / html >