Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_object_view.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework Object View
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_OBJECT_VIEW_H__
10 #define __AFW_OBJECT_VIEW_H__
11 
12 #include "afw_interface.h"
13 
29 
42  const afw_object_t *instance,
43  const afw_utf8_t *entity_path,
44  const afw_object_options_t *options,
45  const afw_pool_t *p, afw_xctx_t *xctx);
46 
47 
48 AFW_END_DECLARES
49 
52 #endif /* __AFW_OBJECT_VIEW_H__ */
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
const afw_object_t * afw_object_view_create(const afw_object_t *instance, const afw_utf8_t *entity_path, const afw_object_options_t *options, const afw_pool_t *p, afw_xctx_t *xctx)
Create an object view of an object in specified pool.
Struct for object processing options.
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.