stdex/search/searchdata.js

28 lines
387 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghilmnopqrstuvw~",
1: "abcdefghilmnprsuvw",
2: "abcdefghilmnopqrstuvw~",
3: "abcdefhilmnoprstvw",
4: "cprsv"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "functions",
3: "variables",
4: "typedefs"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Functions",
3: "Variables",
4: "Typedefs"
};