dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
AnalyzeData
dextool
plugin
cpptestdouble
backend
visitor
Data derived during analyze
struct
AnalyzeData {
import
cpptooling
.
data
.
symbol
.
types
:
FullyQualifiedNameType
;
;
static
auto
make
();
CppRoot
root
;
CppClass
[
FullyQualifiedNameType
]
classes
;
void
putForLookup
(CppClass c);
}
Members
Functions
putForLookup
void
putForLookup
(CppClass c)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
make
auto
make
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
classes
CppClass
[
FullyQualifiedNameType
]
classes
;
Classes found during src analysis.
root
CppRoot
root
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
cpptestdouble
backend
visitor
aliases
CppTUVisitor
classes
CppVisitor
structs
AnalyzeData
Data derived during analyze