
#include <ConfigurationReader.h>
Inheritance diagram for ProtoMol::ConfigurationReader:

Public Member Functions | |
| ConfigurationReader () | |
| ConfigurationReader (const std::string &filename) | |
| virtual | ~ConfigurationReader () |
| virtual bool | open () |
| virtual bool | open (const std::string &filename) |
| virtual bool | open (const char *filename) |
| virtual bool | tryFormat () |
| virtual bool | read () |
| bool | read (Configuration &config) |
| Configuration * | orphanConfiguration () |
Private Attributes | |
| Configuration * | myConfig |
Friends | |
| ConfigurationReader & | operator>> (ConfigurationReader &configReader, Configuration &config) |
|
|
|
|
|
|
|
|
|
|
|
Implements ProtoMol::File. |
|
|
Implements ProtoMol::File. |
|
|
Implements ProtoMol::File. |
|
|
|
|
|
|
|
|
Simple test, true if it the format might be correct/readable.
Implements ProtoMol::Reader. |
|
|
Implements ProtoMol::Reader. |
|
||||||||||||
|
|
|
|
|