1#ifndef __JDB_JDBString__ 
    2#define __JDB_JDBString__ 
   43      return getline(in, 
object);
 
 
 
Auxiliary classes and methods for database I/O.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Wrapper class to read string until end-of-line.
 
JDBString(const std::string &buffer="")
Copy constructor.
 
friend std::istream & operator>>(std::istream &in, JDBString &object)
Read database string from input stream.