Auxiliary type to enable copies and assignments, similar to std::auto_ptr_ref. See http://www.josuttis.com/libbook/auto_ptr.html for a discussion. More...
#include <types.hpp>
Public Member Functions | |
DataBufRef (std::pair< byte *, long > rhs) | |
Constructor. | |
Public Attributes | |
std::pair< byte *, long > | p |
Pointer to a byte array and its size. | |
Auxiliary type to enable copies and assignments, similar to std::auto_ptr_ref. See http://www.josuttis.com/libbook/auto_ptr.html for a discussion.