stdex/search/searchdata.js

40 lines
573 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghilmnopqrstuvw~",
1: "abcdefghilmnprstuvw",
2: "abcdefghilmnopqrstuvw~",
3: "abcdefhilmnoprstuvw",
4: "cprsv",
5: "c",
6: "egimpu",
7: "o",
8: "cdimrst"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "functions",
3: "variables",
4: "typedefs",
5: "enums",
6: "enumvalues",
7: "related",
8: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Functions",
3: "Variables",
4: "Typedefs",
5: "Enumerations",
6: "Enumerator",
7: "Friends",
8: "Pages"
};