uvw/search/searchdata.js
2023-05-22 11:13:58 +02:00

34 lines
478 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghijklmnopqrstuvw",
1: "abcdefghilmnoprstuw",
2: "u",
3: "abcdefghijklmnopqrstuvw",
4: "acdefhilmnprstw",
5: "cfghmoprtu",
6: "u"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "namespaces",
3: "functions",
4: "variables",
5: "typedefs",
6: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Namespaces",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Pages"
};