| 
    Jpp test-rotations-new
    
   the software that should make you happy 
   | 
 
Specialisation of TStringHelper if TString does not exist. More...
#include <JParser.hh>
Static Public Member Functions | |
| template<class T > | |
| static std::istream & | read (std::istream &in, T &object) | 
| Read object from input stream.   | |
| template<class T > | |
| static std::istream & | read (std::istream &in, std::vector< T > &object) | 
| Read std::vector of objects from input stream.   | |
Specialisation of TStringHelper if TString does not exist.
Definition at line 944 of file JParser.hh.
      
  | 
  inlinestatic | 
Read object from input stream.
This method thrown an error.
| in | input stream | 
| object | object | 
Definition at line 955 of file JParser.hh.
      
  | 
  inlinestatic | 
Read std::vector of objects from input stream.
This method thrown an error.
| in | input stream | 
| object | object | 
Definition at line 969 of file JParser.hh.