Go to the source code of this file.
Data Structures | |
| struct | dwContainerMetaUint64 |
| Metadata type holding a string-uint64 name-value pair. More... | |
| struct | dwContainerMetaBool |
| Metadata type holding a string-bool name-value pair. More... | |
| struct | dwContainerMetaString |
| Metadata type holding a string-string name-value pair. More... | |
Typedefs | |
| typedef struct dwContainerMetaUint64 | dwContainerMetaUint64 |
| Metadata type holding a string-uint64 name-value pair. More... | |
| typedef struct dwContainerMetaBool | dwContainerMetaBool |
| Metadata type holding a string-bool name-value pair. More... | |
| typedef struct dwContainerMetaString | dwContainerMetaString |
| Metadata type holding a string-string name-value pair. More... | |
Enumerations | |
| enum | dwContainerMetaType { DW_CONTAINER_META_TYPE_UINT64, DW_CONTAINER_META_TYPE_BOOL, DW_CONTAINER_META_TYPE_STRING } |
| Enum representing supported metadata types. More... | |
| typedef struct dwContainerMetaBool dwContainerMetaBool |
Metadata type holding a string-bool name-value pair.
| typedef struct dwContainerMetaString dwContainerMetaString |
Metadata type holding a string-string name-value pair.
| typedef struct dwContainerMetaUint64 dwContainerMetaUint64 |
Metadata type holding a string-uint64 name-value pair.
| enum dwContainerMetaType |
Enum representing supported metadata types.
| Enumerator | |
|---|---|
| DW_CONTAINER_META_TYPE_UINT64 | NVP with a uint64_t as payload. |
| DW_CONTAINER_META_TYPE_BOOL | NVP with a bool as payload. |
| DW_CONTAINER_META_TYPE_STRING | NVP with a string as payload. |
Definition at line 21 of file Metadata.h.