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::GAMESSDatFile::block Class Reference

#include <BALL/FORMAT/GAMESSDatFile.h>

Public Member Functions

void operator>> (std::ostream &os) const
 

Public Attributes

String blockname
 
StringHashMap< Stringdata
 

Detailed Description

Nested class for the data blocks of the GAMESSFile

Definition at line 29 of file GAMESSDatFile.h.

Member Function Documentation

void BALL::GAMESSDatFile::block::operator>> ( std::ostream &  os) const

Member Data Documentation

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.