5 #ifndef BALL_FORMAT_JCAMPFILE_H
6 #define BALL_FORMAT_JCAMPFILE_H
8 #ifndef BALL_FORMAT_LINEBASEDFILE_H
12 #ifndef BALL_DATATYPE_STRINGHASHMAP_H
125 double getDoubleValue(
const String& name)
const;
166 #endif // BALL_FORMAT_JCAMPFILE_H
EntryMap entries_
Entries from the key-value section.
const EntryMap & getEntries() const
std::vector< double > numeric_value
bool hasEntry(const String &name) const
bool hasHeader(const String &name) const
StringHashMap< String > HeaderMap
A hash map containing the header entries.
BALL_EXPORT bool operator!=(const String &s1, const String &s2)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
StringHashMap< JCAMPValue > EntryMap
A hash map containing the JCAMP entries.
const HeaderMap & getHeader() const
std::pair< String, JCAMPValue > KeyValuePair
a key-value pair
HeaderMap header_
Entries from the header section.