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 service-maker/includes/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... | |
| 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.
| 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, and deepstream::UserMetadata.
Definition at line 51 of file service-maker/includes/metadata.hpp.
References data_.
|
inlinevirtual |
operator to check if a metadata is void
Reimplemented in deepstream::UserMetadata, and deepstream::UserMetadata.
Definition at line 51 of file 9.0/service-maker/includes/metadata.hpp.
References data_.
|
protected |
Definition at line 54 of file service-maker/includes/metadata.hpp.
Referenced by operator bool(), and deepstream::UserMetadata::operator bool().