summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.TestStructB.json
blob: bf19168f67e9001921b48af0778f4f35fde3657a (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
{
    "constructors": [],
    "doc": "",
    "fields": [
        {
            "doc": "",
            "kind": "field",
            "name": "some_int8"
        },
        {
            "doc": "",
            "kind": "field",
            "name": "nested_a"
        }
    ],
    "kind": "class",
    "methods": [
        {
            "doc": "  <p>Make a copy of a RegressTestStructB</p>",
            "kind": "method",
            "name": "clone",
            "parameters": [
                {
                    "allow_none": false,
                    "argname": "b_out",
                    "direction": "out",
                    "type": "RegressTestStructB*"
                }
            ],
            "retval": {
                "type": "void"
            }
        }
    ],
    "name": "TestStructB"
}