#include <Utility.H>
Public Member Functions | |
expect (const std::string &str_) | |
expect (const char *istr_) | |
expect (char c) | |
const std::string & | the_string () const |
Friends | |
std::istream & | operator>> (std::istream &, const expect &exp) |
BoxLib::expect::expect | ( | const std::string & | str_ | ) | [explicit] |
BoxLib::expect::expect | ( | const char * | istr_ | ) | [explicit] |
BoxLib::expect::expect | ( | char | c | ) | [explicit] |
const std::string& BoxLib::expect::the_string | ( | ) | const |
std::istream& operator>> | ( | std::istream & | , | |
const expect & | exp | |||
) | [friend] |