xdrpp
RFC4506 XDR compiler and message library
|
Send and receive delimited messages over non-blocking sockets. More...
Go to the source code of this file.
Classes | |
class | xdr::msg_sock |
Send and receive a series of delimited messages on a stream socket. More... | |
class | xdr::rpc_sock |
A wrapper around xdr::msg_sock that separates calls from replies. More... | |
struct | xdr::rpc_sock_reply_t |
Functor wrapper around rpc_sock::send_reply . More... | |
Namespaces | |
xdr | |
Most of the xdrpp library is encapsulated in the xdr namespace. | |
Send and receive delimited messages over non-blocking sockets.
Definition in file msgsock.h.