-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathtinyxml2.yaml
53 lines (53 loc) · 1.6 KB
/
tinyxml2.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
"functions":
- "name": "_ZN8tinyxml210XMLElement12SetAttributeEPKcS2_"
"params":
- "name": "this"
"type": "bool "
- "name": "name"
"type": "bool "
- "name": "value"
"type": "bool "
"return_type": "void"
"signature": "void tinyxml2::XMLElement::SetAttribute(const char *, const char *)"
- "name": "_ZNK8tinyxml210XMLElement12ShallowCloneEPNS_11XMLDocumentE"
"params":
- "name": "this"
"type": "bool "
- "name": "doc"
"type": "bool "
"return_type": "void"
"signature": "XMLNode * tinyxml2::XMLElement::ShallowClone(XMLDocument *)"
- "name": "_ZN8tinyxml210XMLElement21FindOrCreateAttributeEPKc"
"params":
- "name": "this"
"type": "bool "
- "name": "name"
"type": "bool "
"return_type": "void"
"signature": "XMLAttribute * tinyxml2::XMLElement::FindOrCreateAttribute(const char *)"
- "name": "_ZN8tinyxml210XMLElement9ParseDeepEPcPNS_7StrPairEPi"
"params":
- "name": "this"
"type": "bool "
- "name": "p"
"type": "bool "
- "name": "parentEndTag"
"type": "bool "
- "name": "curLineNumPtr"
"type": "bool "
"return_type": "void"
"signature": "char * tinyxml2::XMLElement::ParseDeep(char *, StrPair *, int *)"
- "name": "_ZN8tinyxml210XMLPrinter10VisitEnterERKNS_10XMLElementEPKNS_12XMLAttributeE"
"params":
- "name": "this"
"type": "bool "
- "name": "element"
"type": "bool "
- "name": "attribute"
"type": "bool "
"return_type": "bool"
"signature": "bool tinyxml2::XMLPrinter::VisitEnter(const XMLElement &, const XMLAttribute *)"
"language": "c++"
"project": "tinyxml2"
"target_name": "xmltest"
"target_path": "/src/xmltest.cpp"