| 
    Jpp
    15.0.1-rc.1-highqe
    
   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 | 
      
  | 
  friend | 
Read token from input stream.
| in | input stream | 
| token | token | 
Definition at line 48 of file JToken.hh.
      
  | 
  friend | 
      
  | 
  static | 
 1.8.5