The StringWriter class This is an important helper class implementation for the store and retrieval system of objects in FreeCAD. More...
#include <Writer.h>
Public Member Functions | |
| std::string | getString (void) |
| virtual std::ostream & | Stream (void) |
| virtual void | writeFiles (void) |
| process the requested file storing | |
The StringWriter class This is an important helper class implementation for the store and retrieval system of objects in FreeCAD.
Definition at line 144 of file Writer.h.
| std::string Base::StringWriter::getString | ( | void | ) | [inline] |
Definition at line 149 of file Writer.h.
Referenced by Base::PersistencePy::getContent().
| virtual std::ostream& Base::StringWriter::Stream | ( | void | ) | [inline, virtual] |
Implements Base::Writer.
| virtual void Base::StringWriter::writeFiles | ( | void | ) | [inline, virtual] |
process the requested file storing
Implements Base::Writer.
1.6.1