Jpp
15.0.1-rc.1-highqe
the software that should make you happy
|
Specialisation of TStringHelper if TString exists. 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. More... | |
template<class T > | |
static std::istream & | read (std::istream &in, std::vector< T > &object) |
Read std::vector of objects from input stream. More... | |
Specialisation of TStringHelper if TString exists.
Definition at line 782 of file JParser.hh.
|
inlinestatic |
Read object from input stream.
in | input stream |
object | object |
Definition at line 792 of file JParser.hh.
|
inlinestatic |
Read std::vector of objects from input stream.
in | input stream |
object | object |
Definition at line 805 of file JParser.hh.