Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions | Variables
afw_data_type.h File Reference

Header for Adaptive Framework data type. More...

#include "afw_interface.h"

Go to the source code of this file.

Macros

#define AFW_DATA_TYPE_EQUAL(A_DATATYPE_1_, A_DATATYPE_2_)   ((A_DATATYPE_1_) == (A_DATATYPE_2_))
 
#define AFW_DATA_TYPE_ASSERT_EQUAL(A_DATATYPE_1_, A_DATATYPE_2_, A_SCOPE)
 

Functions

const afw_object_tafw_data_type_object_create_clone_to_managed_object (const afw_object_t *object, const afw_pool_t *p, afw_xctx_t *xctx)
 Clone an object to a managed object. More...
 

Variables

 afw_data_type_boolean_true
 afw_boolean_t true value.
 
 afw_data_type_boolean_false
 afw_boolean_t false value.
 

Detailed Description

Header for Adaptive Framework data type.

Also see afw_core_data_types.h.

Definition in file afw_data_type.h.