UF_ASSEM_cset_fn_t (查看源代码)
 
定义在: uf_assem.h
 
概述
A function type used by the recursive, cycling routine,

UF_ASSEM_apply_to_cset(_members)

This type of function takes a tag, and a pointer to the application data.
The function should return a logical result which is used to decide whether
to continue the cycle (TRUE means continue).
It is mainly used as an operator on members of a component set where
the members may be sub-assemblies and where the operation should be
performed on all the sub-assembly's children too.

See UF_ASSEM_apply_to_cset below.

 
logical UF_ASSEM_cset_fn_t
(
tag_t member,
void * app_data
)
tag_t (tag_t类型)memberInput(输入)
void *app_dataInput(输入)