Skip to content

Class cubconn::buffered_socket

ClassList > cubconn > buffered_socket

  • #include <buffer.hpp>

Public Static Functions

Type Name
std::tuple< result, const T * > read_fixed_size (int fd, buffer & buffer)
result recv_partial (int fd, buffer & buffer)
result send_partial (int fd, cubbase::packet_buffer & buffer) noexcept

Public Static Functions Documentation

function read_fixed_size

template<typename T>
static inline std::tuple< result , const T * > cubconn::buffered_socket::read_fixed_size (
    int fd,
    buffer & buffer
) 

function recv_partial

static inline result cubconn::buffered_socket::recv_partial (
    int fd,
    buffer & buffer
) 

function send_partial

static inline result cubconn::buffered_socket::send_partial (
    int fd,
    cubbase::packet_buffer & buffer
) noexcept


The documentation for this class was generated from the following file cubrid/src/connection/buffer.hpp