Classes | |
| class | ss::basic_socketstream< _CharT, _Traits > |
| Controlling input and output on sockets. More... | |
| class | ss::basic_isocketstream< _CharT, _Traits > |
| Controlling input on sockets. More... | |
| class | ss::basic_osocketstream< _CharT, _Traits > |
| Controlling output on sockets. More... | |
These classes implement the std::basic_istream and std::basic_ostream interfaces of the standard library. They build over socketstream::basic_socketbuf.
1.4.3