Auxiliary data structure for line.
More...
Auxiliary data structure for line.
Definition at line 17 of file JText.cc.
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
JText & |
text |
|
) |
| |
|
friend |
Read text from input stream.
- Parameters
-
- Returns
- input stream
Definition at line 26 of file JText.cc.
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JText & |
text |
|
) |
| |
|
friend |
Write text to output stream.
- Parameters
-
out | output stream |
text | text |
- Returns
- output stream
Definition at line 40 of file JText.cc.
42 return out << text.
x1 <<
' ' << text.
y1 <<
' ' << text.
text;
The documentation for this struct was generated from the following file: