BALL
1.4.79
|
Classes | |
class | BALL::Bruker1DFile |
class | BALL::Bruker2DFile |
class | BALL::JCAMPFile::JCAMPValue |
class | BALL::JCAMPFile |
enum | BALL::JCAMPFile::ContentType { BALL::JCAMPFile::STRING, BALL::JCAMPFile::NUMERIC, BALL::JCAMPFile::ARRAY } |
typedef std::pair< String, JCAMPValue > | BALL::JCAMPFile::KeyValuePair |
a key-value pair More... | |
typedef StringHashMap< JCAMPValue > | BALL::JCAMPFile::EntryMap |
A hash map containing the JCAMP entries. More... | |
typedef StringHashMap< String > | BALL::JCAMPFile::HeaderMap |
A hash map containing the header entries. More... | |
typedef StringHashMap<JCAMPValue> BALL::JCAMPFile::EntryMap |
A hash map containing the JCAMP entries.
Definition at line 69 of file JCAMPFile.h.
typedef StringHashMap<String> BALL::JCAMPFile::HeaderMap |
A hash map containing the header entries.
Definition at line 72 of file JCAMPFile.h.
typedef std::pair<String, JCAMPValue> BALL::JCAMPFile::KeyValuePair |
a key-value pair
Definition at line 66 of file JCAMPFile.h.