#include <reco.h>

Public Member Functions | |
| bool | parsevalstring (const STD_string &parstring) |
| STD_string | printvalstring () const |
| STD_ostream & | print2stream (STD_ostream &os) const |
| const char * | get_typeInfo () const |
| JcampDxClass * | create_copy () const |
Definition at line 234 of file reco.h.
| bool JDXrecoValList::parsevalstring | ( | const STD_string & | ) | [virtual] |
Parses and assigns the value in the given string
Implements JcampDxClass.
| STD_string JDXrecoValList::printvalstring | ( | ) | const [virtual] |
Returns the value of the parameter as a string
Implements JcampDxClass.
| STD_ostream& JDXrecoValList::print2stream | ( | STD_ostream & | os | ) | const [virtual] |
Passes the parameter in ASCII format to the ostream 'os'
Reimplemented from JcampDxClass.
| const char* JDXrecoValList::get_typeInfo | ( | ) | const [inline, virtual] |
Returns a string describing the type of the parameter
Implements JcampDxClass.
| JcampDxClass* JDXrecoValList::create_copy | ( | ) | const [inline, virtual] |
Returns a deep copy of the parameter
Implements JcampDxClass.
1.5.6