adamstark@114: /* adamstark@114: @licstart The following is the entire license notice for the JavaScript code in this file. adamstark@114: adamstark@114: The MIT License (MIT) adamstark@114: adamstark@114: Copyright (C) 1997-2020 by Dimitri van Heesch adamstark@114: adamstark@114: Permission is hereby granted, free of charge, to any person obtaining a copy of this software adamstark@114: and associated documentation files (the "Software"), to deal in the Software without restriction, adamstark@114: including without limitation the rights to use, copy, modify, merge, publish, distribute, adamstark@114: sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is adamstark@114: furnished to do so, subject to the following conditions: adamstark@114: adamstark@114: The above copyright notice and this permission notice shall be included in all copies or adamstark@114: substantial portions of the Software. adamstark@114: adamstark@114: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING adamstark@114: BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND adamstark@114: NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, adamstark@114: DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, adamstark@114: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. adamstark@114: adamstark@114: @licend The above is the entire license notice for the JavaScript code in this file adamstark@114: */ adamstark@114: var menudata={children:[ adamstark@114: {text:"Main Page",url:"index.html"}, adamstark@114: {text:"Classes",url:"annotated.html",children:[ adamstark@114: {text:"Class List",url:"annotated.html"}, adamstark@114: {text:"Class Index",url:"classes.html"}, adamstark@114: {text:"Class Members",url:"functions.html",children:[ adamstark@114: {text:"All",url:"functions.html"}, adamstark@114: {text:"Functions",url:"functions_func.html"}]}]}, adamstark@114: {text:"Files",url:"files.html",children:[ adamstark@114: {text:"File List",url:"files.html"}, adamstark@114: {text:"File Members",url:"globals.html",children:[ adamstark@114: {text:"All",url:"globals.html"}, adamstark@114: {text:"Enumerations",url:"globals_enum.html"}]}]}]}