Definition at line 71 of file XMLWriterClass2.h.
◆ EndDocument()
◆ EndElement()
◆ FullEndElement()
◆ StartDocument()
bool StartDocument |
( |
std::string |
fname, |
|
|
std::string |
version = "" , |
|
|
std::string |
encoding = "" , |
|
|
std::string |
standalone = "" |
|
) |
| |
◆ StartElement()
bool StartElement |
( |
std::string |
name | ) |
|
◆ Write()
◆ WriteAttribute() [1/3]
bool WriteAttribute |
( |
std::string |
name, |
|
|
std::string |
content |
|
) |
| |
◆ WriteAttribute() [2/3]
bool WriteAttribute |
( |
std::string |
name, |
|
|
double |
val, |
|
|
bool |
scientific = false |
|
) |
| |
◆ WriteAttribute() [3/3]
bool WriteAttribute |
( |
std::string |
name, |
|
|
int |
val |
|
) |
| |
◆ WriteData() [1/3]
bool WriteData |
( |
std::vector< double > |
data | ) |
|
◆ WriteData() [2/3]
bool WriteData |
( |
std::string |
content | ) |
|
◆ WriteData() [3/3]
Definition at line 98 of file XMLWriterClass2.h.
References Elements.
100 std::stringstream content;
101 content <<
" " << data <<
" ";
102 Elements.back()->AddContent(content.str());
std::vector< std::shared_ptr< XMLElement > > Elements
◆ WriteElement()
bool WriteElement |
( |
std::string |
name, |
|
|
std::vector< double > |
data |
|
) |
| |
◆ Elements
std::vector<std::shared_ptr<XMLElement> > Elements |
|
private |
◆ Out
The documentation for this class was generated from the following file:
- /home/pk7/projects/qmc/for_cron_doxygen/qmcpack/src/QMCTools/ppconvert/src/XMLWriterClass2.h