Definition at line 24 of file writer.cpp.
|
using | PackerPtr = std::shared_ptr<::msgpack::packer< std::ostream > > |
|
|
void | openFile (const std::string &file_name) |
| open configuration file More...
|
|
◆ PackerPtr
◆ Writer() [1/2]
ariles2::ns_msgpack::impl::Writer::Writer |
( |
const Writer & |
| ) |
|
|
delete |
◆ Writer() [2/2]
template<class... t_Args>
ariles2::ns_msgpack::impl::Writer::Writer |
( |
t_Args &&... |
args | ) |
|
|
inlineexplicit |
◆ openFile()
void ariles2::write::FileVisitorImplementation::openFile |
( |
const std::string & |
file_name | ) |
|
|
inlineprotectedinherited |
open configuration file
- Parameters
-
Definition at line 400 of file write.h.
◆ operator=()
void ariles2::ns_msgpack::impl::Writer::operator= |
( |
const Writer & |
| ) |
|
|
delete |
◆ config_ofs_
std::ofstream ariles2::write::FileVisitorImplementation::config_ofs_ |
|
inherited |
output file stream
Definition at line 377 of file write.h.
◆ nameless_counter_
std::size_t ariles2::ns_msgpack::impl::Writer::nameless_counter_ |
◆ output_stream_
std::ostream* ariles2::write::FileVisitorImplementation::output_stream_ |
|
inherited |
output stream
Definition at line 380 of file write.h.
◆ packer_
PackerPtr ariles2::ns_msgpack::impl::Writer::packer_ |
The documentation for this class was generated from the following file: