NewMadeleine

Documentation

« back to PM2 home.

#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.

Definition at line 160 of file nm_data.h.

Field Documentation

◆ chunk

struct nm_data_op_context_chunk_s nm_data_op_s::chunk

Definition at line 170 of file nm_data.h.

◆ [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

Definition at line 166 of file nm_data.h.

◆ copy_to

struct nm_data_op_context_copy_to_s nm_data_op_s::copy_to

Definition at line 167 of file nm_data.h.

◆ 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

Definition at line 169 of file nm_data.h.

◆ 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

Definition at line 165 of file nm_data.h.

◆ slicer_coroutine

struct nm_data_op_context_slicer_coroutine_s nm_data_op_s::slicer_coroutine

Definition at line 171 of file nm_data.h.


The documentation for this struct was generated from the following file: