A simple abstraction for a block of bytes. More...
#include <yarp/os/Bytes.h>
Public Member Functions | |
| Bytes () | |
| Default constructor. | |
| Bytes (char *data, size_t len) | |
| Constructor. | |
| size_t | length () const |
| const char * | get () const |
| char * | get () |
A simple abstraction for a block of bytes.
This class is not responsible for allocating or destroying those bytes, just recording their location.
|
explicit |
| char * yarp::os::Bytes::get | ( | ) |
| size_t yarp::os::Bytes::length | ( | ) | const |