nm_data_ops_s Struct Reference
set of operations available on data type. More...
#include <nm_data.h>
Collaboration diagram for nm_data_ops_s:

Data Fields | |
| nm_data_traversal_t | p_traversal |
| operation to apply a given function to all chunks of data (required) | |
| nm_data_properties_compute_t | p_properties_compute |
| optimized function to compute data properties (optionnal) | |
Detailed Description
set of operations available on data type.
- Examples
- nm_sr_custom_data.c.
Field Documentation
◆ p_properties_compute
| nm_data_properties_compute_t nm_data_ops_s::p_properties_compute |
◆ p_traversal
| nm_data_traversal_t nm_data_ops_s::p_traversal |
operation to apply a given function to all chunks of data (required)
- Examples
- nm_sr_custom_data.c.
Definition at line 190 of file nm_data.h.
Referenced by nm_data_isnull().
The documentation for this struct was generated from the following file: