json/search/searchdata.js
Niels Lohmann b249e7b7b5
Update
2017-02-25 16:42:29 +01:00

43 lines
589 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghijkmnoprstuv~",
1: "abhijs",
2: "n",
3: "abcdefgijkmoprstuv~",
4: "ft",
5: "abcdijnoprsv",
6: "p",
7: "akov",
8: "bdo",
9: "dj"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "namespaces",
3: "functions",
4: "variables",
5: "typedefs",
6: "enums",
7: "enumvalues",
8: "related",
9: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Namespaces",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Enumerations",
7: "Enumerator",
8: "Friends",
9: "Pages"
};