mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-27 05:02:29 +00:00
added component() member
[SVN r28964]
This commit is contained in:
@@ -117,6 +117,7 @@ public:
|
||||
bool strict_sync() { return this->member.strict_sync(); }
|
||||
Device& operator*() { return *this->member; }
|
||||
Device* operator->() { return &*this->member; }
|
||||
Device* component() { return this->member.component(); }
|
||||
private:
|
||||
void open_impl(const Device& dev BOOST_IOSTREAMS_PUSH_PARAMS()) // For forwarding.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user