BALL
1.4.79
|
#include <BALL/FORMAT/JCAMPFile.h>
Public Member Functions | |
JCAMPValue () | |
bool | operator== (const JCAMPValue &value) const |
bool | operator!= (const JCAMPValue &value) const |
Public Attributes | |
String | string_value |
std::vector< double > | numeric_value |
ContentType | type |
Definition at line 48 of file JCAMPFile.h.
|
inline |
Definition at line 58 of file JCAMPFile.h.
bool BALL::JCAMPFile::JCAMPValue::operator!= | ( | const JCAMPValue & | value | ) | const |
bool BALL::JCAMPFile::JCAMPValue::operator== | ( | const JCAMPValue & | value | ) | const |
std::vector<double> BALL::JCAMPFile::JCAMPValue::numeric_value |
Definition at line 54 of file JCAMPFile.h.
String BALL::JCAMPFile::JCAMPValue::string_value |
Definition at line 52 of file JCAMPFile.h.
ContentType BALL::JCAMPFile::JCAMPValue::type |
Definition at line 56 of file JCAMPFile.h.