TF++, Miscellaneous classes and modules in C++:
◆
applytest()
void applytest
(
const bool &
f
,
const char *
a
,
const char *
b
)
Definition at line
47
of file
filetest.cc
.
Referenced by
testfile()
.
48
{
49
cout <<
"The file "
<< a <<
" "
;
50
if
(!f) { cout <<
"NOT "
; }
51
cout << b << endl;
52
}
Here is the caller graph for this function:
tests
filetest.cc
Generated on Mon Aug 21 2023 17:36:06 for TF++, Miscellaneous classes and modules in C++: by
1.8.14