std-experimental-xml ~master (2021-06-23T21:03:49Z)
Home
Dub
Repo
Results
test
Undocumented in source.
struct
Results {
int
[
string
]
totals
;
int
[
string
]
wrong
;
static
Results
opCall
();
void
opOpAssign
(Results other);
}
Members
Functions
opOpAssign
void
opOpAssign
(Results other)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
Results
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
totals
int
[
string
]
totals
;
Undocumented in source.
wrong
int
[
string
]
wrong
;
Undocumented in source.
Meta
Source
See Implementation
test
classes
MyException
functions
handleTest
handleTestcases
main
parseFile
printResults
uselessCallback
writeIndent
structs
Results
variables
indexes