defines phrase utility class More...
#include <string>#include <iostream>Go to the source code of this file.
Classes | |
| class | phrase |
| string with overloaded iostream operators to read whitespace and empty strings More... | |
Functions | |
| std::istream & | operator>> (std::istream &in, phrase &s) |
| Allow strings to be single words or double-quoted segments. | |
| std::ostream & | operator<< (std::ostream &o, const phrase &s) |
| Surround the string body with quotes. | |
defines phrase utility class
Definition in file phrase.hh.
1.6.1