Ariles
Public Types | Public Member Functions | Public Attributes | Protected Member Functions | List of all members
ariles2::ns_msgpack_compact::impl::Writer Class Reference

Detailed Description

Definition at line 23 of file writer_compact.cpp.

Inheritance diagram for ariles2::ns_msgpack_compact::impl::Writer:
ariles2::write::FileVisitorImplementation

Public Types

using PackerPtr = std::shared_ptr<::msgpack::packer< std::ostream > >
 

Public Member Functions

 Writer (const Writer &)=delete
 
void operator= (const Writer &)=delete
 
template<class... t_Args>
 Writer (t_Args &&...args)
 

Public Attributes

PackerPtr packer_
 
std::ofstream config_ofs_
 output file stream More...
 
std::ostream * output_stream_
 output stream More...
 

Protected Member Functions

void openFile (const std::string &file_name)
 open configuration file More...
 

Member Typedef Documentation

◆ PackerPtr

using ariles2::ns_msgpack_compact::impl::Writer::PackerPtr = std::shared_ptr<::msgpack::packer<std::ostream> >

Definition at line 26 of file writer_compact.cpp.

Constructor & Destructor Documentation

◆ Writer() [1/2]

ariles2::ns_msgpack_compact::impl::Writer::Writer ( const Writer )
delete

◆ Writer() [2/2]

template<class... t_Args>
ariles2::ns_msgpack_compact::impl::Writer::Writer ( t_Args &&...  args)
inlineexplicit

Definition at line 38 of file writer_compact.cpp.

Member Function Documentation

◆ openFile()

void ariles2::write::FileVisitorImplementation::openFile ( const std::string &  file_name)
inlineprotectedinherited

open configuration file

Parameters
[in]file_name

Definition at line 400 of file write.h.

◆ operator=()

void ariles2::ns_msgpack_compact::impl::Writer::operator= ( const Writer )
delete

Member Data Documentation

◆ config_ofs_

std::ofstream ariles2::write::FileVisitorImplementation::config_ofs_
inherited

output file stream

Definition at line 377 of file write.h.

◆ 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_compact::impl::Writer::packer_

Definition at line 30 of file writer_compact.cpp.


The documentation for this class was generated from the following file: