Metadata base class.
The clas is not supposed to be used directly except that users want to create their own derived metadata class
Definition at line 41 of file metadata.hpp.

Public Member Functions | |
| Metadata (void *data) | |
| Constructor through an opqaue pinter. More... | |
| virtual | ~Metadata () |
| Destructor. More... | |
| virtual | operator bool () |
| operator to check if a metadata is void More... | |
Protected Attributes | |
| void * | data_ |
| deepstream::Metadata::Metadata | ( | void * | data | ) |
Constructor through an opqaue pinter.
|
virtual |
Destructor.
|
inlinevirtual |
operator to check if a metadata is void
Definition at line 50 of file metadata.hpp.
References data_.
|
protected |
Definition at line 53 of file metadata.hpp.
Referenced by operator bool().