#include <gvexceptions.h>
Inheritance diagram for GVectors::GVEXMLFileWrite:

Public Member Functions | |
| GVEXMLFileWrite () throw () | |
| Constructor. | |
| GVEXMLFileWrite (const std::string &w) throw () | |
| Constructor. | |
| virtual | ~GVEXMLFileWrite () throw () |
| Destructor. | |
| GVEXMLFileWrite::GVEXMLFileWrite | ( | ) | throw () [explicit] |
Constructor. Initializes str_what to 'Error writing XML file.'.
| GVEXMLFileWrite::GVEXMLFileWrite | ( | const std::string & | w | ) | throw () [explicit] |
Constructor. Initializes str_what to the string provided.
| w | The string assigned to str_what. |
| GVEXMLFileWrite::~GVEXMLFileWrite | ( | ) | throw () [virtual] |
Destructor. Does nothing. Just for completeness.
1.4.7