Definition at line 27 of file writer.cpp.
|
void | openFile (const std::string &file_name) |
| open configuration file More...
|
|
◆ Writer()
template<class... t_Args>
ariles2::ns_rapidjson::impl::Writer::Writer |
( |
t_Args &&... |
args | ) |
|
|
inlineexplicit |
◆ back() [1/2]
◆ back() [2/2]
◆ clear()
◆ concatWithNode()
template<class t_Node >
template<typename... t_String>
◆ concatWithNodeAndEmplace()
template<class t_Node >
template<typename... t_String>
◆ emplace()
template<class t_Node >
template<class... t_Args>
◆ empty()
◆ getRawNode() [1/2]
◆ getRawNode() [2/2]
Get current node.
- Returns
- pointer to the current node
Definition at line 49 of file common.h.
◆ openFile()
void ariles2::write::FileVisitorImplementation::openFile |
( |
const std::string & |
file_name | ) |
|
|
inlineprotectedinherited |
open configuration file
- Parameters
-
Definition at line 400 of file write.h.
◆ pop()
◆ shiftArray()
◆ config_ofs_
std::ofstream ariles2::write::FileVisitorImplementation::config_ofs_ |
|
inherited |
output file stream
Definition at line 377 of file write.h.
◆ document_
instance of the parser
Definition at line 40 of file common.h.
◆ node_stack_
◆ output_stream_
std::ostream* ariles2::write::FileVisitorImplementation::output_stream_ |
|
inherited |
output stream
Definition at line 380 of file write.h.
The documentation for this class was generated from the following file: