167 |
|
|
168 |
extern void ArrayVisitLocalLeaves(struct Instance *mch, AVProc func); |
extern void ArrayVisitLocalLeaves(struct Instance *mch, AVProc func); |
169 |
/**< |
/**< |
170 |
* This function visits the instances indicated by the name |
This function visits the instances indicated by the name |
171 |
* given in the definition statement of mch.ASC_DLLSPEC(struct Instance*) ChildByChar(CONST struct Instance *i, |
given in the definition statement of mch. |
172 |
|
func is as described in visitinst.h for VisitProc. |
173 |
|
mch is an array instance that is the child of a MODEL. |
174 |
|
*/ |
175 |
|
|
176 |
|
ASC_DLLSPEC(struct Instance*) ChildByChar(CONST struct Instance *i, |
177 |
symchar *str); |
symchar *str); |
178 |
/**< |
/**< |
179 |
* This returns to the pointer to a child, c, of parent,p, named by str. |
* This returns to the pointer to a child, c, of parent,p, named by str. |