Adaptive Framework
0.9.0
|
Data Fields | |
const afw_utf8_t * | object_type_id |
const afw_utf8_t * | object_id |
const afw_utf8_t * | path |
const afw_runtime_unresolved_property_t *const * | properties |
afw_utf8_t | parent_path |
Definition at line 230 of file afw_runtime.h.
const afw_utf8_t* object_id |
Object Id.
Definition at line 236 of file afw_runtime.h.
const afw_utf8_t* object_type_id |
Object type Id.
Definition at line 233 of file afw_runtime.h.
afw_utf8_t parent_path |
Path to parent or empty string.
Definition at line 245 of file afw_runtime.h.
const afw_utf8_t* path |
Path to object.
Definition at line 239 of file afw_runtime.h.
const afw_runtime_unresolved_property_t* const* properties |
NULL terminated list of read-only properties.
Definition at line 242 of file afw_runtime.h.