11 #ifndef __dsp_Kernel_Classes_Expect_h
12 #define __dsp_Kernel_Classes_Expect_h
29 bool expect( const std::string& text);
Checks for expected string in a data file. Definition: Expect.h:17
FilePtr file Pointer to the open file. Definition: Expect.h:26
Expect(const std::string &filename) Open filename for reading. Definition: Expect.C:16
FILE * fptr() Get the pointer to the open file. Definition: Expect.C:14
bool expect(const std::string &text) Return true if the next string read from file matches text. Definition: Expect.C:23
Generated using doxygen 1.8.17
|