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: