| 
    Jpp - the software that should make you happy
    
   | 
 
Wrapper class around string. More...
#include <JToken.hh>
  
 Public Member Functions | |
| JToken () | |
| Default constructor.  More... | |
Static Public Member Functions | |
| static char | getSeparator () | 
| Get 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 | 
      
  | 
  inlinestatic | 
      
  | 
  friend | 
Read token from input stream.
| in | input stream | 
| token | token | 
Definition at line 51 of file JToken.hh.
      
  | 
  friend | 
 1.8.5