Welcome to mirror list, hosted at ThFree Co, Russian Federation.

navtreedata.js - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70bd245857a0d5f8786bd0b31d8e2cee7e08fa3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*
@licstart  The following is the entire license notice for the
JavaScript code in this file.

Copyright (C) 1997-2019 by Dimitri van Heesch

This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as published by
the Free Software Foundation

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

@licend  The above is the entire license notice
for the JavaScript code in this file
*/
var NAVTREE =
[
  [ "LLFIO", "index.html", [
    [ "Build instructions", "md__build.html", [
      [ "v2 architecture and design implemented:", "index.html#autotoc_md18", null ],
      [ "Planned features implemented:", "index.html#autotoc_md19", null ],
      [ "Install from the vcpkg package manager", "md__build.html#autotoc_md21", null ],
      [ "Prebuilt binaries", "md__build.html#autotoc_md22", null ],
      [ "Get a copy of the source", "md__build.html#autotoc_md23", [
        [ "If you already cloned before reading this", "md__build.html#autotoc_md24", null ]
      ] ],
      [ "Build static libraries from source", "md__build.html#autotoc_md25", null ],
      [ "Build shared libraries from source", "md__build.html#autotoc_md26", null ],
      [ "Installing libraries from source", "md__build.html#autotoc_md27", null ]
    ] ],
    [ "Todo List", "todo.html", null ],
    [ "Modules", "modules.html", "modules" ],
    [ "Namespaces", "namespaces.html", [
      [ "Namespace List", "namespaces.html", "namespaces_dup" ],
      [ "Namespace Members", "namespacemembers.html", [
        [ "All", "namespacemembers.html", null ],
        [ "Functions", "namespacemembers_func.html", null ],
        [ "Typedefs", "namespacemembers_type.html", null ],
        [ "Enumerations", "namespacemembers_enum.html", null ]
      ] ]
    ] ],
    [ "Classes", "annotated.html", [
      [ "Class List", "annotated.html", "annotated_dup" ],
      [ "Class Index", "classes.html", null ],
      [ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
      [ "Class Members", "functions.html", [
        [ "All", "functions.html", "functions_dup" ],
        [ "Functions", "functions_func.html", "functions_func" ],
        [ "Variables", "functions_vars.html", null ],
        [ "Typedefs", "functions_type.html", null ],
        [ "Enumerations", "functions_enum.html", null ],
        [ "Enumerator", "functions_eval.html", null ],
        [ "Related Functions", "functions_rela.html", null ]
      ] ]
    ] ],
    [ "Files", "files.html", [
      [ "File List", "files.html", "files_dup" ],
      [ "File Members", "globals.html", [
        [ "All", "globals.html", null ],
        [ "Macros", "globals_defs.html", null ]
      ] ]
    ] ]
  ] ]
];

var NAVTREEINDEX =
[
".html",
"classllfio__v2__xxx_1_1algorithm_1_1shared__fs__mutex_1_1memory__map.html#a051822a4942c7f45b0491ab4385aacd3",
"classllfio__v2__xxx_1_1directory__handle.html#a8700edc9ecd4dd35d5aad7c65dd0eca2",
"classllfio__v2__xxx_1_1file__handle.html#a01c1f1c49426ec9193a83e3e4488ad42",
"classllfio__v2__xxx_1_1handle.html#af0b352d0f273ba6fa70c178b2c2fee42a8f0339e854eb5321306a443ce9199e1d",
"classllfio__v2__xxx_1_1lockable__io__handle.html#aa1847e17496a22bc107f509c3cdfecdd",
"classllfio__v2__xxx_1_1mapped__file__handle.html#a211fee447a47bdeb5424a2a5ae1de852",
"classllfio__v2__xxx_1_1path__view.html#abc5abda4e162d9a530fb73fa47a2f20a",
"classllfio__v2__xxx_1_1process__handle.html#a9cceb31bebf51f6b2fe78b236aa9bdb3",
"classllfio__v2__xxx_1_1utils_1_1page__allocator.html#acaa7851337ee7c96e8e77e7eb8e539ee",
"map__handle_8hpp.html#a681ed7e98ac17e6bb336b9287365141b",
"structllfio__v2__xxx_1_1algorithm_1_1impl_1_1trivial__vector__impl.html#a3fb1e66f29e8d90eec09316946d3d4f0",
"structllfio__v2__xxx_1_1directory__handle_1_1io__request.html#aaa243dbd10f9b7bab5e42d971804ab61",
"structllfio__v2__xxx_1_1io__multiplexer_1_1io__operation__state__visitor.html#aee18da8642e904dca9fa1fdd329ca8da",
"structllfio__v2__xxx_1_1storage__profile_1_1storage__profile.html#afd8951bd4ad42ee68229e6c9e43bafa1"
];

var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';