![]() |
QMCPACK
|
Public Member Functions | |
void | Write (std::ostream &out) |
void | Write (std::string &out) |
XMLAttribute (std::string name, std::string content) | |
XMLAttribute (std::string name, double val) | |
XMLAttribute (std::string name, int val) | |
XMLAttribute (const XMLAttribute &attr) | |
Private Attributes | |
std::string | Name |
std::string | Content |
Definition at line 25 of file XMLWriterClass2.h.
XMLAttribute | ( | std::string | name, |
std::string | content | ||
) |
XMLAttribute | ( | std::string | name, |
double | val | ||
) |
XMLAttribute | ( | std::string | name, |
int | val | ||
) |
XMLAttribute | ( | const XMLAttribute & | attr | ) |
void Write | ( | std::ostream & | out | ) |
void Write | ( | std::string & | out | ) |
|
private |
Definition at line 27 of file XMLWriterClass2.h.
|
private |
Definition at line 27 of file XMLWriterClass2.h.