/[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 3694 by schoenebeck, Fri Jan 3 10:18:21 2020 UTC revision 3695 by schoenebeck, Fri Jan 3 15:44:29 2020 UTC
# Line 340  public: Line 340  public:
340      bool isAssignable() const OVERRIDE { return ptr->isAssignable(); }      bool isAssignable() const OVERRIDE { return ptr->isAssignable(); }
341      void assign(Expression* expr) OVERRIDE;      void assign(Expression* expr) OVERRIDE;
342      vmint evalInt() OVERRIDE;      vmint evalInt() OVERRIDE;
343      vmfloat unitFactor() const OVERRIDE { return VM_NO_UNIT; }      vmfloat unitFactor() const OVERRIDE { return VM_NO_FACTOR; }
344      void dump(int level = 0) OVERRIDE;      void dump(int level = 0) OVERRIDE;
345  };  };
346  typedef Ref<BuiltInIntVariable,Node> BuiltInIntVariableRef;  typedef Ref<BuiltInIntVariable,Node> BuiltInIntVariableRef;

Legend:
Removed from v.3694  
changed lines
  Added in v.3695

  ViewVC Help
Powered by ViewVC