Struct SolidSyslogStructuredData¶
ClassList > SolidSyslogStructuredData
A structured-data source. More...
#include <SolidSyslogStructuredDataDefinition.h>
Public Attributes¶
| Type | Name |
|---|---|
| void(* | Format Write this source's SD-ELEMENT(s) into element . |
Detailed Description¶
Implementors embed this as the first member of their struct so Format can downcast base back to the instance.
Public Attributes Documentation¶
variable Format¶
Write this source's SD-ELEMENT(s) into element .
void(* SolidSyslogStructuredData::Format) (struct SolidSyslogStructuredData *base, struct SolidSyslogSdElement *element);
base is this same object, carrying any per-instance state. The library never allocates the object, so it lives in the implementor's storage.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogStructuredDataDefinition.h