StreamLinkforC  7.0.3-308369
sl_container_action Struct Reference

Structure that defines a container action. More...

#include <sl4c.h>

Data Fields

sl_container_action_type type
 
sl_autoelemelem
 
int from
 
int to
 

Detailed Description

Structure that defines a container action.

Rather than query this structure directly you are strongly advised to use the function sl_container_apply_to_model() to ensure your representation of the container is up-to-date.

Field Documentation

sl_autoelem* sl_container_action::elem

The affected element

int sl_container_action::from

The index that the element should be removed from, or moved from

int sl_container_action::to

The index that the element should be inserted to, or moved to

sl_container_action_type sl_container_action::type

The action to apply


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

Generated on Tue Oct 16 2018 12:25:43 for StreamLinkforC