Four user defined pointers foreach function over a hash.
See axl_hash_foreach2 and axl_hash_foreach3 for more information.
- Parameters:
-
| hash | The hash where the foreach operation will take place. |
| func | The function to be called for each item found in the hash. |
| user_data | The user defined pointer to be configured in the hash. |
| user_data2 | Second user defined pointer to be configured in the hash. |
| user_data3 | Third user defined pointer to be configured in the hash. |
| user_data4 | Forth user defined pointer to be configured in the hash. |