Definition at line 12 of file buffered_iostream.cpp.
◆ buffered_istream_impl()
fc::detail::buffered_istream_impl::buffered_istream_impl |
( |
istream_ptr | is | ) |
|
|
inline |
Definition at line 15 of file buffered_iostream.cpp.
15 :
17#ifndef NDEBUG
19#endif
20 {}
bool _shared_read_buffer_in_use
◆ _istr
istream_ptr fc::detail::buffered_istream_impl::_istr |
◆ _rdbuf
boost::asio::streambuf fc::detail::buffered_istream_impl::_rdbuf |
◆ _shared_read_buffer
std::shared_ptr<char> fc::detail::buffered_istream_impl::_shared_read_buffer |
◆ _shared_read_buffer_in_use
bool fc::detail::buffered_istream_impl::_shared_read_buffer_in_use |
The documentation for this class was generated from the following file: