BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::JCAMPFile::JCAMPValue Class Reference

#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< doublenumeric_value
 
ContentType type
 

Detailed Description

Definition at line 48 of file JCAMPFile.h.

Constructor & Destructor Documentation

BALL::JCAMPFile::JCAMPValue::JCAMPValue ( )
inline

Definition at line 58 of file JCAMPFile.h.

Member Function Documentation

bool BALL::JCAMPFile::JCAMPValue::operator!= ( const JCAMPValue value) const
bool BALL::JCAMPFile::JCAMPValue::operator== ( const JCAMPValue value) const

Member Data Documentation

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.