/[svn]/linuxsampler/trunk/src/scriptvm/tree.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/tree.h

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

revision 3584 by schoenebeck, Fri Aug 30 12:39:18 2019 UTC revision 3585 by schoenebeck, Fri Aug 30 17:51:24 2019 UTC
# Line 61  inline ExprType_t exprTypeOfVarName(cons Line 61  inline ExprType_t exprTypeOfVarName(cons
61      return (ExprType_t) -1;      return (ExprType_t) -1;
62  }  }
63    
64    /**
65     * Used by parser for parser error messages to provide a text with all data
66     * types accepted by the given built-in function @a fn for the respective
67     * function argument @a iArg.
68     */
69    String acceptedArgTypesStr(VMFunction* fn, vmint iArg);
70    
71  class Node {  class Node {
72  public:  public:
73      Node();      Node();

Legend:
Removed from v.3584  
changed lines
  Added in v.3585

  ViewVC Help
Powered by ViewVC