28#ifndef _util_state_state_file_h
29#define _util_state_state_file_h
35#include <util/state/state.h>
36#include <util/state/statein.h>
37#include <util/state/stateout.h>
63 virtual int open(
const char *name);
92 virtual int open(
const char *name);
Reads state information from a file.
Definition state_file.h:73
StateInFile(const char *name)
State information will be obtained from name.
StateInFile()
State information will be obtained from cin.
virtual void close()
Close the output file.
virtual int open(const char *name)
State information will be obtained from name.
StateInFile(std::istream &s)
State information will be obtained from fp.
Restores fundamental and user-defined types from images created with StateOut.
Definition statein.h:79
Writes state information to files.
Definition state_file.h:44
virtual void close()
Close the output stream.
virtual int open(const char *name)
State information will be written to name.
StateOutFile()
State information will be written to ExEnv::outn().
StateOutFile(std::ostream &s)
State information will be written to s.
virtual void flush()
Flush the output stream.
StateOutFile(const char *name)
State information will be written to name.
Serializes fundamental and user-defined types.
Definition stateout.h:71
Contains all MPQC code up to version 3.
Definition mpqcin.h:14