Name
ec_bag_get — Get a specific data type out of a bag
Synopsis
#include "ec_boh.h"
| void * **ec_bag_get** (
| bag, | |
| | typedname)
; | |
Description
Get a specific data type out of a bag.
- bag
-
The ec_bag.
- typedname
-
The data type that you wish to retrieve, for example
int
.
This function returns a void pointer.
It is legal to call this function in any thread.
Was this page helpful?