libsapling  0.8.0
Data Fields
info_insert Struct Reference

Information required to perform insertion. More...

#include <graph.h>

Data Fields

size_t size
 
void * data
 
void * info
 

Detailed Description

Information required to perform insertion.

Field Documentation

◆ data

info_insert::data

Pointer to the data to be copied to the data storage of a node

◆ info

info_insert::info

Pointer to arbitrary user information to be passed to the predicate and apply functions

◆ size

info_insert::size

Size of the data to be copied to the data storage of a node