/[ascend]/trunk/base/generic/compiler/arrayinst.h
ViewVC logotype

Diff of /trunk/base/generic/compiler/arrayinst.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 952 by johnpye, Tue Nov 28 23:01:50 2006 UTC revision 953 by johnpye, Thu Dec 7 14:47:15 2006 UTC
# Line 167  typedef void (*AVProc)(struct Instance * Line 167  typedef void (*AVProc)(struct Instance *
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.

Legend:
Removed from v.952  
changed lines
  Added in v.953

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22