Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw.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 API
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_H__
10 #define __AFW_H__
11 
12 /* afw_minimal.h must be first since it includes afw_doxygen.h. */
13 #include "afw_minimal.h"
14 
25 #include "afw_action.h"
26 #include "afw_adaptor.h"
27 #include "afw_adaptor_impl.h"
28 #include "afw_ascii.h"
29 #include "afw_associative_array.h"
30 #include "afw_atomic.h"
31 #include "afw_authorization.h"
32 #include "afw_authorization_impl.h"
33 #include "afw_compile.h"
34 #include "afw_compile_code_point.h"
35 #include "afw_components.h"
36 #include "afw_content_type.h"
37 #include "afw_content_type_impl.h"
38 #include "afw_context.h"
39 #include "afw_data_type.h"
40 #include "afw_data_type_bindings.h"
41 #include "afw_debug.h"
42 #include "afw_endian.h"
43 #include "afw_error.h"
44 #include "afw_file.h"
45 #include "afw_flag.h"
46 #include "afw_function.h"
47 #include "afw_environment.h"
48 #include "afw_json.h"
49 #include "afw_lock.h"
50 #include "afw_list_impl.h"
51 #include "afw_log_impl.h"
52 #include "afw_memory.h"
53 #include "afw_model.h"
54 #include "afw_number.h"
55 #include "afw_object_impl.h"
56 #include "afw_object_meta.h"
57 #include "afw_object_options.h"
58 #include "afw_object_path.h"
59 #include "afw_object_type.h"
60 #include "afw_object_view.h"
61 #include "afw_query_criteria.h"
62 #include "afw_request.h"
63 #include "afw_request_impl.h"
64 #include "afw_request_handler.h"
65 #include "afw_runtime.h"
67 #include "afw_safe_cast.h"
68 #include "afw_service.h"
69 #include "afw_stack.h"
70 #include "afw_stream.h"
71 #include "afw_strings.h"
72 #include "afw_thread.h"
73 #include "afw_time.h"
74 #include "afw_trace.h"
75 #include "afw_utf8.h"
76 #include "afw_uuid.h"
77 #include "afw_uri.h"
78 #include "afw_value.h"
79 #include "afw_writer.h"
80 
81 #endif /* __AFW_H__ */
Functions for working with AdaptiveAction objects.
Header for interface afw_adaptor* helpers.
Helpers for adaptor implementation development.
Adaptive Framework ASCII.
(deprecated) Adaptive Framework implementation of associative array.
Adaptive Framework atomic operations.
Adaptive Framework authorization.
Adaptive Framework authorization implementation support.
Header file for Adaptive Framework Compile.
Adaptive Framework unicode code point support header.
UI components.
Header Adaptive Framework afw_content_type interface support.
Helpers for afw_content_type* implementation development.
Adaptive Framework Context.
Header for Adaptive Framework data type.
Adaptive Framework core data type bindings header.
Adaptive Framework Software Debug Header.
Adaptive Framework Endian Header.
Header for adaptive framework environment.
Adaptive Framework error handling header.
Header file for Adaptive Framework file support.
Adaptive Framework Software Flag Header.
Header file for Adaptive Framework Runtime Basic Function Support.
Header file for Adaptive Framework JSON.
Helpers for list implementation development.
Adaptive Framework locks.
Helpers for log implementation development.
Header file for Adaptive Framework Memory.
Adaptive Framework Minimal Header.
Header file for Adaptive Framework model support.
Adaptive Framework Number Header.
Helpers for object implementation development.
afw_object Interface meta helpers.
Header file for Adaptive Framework object processing options.
Header for Adaptive Object Path.
Object type helpers.
Header file for Adaptive Framework object view.
AFW query criteria header.
Header for interface afw_request* helpers.
Header file for Adaptive Framework Request Handler.
Header for interface afw_request* implementation development.
Runtime objects adaptor.
Core runtime value accessors.
Safe cast functions.
Adaptive Framework service support.
Adaptive Framework stack support.
Adaptive Framework Stream Implementation Header.
Adaptive Framework (afw_) strings header.
Header for Adaptive Framework Time Support.
Adaptive Framework Software Trace Header.
Header for Uniform Resource Identifier (URI) helpers.
AFW String functions.
Adaptive Framework UUID header.
Adaptive Framework header for adaptive values.