Name | Description |
---|---|
ec_bag_addref | Add a reference to a bag |
ec_bag_create | Create a bag |
ec_bag_delref | Delete a reference to the specified bag |
ec_bag_empty | Empty a bag |
ec_bag_find | Find something in the specified bag |
ec_bag_get | Get a specific data type out of a bag |
ec_bag_put | Put something in the specified bag |
ec_bag_remove | Remove the specified data type from a bag |
An ec_bag
struct is documented here “ec_bag”.
Was this page helpful?