aboutsummaryrefslogtreecommitdiffstats
path: root/search/searchdata.js
blob: 0bd01c3e3a0ba53bc1a1681331e82058efd98c23 (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
var indexSectionsWithContent =
{
  0: "bcdegmrtvy",
  1: "gmv",
  2: "y",
  3: "m",
  4: "bcdegmrt",
  5: "d",
  6: "v",
  7: "dy"
};

var indexSectionNames =
{
  0: "all",
  1: "classes",
  2: "namespaces",
  3: "files",
  4: "functions",
  5: "variables",
  6: "typedefs",
  7: "pages"
};

var indexSectionLabels =
{
  0: "All",
  1: "Classes",
  2: "Namespaces",
  3: "Files",
  4: "Functions",
  5: "Variables",
  6: "Typedefs",
  7: "Pages"
};