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

Adaptive data type regexp header. More...

#include "afw_minimal.h"
#include "afw_data_type_typedefs.h"
#include "afw_declare_helpers.h"

Go to the source code of this file.

Data Structures

struct  afw_value_regexp_s
 struct for data type regexp values. More...
 

Macros

#define AFW_DATA_TYPE_ID_Q_regexp   "regexp"
 Quoted data type id for regexp.
 
#define AFW_DATA_TYPE_ID_U_regexp   regexp
 Unquoted data type id for regexp.
 
#define AFW_DATA_TYPE_ID_S_regexp   afw_s_regexp
 String for data type id regexp.
 
#define AFW_DATA_TYPE_CTYPE_Q_regexp   "afw_utf8_t"
 Quoted c type for data type id regexp.
 
#define afw_data_type_is_regexp(A_DATA_TYPE)
 Macro to determine if data type is regexp. More...
 
#define afw_value_is_regexp(A_VALUE)
 Macro to determine if value is evaluated regexp. More...
 
#define afw_value_is_list_of_regexp(A_VALUE)
 Macro to determine if value is evaluated list of regexp. More...
 
#define afw_object_old_get_property_as_regexp(object, property_name, xctx)
 Get property function for data type regexp value. More...
 
#define afw_object_get_property_as_regexp(object, property_name, p, xctx)
 Get property function for data type regexp value. More...
 
#define afw_object_old_get_next_property_as_regexp(object, iterator, property_name, xctx)
 Get next property function for data type regexp value. More...
 
#define afw_object_get_next_property_as_regexp(object, iterator, property_name, p, xctx)
 Get next property function for data type regexp value. More...
 
#define afw_list_of_regexp_get_next(list, iterator, xctx)
 Get next value from list of regexp. More...
 

Functions

void afw_data_type_regexp_to_internal (afw_utf8_t *to_internal, const afw_utf8_t *from_utf8, const afw_pool_t *p, afw_xctx_t *xctx)
 Convert data type regexp string to afw_utf8_t *. More...
 
const afw_utf8_tafw_data_type_regexp_to_utf8 (const afw_utf8_t *internal, const afw_pool_t *p, afw_xctx_t *xctx)
 Convert data type regexp internal representation to utf-8. More...
 
const afw_utf8_tafw_value_as_regexp (const afw_value_t *value, afw_xctx_t *xctx)
 Typesafe cast of data type regexp. More...
 
afw_value_regexp_tafw_value_allocate_regexp (const afw_pool_t *p, afw_xctx_t *xctx)
 Allocate function for unmanaged data type regexp value. More...
 
const afw_value_tafw_value_create_regexp (const afw_utf8_t *internal, const afw_pool_t *p, afw_xctx_t *xctx)
 Create function for unmanaged data type regexp value. More...
 
afw_value_regexp_tafw_value_allocate_managed_regexp (const afw_pool_t *p, afw_xctx_t *xctx)
 Allocate function for managed data type regexp value. More...
 
const afw_value_tafw_value_create_managed_regexp (const afw_utf8_t *internal, const afw_pool_t *p, afw_xctx_t *xctx)
 Create function for managed data type regexp value. More...
 
afw_value_regexp_tafw_value_allocate_permanent_regexp (const afw_pool_t *p, afw_xctx_t *xctx)
 Allocate function for permanent data type regexp value. More...
 
const afw_value_tafw_value_create_permanent_regexp (const afw_utf8_t *internal, const afw_pool_t *p, afw_xctx_t *xctx)
 Create function for permanent data type regexp value. More...
 
const afw_utf8_tafw_object_get_property_as_regexp_source (const afw_object_t *object, const afw_utf8_t *property_name, const afw_utf8_z_t *source_z, const afw_pool_t *p, afw_xctx_t *xctx)
 Get property function for data type regexp value. More...
 
const afw_utf8_tafw_object_get_next_property_as_regexp_source (const afw_object_t *object, const afw_iterator_t **iterator, const afw_utf8_t **property_name, const afw_utf8_z_t *source_z, const afw_pool_t *p, afw_xctx_t *xctx)
 Get property function for data type regexp value. More...
 
void afw_object_set_property_as_regexp (const afw_object_t *object, const afw_utf8_t *property_name, const afw_utf8_t *internal, afw_xctx_t *xctx)
 Set property function for data type regexp values. More...
 
const afw_utf8_tafw_list_of_regexp_get_next_source (const afw_list_t *instance, const afw_iterator_t **iterator, const afw_utf8_z_t *source_z, afw_xctx_t *xctx)
 Get next value from list of regexp. More...
 
void afw_list_of_regexp_add (const afw_list_t *instance, const afw_utf8_t *value, afw_xctx_t *xctx)
 Add value from list of regexp. More...
 
void afw_list_of_regexp_remove (const afw_list_t *instance, const afw_utf8_t *value, afw_xctx_t *xctx)
 Remove value from list of regexp. More...
 

Variables

 afw_data_type_regexp_id_value
 Adaptive string value for "regexp".
 
 afw_data_type_regexp
 Data type struct for regexp.
 
 afw_value_evaluated_regexp_inf
 Unmanaged evaluated value inf for data type regexp. More...
 
 afw_value_managed_regexp_inf
 Managed evaluated value inf for data type regexp. More...
 
 afw_value_permanent_regexp_inf
 Permanent managed (life of afw environment) value inf for data type regexp. More...
 
 afw_data_type_regexp_direct
 extern for data type regexp struct. More...
 
 afw_data_type_regexp_inf
 extern for data type regexp inf. More...
 

Detailed Description

Adaptive data type regexp header.

Definition in file afw_data_type_regexp_binding.h.