nm_data_op_s Struct Reference
#include <nm_data.h>
Collaboration diagram for nm_data_op_s:

Data Fields | ||
| enum nm_data_op_kind_e | kind | |
| union { | ||
| struct nm_data_op_context_nop_s nop | ||
| struct nm_data_op_context_copy_from_s copy_from | ||
| struct nm_data_op_context_copy_to_s copy_to | ||
| struct nm_data_op_context_dynamic_s dynamic | ||
| struct nm_data_op_context_getprops_s getprops | ||
| struct nm_data_op_context_chunk_s chunk | ||
| struct nm_data_op_context_slicer_coroutine_s slicer_coroutine | ||
| } | context | |
Detailed Description
- Examples
- nm_sr_custom_data.c.
Field Documentation
◆ chunk
| struct nm_data_op_context_chunk_s nm_data_op_s::chunk |
◆ [union]
| union { ... } nm_data_op_s::context |
Referenced by nm_data_traversal_apply().
◆ copy_from
| struct nm_data_op_context_copy_from_s nm_data_op_s::copy_from |
◆ copy_to
| struct nm_data_op_context_copy_to_s nm_data_op_s::copy_to |
◆ dynamic
| struct nm_data_op_context_dynamic_s nm_data_op_s::dynamic |
Definition at line 168 of file nm_data.h.
Referenced by nm_data_traversal_apply().
◆ getprops
| struct nm_data_op_context_getprops_s nm_data_op_s::getprops |
◆ kind
| enum nm_data_op_kind_e nm_data_op_s::kind |
Definition at line 162 of file nm_data.h.
Referenced by nm_data_traversal_apply().
◆ nop
| struct nm_data_op_context_nop_s nm_data_op_s::nop |
◆ slicer_coroutine
| struct nm_data_op_context_slicer_coroutine_s nm_data_op_s::slicer_coroutine |
The documentation for this struct was generated from the following file: