|
Rerun C++ SDK
|
Component: A binary blob of data. More...
#include <rerun/components/blob.hpp>
Public Member Functions | |
| Blob (rerun::datatypes::Blob data_) | |
| Blob & | operator= (rerun::datatypes::Blob data_) |
| Blob (rerun::Collection< uint8_t > data_) | |
| Blob & | operator= (rerun::Collection< uint8_t > data_) |
| operator rerun::datatypes::Blob () const | |
| Cast to the underlying Blob datatype. | |
Public Attributes | |
| rerun::datatypes::Blob | data |
Component: A binary blob of data.