35 #ifndef ANA_PROCESSOR_WRITER_H    36 #define ANA_PROCESSOR_WRITER_H    90     void open(
const std::string& filename);
   141     std::ofstream _stream;
 
void open(const std::string &filename)
Attach to a file. 
 
A class can implement the Observer interface when it wants to be informed of changes in observable ob...
 
virtual ~CommandWriter()
does nothing 
 
This class can be subclassed to represent an object that the programmer wants to have observed...
 
CommandWriter is a helper class logging commands into a history file. 
 
CommandWriter()
Create a CommandWriter. 
 
Serializer is a helper class for pointer serialization. 
 
int operator!() const
Create a CommandWriter to log commands. 
 
The abstract base class for commands. 
 
virtual void update(const Observable *observable, void *arg)
Log a command into the stream associated with the CommandWriter.