Wrapper class to read string until end-of-line.
More...
#include <JDBString.hh>
|
| std::istream & | operator>> (std::istream &in, JDBString &object) |
| | Read database string from input stream.
|
| |
Wrapper class to read string until end-of-line.
Definition at line 20 of file JDBString.hh.
◆ JDBString() [1/3]
| JDATABASE::JDBString::JDBString |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 26 of file JDBString.hh.
26 :
27 std::string()
28 {}
◆ JDBString() [2/3]
| JDATABASE::JDBString::JDBString |
( |
const std::string & | buffer | ) |
|
|
inline |
Copy constructor.
- Parameters
-
Definition at line 35 of file JDBString.hh.
35 :
36 std::string(buffer)
37 {}
◆ JDBString() [3/3]
| JDATABASE::JDBString::JDBString |
( |
const char *const | buffer | ) |
|
|
inline |
Copy constructor.
- Parameters
-
Definition at line 44 of file JDBString.hh.
44 :
45 std::string(buffer)
46 {}
◆ 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 55 of file JDBString.hh.
56 {
58
60 }
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: