Jpp  18.2.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Friends | List of all members
JDATABASE::JDBString Struct Reference

Wrapper class to read string until end-of-line. More...

#include <JDBString.hh>

Inheritance diagram for JDATABASE::JDBString:

Public Member Functions

 JDBString (const std::string &buffer="")
 Copy constructor. More...
 
 ClassDefNV (JDBString, 1)
 

Friends

std::istream & operator>> (std::istream &in, JDBString &object)
 Read database string from input stream. More...
 

Detailed Description

Wrapper class to read string until end-of-line.

Definition at line 19 of file JDBString.hh.

Constructor & Destructor Documentation

JDATABASE::JDBString::JDBString ( const std::string buffer = "")
inline

Copy constructor.

Parameters
bufferbuffer

Definition at line 27 of file JDBString.hh.

27  :
28  std::string(buffer)
29  {}
then awk string

Member Function Documentation

JDATABASE::JDBString::ClassDefNV ( JDBString  ,
 
)

Friends And Related Function Documentation

std::istream& operator>> ( std::istream &  in,
JDBString object 
)
friend

Read database string from input stream.

Parameters
ininput stream
objectdatabase string
Returns
input stream

Definition at line 38 of file JDBString.hh.

39  {
40  using namespace std;
41 
42  return getline(in, object);
43  }
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.
Definition: JString.hh:478
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
Definition: JCanberra.sh:46

The documentation for this struct was generated from the following file: