<div id="file-treeView"></div>
<script type="text/javascript">
  function getFileHierarchyTree() {
     return [
      {
        text: "<span class=\"text-muted\">Directory</span> include",
        href: "dir_include.html#dir-include",
        selectable: false,
        tags: ['3'],
        nodes: [
          {
            text: "<span class=\"text-muted\">Directory</span> nested",
            href: "dir_include_nested.html#dir-include-nested",
            selectable: false,
            tags: ['3'],
            nodes: [
              {
                text: "<span class=\"text-muted\">Directory</span> dual_nested",
                href: "dir_include_nested_dual_nested.html#dir-include-nested-dual-nested",
                selectable: false,
                tags: ['2'],
                nodes: [
                  {
                    text: "<span class=\"text-muted\">Directory</span> one",
                    href: "dir_include_nested_dual_nested_one.html#dir-include-nested-dual-nested-one",
                    selectable: false,
                    tags: ['1'],
                    nodes: [
                      {
                        text: "<span class=\"text-muted\">File</span> one.hpp",
                        href: "file_include_nested_dual_nested_one_one.hpp.html#file-include-nested-dual-nested-one-one.hpp",
                        selectable: false,
                      },
                    ]
                  },
                  {
                    text: "<span class=\"text-muted\">Directory</span> two",
                    href: "dir_include_nested_dual_nested_two.html#dir-include-nested-dual-nested-two",
                    selectable: false,
                    tags: ['1'],
                    nodes: [
                      {
                        text: "<span class=\"text-muted\">File</span> two.hpp",
                        href: "file_include_nested_dual_nested_two_two.hpp.html#file-include-nested-dual-nested-two-two.hpp",
                        selectable: false,
                      },
                    ]
                  },
                ]
              },
              {
                text: "<span class=\"text-muted\">Directory</span> one",
                href: "dir_include_nested_one.html#dir-include-nested-one",
                selectable: false,
                tags: ['1'],
                nodes: [
                  {
                    text: "<span class=\"text-muted\">File</span> one.hpp",
                    href: "file_include_nested_one_one.hpp.html#file-include-nested-one-one.hpp",
                    selectable: false,
                  },
                ]
              },
              {
                text: "<span class=\"text-muted\">Directory</span> two",
                href: "dir_include_nested_two.html#dir-include-nested-two",
                selectable: false,
                tags: ['1'],
                nodes: [
                  {
                    text: "<span class=\"text-muted\">File</span> two.hpp",
                    href: "file_include_nested_two_two.hpp.html#file-include-nested-two-two.hpp",
                    selectable: false,
                  },
                ]
              },
            ]
          },
          {
            text: "<span class=\"text-muted\">File</span> nesting_specializations.hpp",
            href: "file_include_nesting_specializations.hpp.html#file-include-nesting-specializations.hpp",
            selectable: false,
          },
          {
            text: "<span class=\"text-muted\">File</span> top_level.hpp",
            href: "file_include_top_level.hpp.html#file-include-top-level.hpp",
            selectable: false,
          },
        ]
      },
     ]
  }
</script><!-- end getFileHierarchyTree() function -->
