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 42 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
Reimplemented in deepstream::UserMetadata.
Definition at line 51 of file metadata.hpp.
References data_.
|
protected |
Definition at line 54 of file metadata.hpp.
Referenced by operator bool(), and deepstream::UserMetadata::operator bool().