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