Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_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 Core Internal
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_INTERNAL_H__
10 #define __AFW_INTERNAL_H__
11 
12 
23 #include "afw.h"
24 #include "afw_generated.h"
25 #include "afw_adaptor_internal.h"
27 #include "afw_authorization_internal.h"
28 #include "afw_compile_internal.h"
29 #include "afw_const_objects.h"
30 #include "afw_environment_internal.h"
31 #include "afw_file_internal.h"
32 #include "afw_function_bindings.h"
33 #include "afw_json_internal.h"
34 #include "afw_list_internal.h"
35 #include "afw_log_internal.h"
36 #include "afw_model_internal.h"
37 #include "afw_model_location.h"
38 #include "afw_object_internal.h"
40 #include "afw_pool_internal.h"
43 #include "afw_xctx_internal.h"
44 #include "afw_service_internal.h"
45 #include "afw_value_internal.h"
46 
47 #endif /* __AFW_INTERNAL_H__ */
Adaptive Framework Core API.
Header for afw_adaptor internal functions.
Application internal header.
Adaptive Framework Compiler Internal.
Adaptive Framework builtin objects header.
Internal header file for Adaptive Framework file support.
Adaptive Framework core adaptive function bindings header.
Adaptive Framework register generated (afw) header.
Adaptive Framework JSON Support Internal Header.
Internal header file for Adaptive Framework List.
Header file for Adaptive Framework Request Handler Internals.
Internal header for Adaptive Framework model.
Header file for Adaptive Framework model location.
Internal header file for Adaptive Framework memory.
Internal header file for Adaptive Framework view adaptor.
Header file for Adaptive Framework Request Handler Internals.
Adaptive Framework runtime object mapping header.
Internal header for afw_value*.
Adaptive Framework The execution context (xctx) Internal Header.