|
Jpp 19.3.0-rc.2
the software that should make you happy
|
Wrapper class around string. More...
#include <JToken.hh>
Public Member Functions | |
| JToken () | |
| Default constructor. | |
Static Public Attributes | |
| static const char | SEPARATOR = sep |
| Separator. | |
Friends | |
| std::istream & | operator>> (std::istream &in, JToken &token) |
| Read token from input stream. | |
| std::ostream & | operator<< (std::ostream &out, const JToken &token) |
| Write token to output stream. | |
Wrapper class around string.
The redirect operator istream::operator>>() will read until given template character instead of the standard white space.
|
inline |
|
friend |
Read token from input stream.
| in | input stream |
| token | token |
Definition at line 49 of file JToken.hh.
|
friend |
|
static |