Wrapper class to read string until end-of-line.  
 More...
#include <JDBString.hh>
Wrapper class to read string until end-of-line. 
Definition at line 20 of file JDBString.hh.
 
◆ JDBString()
  
  
      
        
          | JDATABASE::JDBString::JDBString  | 
          ( | 
          const std::string &  | 
          buffer = "" | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Copy constructor. 
- Parameters
 - 
  
  
 
Definition at line 28 of file JDBString.hh.
 
 
◆ ClassDefNV()
      
        
          | JDATABASE::JDBString::ClassDefNV  | 
          ( | 
          JDBString  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ operator>>
  
  
      
        
          | std::istream& operator>>  | 
          ( | 
          std::istream &  | 
          in,  | 
         
        
           | 
           | 
          JDBString &  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Read database string from input stream. 
- Parameters
 - 
  
    | in | input stream  | 
    | object | database string  | 
  
   
- Returns
 - input stream 
 
Definition at line 39 of file JDBString.hh.
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.
 
 
 
 
The documentation for this struct was generated from the following file: