NewMadeleine

Documentation

« back to PM2 home.

A collection of pre-defined data iterators for common data types such as: More...

Data Structures

struct  nm_data_null_s
 data descriptor for 'null' data More...
 
struct  nm_data_contiguous_s
 data descriptor for contiguous data More...
 
struct  nm_data_iov_s
 data descriptor for iov data (embedd iovec in nm_data) More...
 
struct  nm_data_datav_s
 data descriptor for datav in a nm_data (embedd a vector of nm_data in nm_data) More...
 
struct  nm_data_excerpt_s
 data as an excerpt of another data. More...
 

Variables

struct nm_data_contiguous_s __attribute__
 

Detailed Description

A collection of pre-defined data iterators for common data types such as:

  • null data
  • contiguous data
  • iovecs
  • vector of nm_data
  • chunk extractor

Variable Documentation

◆ __attribute__

struct nm_data_excerpt_s __attribute__