Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_adaptor_context.c
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework Adaptor Context
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
14 #include "afw_internal.h"
15 
16 
17 
18 /* Prepare expression evaluation context for adaptor::. */
19 AFW_DECLARE(void)
21  const afw_adaptor_t *adaptor,
22  const afw_pool_t *p,
23  afw_xctx_t *xctx)
24 {
25  AFW_THROW_ERROR_Z(general, "Not implemented", xctx);
26 }
27 
#define AFW_DECLARE(type)
Declare a public afw function.
Adaptive Framework Core Internal.
void afw_adaptor_context_prepare(const afw_adaptor_t *adaptor, const afw_pool_t *p, afw_xctx_t *xctx)
Prepare expression evaluation context for adaptor::.
#define AFW_THROW_ERROR_Z(code, message_z, xctx)
Macro used to set error and 0 rv in xctx and throw it.
Definition: afw_error.h:283
Interface afw_adaptor public struct.
Interface afw_pool public struct.
Interface afw_xctx public struct.