| 
    Jpp
    
   | 
 
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.  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.
| in | input stream | 
| token | token | 
Definition at line 51 of file JToken.hh.
 1.8.5