BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::detail::buffered_ostream_impl Class Reference

Public Member Functions

 buffered_ostream_impl (ostream_ptr os)
 

Public Attributes

ostream_ptr _ostr
 
boost::asio::streambuf _rdbuf
 
std::shared_ptr< char > _shared_write_buffer
 
bool _shared_write_buffer_in_use
 

Detailed Description

Definition at line 134 of file buffered_iostream.cpp.

Constructor & Destructor Documentation

◆ buffered_ostream_impl()

fc::detail::buffered_ostream_impl::buffered_ostream_impl ( ostream_ptr  os)
inline

Definition at line 137 of file buffered_iostream.cpp.

Member Data Documentation

◆ _ostr

ostream_ptr fc::detail::buffered_ostream_impl::_ostr

Definition at line 144 of file buffered_iostream.cpp.

◆ _rdbuf

boost::asio::streambuf fc::detail::buffered_ostream_impl::_rdbuf

Definition at line 145 of file buffered_iostream.cpp.

◆ _shared_write_buffer

std::shared_ptr<char> fc::detail::buffered_ostream_impl::_shared_write_buffer

Definition at line 146 of file buffered_iostream.cpp.

◆ _shared_write_buffer_in_use

bool fc::detail::buffered_ostream_impl::_shared_write_buffer_in_use

Definition at line 148 of file buffered_iostream.cpp.


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