StreamLinkforC
7.0.3-308369
|
Structure that defines a container action. More...
#include <sl4c.h>
Data Fields | |
sl_container_action_type | type |
sl_autoelem * | elem |
int | from |
int | to |
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.
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