BALL
1.4.2
|
#include <BALL/FORMAT/GAMESSDatFile.h>
Public Member Functions | |
void | operator>> (std::ostream &os) const |
Public Attributes | |
String | blockname |
StringHashMap< String > | data |
Nested class for the data blocks of the GAMESSFile
Definition at line 29 of file GAMESSDatFile.h.
void BALL::GAMESSDatFile::block::operator>> | ( | std::ostream & | os | ) | const |
String BALL::GAMESSDatFile::block::blockname |
The name of this block
Definition at line 33 of file GAMESSDatFile.h.
StringHashMap<String> BALL::GAMESSDatFile::block::data |
Stores the data in key - value format
Definition at line 35 of file GAMESSDatFile.h.