#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 |
| BALL::JCAMPFile::JCAMPValue::JCAMPValue | ( | ) | [inline] |
| 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 |