Definition at line 19 of file writer.cpp.
◆ Writer() [1/2]
ariles::ns_pugixml::impl::Writer::Writer |
( |
const std::string & |
file_name | ) |
|
|
inlineexplicit |
◆ Writer() [2/2]
ariles::ns_pugixml::impl::Writer::Writer |
( |
std::ostream & |
output_stream | ) |
|
|
inlineexplicit |
◆ getRawNode()
pugi::xml_node& ariles::ns_pugixml::impl::Writer::getRawNode |
( |
| ) |
|
|
inline |
Get current node.
- Returns
- pointer to the current node
Definition at line 56 of file writer.cpp.
◆ config_ofs_
std::ofstream ariles::ns_pugixml::impl::Writer::config_ofs_ |
output file stream
Definition at line 28 of file writer.cpp.
◆ document_
pugi::xml_document ariles::ns_pugixml::impl::Writer::document_ |
◆ node_stack_
std::vector<NodeWrapper> ariles::ns_pugixml::impl::Writer::node_stack_ |
◆ output_stream_
std::ostream* ariles::ns_pugixml::impl::Writer::output_stream_ |
The documentation for this class was generated from the following file: