BALL  1.4.79
Classes
NMR File Formats

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...
 

Detailed Description

Typedef Documentation

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.

Enumeration Type Documentation

Type definitions

Enumerator
STRING 
NUMERIC 
ARRAY 

Definition at line 37 of file JCAMPFile.h.