xdrpp
RFC4506 XDR compiler and message library
xdr::marshal_swap Member List

This is the complete list of members for xdr::marshal_swap, including all inherited members.

get32(const std::uint32_t *&p) (defined in xdr::marshal_swap)xdr::marshal_swapinlinestatic
get64(const std::uint32_t *&p) (defined in xdr::marshal_swap)xdr::marshal_swapinlinestatic
get_bytes(const std::uint32_t *&pr, void *buf, std::size_t len)xdr::marshal_basestatic
put32(std::uint32_t *&p, std::uint32_t v) (defined in xdr::marshal_swap)xdr::marshal_swapinlinestatic
put64(std::uint32_t *&p, u64conv u) (defined in xdr::marshal_swap)xdr::marshal_swapinlinestatic
put_bytes(std::uint32_t *&pr, const void *buf, std::size_t len)xdr::marshal_basestatic