Jpp
18.5.2
the software that should make you happy
|
Data structure for configuration of JDQSimulator. More...
Public Member Functions | |
JSource () | |
Default constructor. More... | |
Friends | |
std::istream & | operator>> (std::istream &in, JSource &source) |
Read JSource from input stream. More... | |
std::ostream & | operator<< (std::ostream &out, const JSource &source) |
Write JSource to output stream. More... | |
Data structure for configuration of JDQSimulator.
Definition at line 39 of file JDQSimulator.cc.
|
inline |
Default constructor.
Definition at line 46 of file JDQSimulator.cc.
|
friend |
Read JSource from input stream.
in | input stream |
source | JSource |
Definition at line 58 of file JDQSimulator.cc.
|
friend |
Write JSource to output stream.
out | output stream |
source | JSource |
Definition at line 75 of file JDQSimulator.cc.