Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_application_internal.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework application internal header
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_APPLICATION_INTERNAL_H__
10 #define __AFW_APPLICATION_INTERNAL_H__
11 
12 #include "afw_interface.h"
13 
28 
33 void
35 
36 
44 void
46  afw_xctx_t *xctx);
47 
48 
53  const afw_utf8_t *type,
54  const afw_object_t *conf,
55  const afw_utf8_t *source_location,
56  const afw_pool_t *p, afw_xctx_t *xctx);
57 
58 
59 AFW_END_DECLARES
60 
63 #endif /* __AFW_APPLICATION_INTERNAL_H__ */
#define AFW_BEGIN_DECLARES
Interfaceafw_interface header.
void afw_application_internal_register_basic_application_context_type(afw_xctx_t *xctx)
Set basic application context type.
void afw_application_internal_push_qualifiers(afw_xctx_t *xctx)
Push application qualifiers on xctx's qualifier stack.
void afw_application_internal_application_conf_type_create_cede_p(const afw_utf8_t *type, const afw_object_t *conf, const afw_utf8_t *source_location, const afw_pool_t *p, afw_xctx_t *xctx)
type=application conf handler.
Interface afw_object public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Definition: afw_common.h:545
Interface afw_xctx public struct.