Definition at line 134 of file buffered_iostream.cpp.
◆ buffered_ostream_impl()
| fc::detail::buffered_ostream_impl::buffered_ostream_impl |
( |
ostream_ptr | os | ) |
|
|
inline |
Definition at line 137 of file buffered_iostream.cpp.
137 :
139#ifndef NDEBUG
141#endif
142 {}
bool _shared_write_buffer_in_use
◆ _ostr
| ostream_ptr fc::detail::buffered_ostream_impl::_ostr |
◆ _rdbuf
| boost::asio::streambuf fc::detail::buffered_ostream_impl::_rdbuf |
◆ _shared_write_buffer
| std::shared_ptr<char> fc::detail::buffered_ostream_impl::_shared_write_buffer |
◆ _shared_write_buffer_in_use
| bool fc::detail::buffered_ostream_impl::_shared_write_buffer_in_use |
The documentation for this class was generated from the following file: