Definition at line 139 of file doxygen_xml_parser.py.
◆ __init__()
def doxygen_xml_parser.Reference.__init__ |
( |
|
self, |
|
|
|
index, |
|
|
|
id = None , |
|
|
|
name = None |
|
) |
| |
◆ xmlToType()
def doxygen_xml_parser.Reference.xmlToType |
( |
|
self, |
|
|
|
node, |
|
|
|
array = None , |
|
|
|
parentClass = None , |
|
|
|
tplargs = None |
|
) |
| |
- node:
- parentClass: a class
- tplargs: if one of the args is parentClass and no template arguments are provided,
set the template arguments to this value
- array: content of the sibling tag 'array'
Definition at line 145 of file doxygen_xml_parser.py.
◆ id
doxygen_xml_parser.Reference.id |
◆ index
doxygen_xml_parser.Reference.index |
◆ name
doxygen_xml_parser.Reference.name |
The documentation for this class was generated from the following file: