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_istream_impl Class Reference

Public Member Functions

 buffered_istream_impl (istream_ptr is)
 

Public Attributes

istream_ptr _istr
 
boost::asio::streambuf _rdbuf
 
std::shared_ptr< char > _shared_read_buffer
 
bool _shared_read_buffer_in_use
 

Detailed Description

Definition at line 12 of file buffered_iostream.cpp.

Constructor & Destructor Documentation

◆ buffered_istream_impl()

fc::detail::buffered_istream_impl::buffered_istream_impl ( istream_ptr  is)
inline

Definition at line 15 of file buffered_iostream.cpp.

Member Data Documentation

◆ _istr

istream_ptr fc::detail::buffered_istream_impl::_istr

Definition at line 22 of file buffered_iostream.cpp.

◆ _rdbuf

boost::asio::streambuf fc::detail::buffered_istream_impl::_rdbuf

Definition at line 23 of file buffered_iostream.cpp.

◆ _shared_read_buffer

std::shared_ptr<char> fc::detail::buffered_istream_impl::_shared_read_buffer

Definition at line 24 of file buffered_iostream.cpp.

◆ _shared_read_buffer_in_use

bool fc::detail::buffered_istream_impl::_shared_read_buffer_in_use

Definition at line 26 of file buffered_iostream.cpp.


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