30 "compileDate", __DATE__,
31 "compileTime", __TIME__,
33 "gitBranch", AFW_GIT_INFO_BRANCH,
34 "gitDescribe", AFW_GIT_INFO_DESCRIBE,
35 "gitSha", AFW_GIT_INFO_SHA,
36 "libafwVersion", AFW_VERSION_STRING,
37 "libafwVersionWithGitInfo", AFW_VERSION_WITH_GIT_INFO,
38 "version", AFW_LDAP_VERSION_STRING,
39 "versionWithGitInfo", AFW_LDAP_VERSION_WITH_GIT_INFO,
43 static const afw_utf8_t impl_version_info_path =
64 &impl_version_info_path,
Adaptive Framework Core API.
void afw_ldap_const_objects_register(afw_xctx_t *xctx)
Get array of afw_ldap_ const objects.
void afw_ldap_generated_register(afw_xctx_t *xctx)
Generated register for afw_ldap.
Adaptive Framework register generated (afw_ldap) header.
afw_ldap_adaptor_type_ldap_register(afw_xctx_t *xctx)
Register function for adaptor_type ldap.
afw_ldap_error_rv_decoder_ldap_register(afw_xctx_t *xctx)
Register function for error_rv_decoder ldap.
void afw_ldap_register_runtime_object_maps(afw_xctx_t *xctx)
Register (afw_ldap_) runtime object maps.
Adaptive Framework Version (afw_ldap_) header.
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
afw_utf8_octet_t afw_utf8_z_t
NFC normalized UTF-8 null terminated string.
const afw_object_t * afw_object_create_const_from_key_value_strings_z(const afw_utf8_t *path, const afw_utf8_z_t *const *pairs, const afw_pool_t *p, afw_xctx_t *xctx)
Create a const object from key/value utf-8 null terminated strings.
afw_runtime_env_set_object(const afw_object_t *object, afw_boolean_t overwrite, afw_xctx_t *xctx)
Set an object pointer in the environment's runtime objects.
const afw_pool_t * p
Pool used to hold environment.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.