| 
    fastdo
    0.5.12
    
   | 
 
#include <eiennet_socket.hpp>


Public 成员函数 | |
| SocketStreamBuf (eiennet::Socket *sock, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out, winux::uint32 inputBufSize=(winux::uint32)-1, winux::uint32 outputBufSize=(winux::uint32)-1) | |
| virtual | ~SocketStreamBuf () | 
| Socket * | getSocket () const | 
Protected 成员函数 | |
| virtual int_type | underflow () | 
| virtual int_type | overflow (int_type c) | 
| virtual int | sync () | 
| int | _flush () | 
brief 套接字流缓冲区
在文件 eiennet_socket.hpp 第 445 行定义.
| eiennet::SocketStreamBuf::SocketStreamBuf | ( | eiennet::Socket * | sock, | 
| std::ios_base::openmode | mode = std::ios_base::in|std::ios_base::out,  | 
        ||
| winux::uint32 | inputBufSize = (winux::uint32)-1,  | 
        ||
| winux::uint32 | outputBufSize = (winux::uint32)-1  | 
        ||
| ) | 
      
  | 
  virtual | 
      
  | 
  protected | 
      
  | 
  inline | 
在文件 eiennet_socket.hpp 第 457 行定义.
      
  | 
  protectedvirtual | 
      
  | 
  protectedvirtual | 
      
  | 
  protectedvirtual |