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

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

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

revision 2594 by schoenebeck, Thu Jun 5 00:16:25 2014 UTC revision 2596 by schoenebeck, Thu Jun 5 19:39:12 2014 UTC
# Line 48  namespace LinuxSampler { Line 48  namespace LinuxSampler {
48          VM_EXEC_ERROR = (1<<2),          VM_EXEC_ERROR = (1<<2),
49      };      };
50    
51        class VMIntExpr;
52        class VMStringExpr;
53    
54      class VMExpr {      class VMExpr {
55      public:      public:
56          virtual ExprType_t exprType() const = 0;          virtual ExprType_t exprType() const = 0;
57            VMIntExpr* asInt() const;
58            VMStringExpr* asString() const;
59      };      };
60    
61      class VMIntExpr : virtual public VMExpr {      class VMIntExpr : virtual public VMExpr {

Legend:
Removed from v.2594  
changed lines
  Added in v.2596

  ViewVC Help
Powered by ViewVC