/[marvin]/marvin/src/libsip/type/type.hh
ViewVC logotype

Diff of /marvin/src/libsip/type/type.hh

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

revision 1.1 by hannibal, Tue Aug 5 18:30:57 2003 UTC revision 1.2 by hannibal, Mon Aug 11 21:59:06 2003 UTC
# Line 1  Line 1 
1  #ifndef TYPE_HH  #ifndef TYPE_HH
2  #define TYPE_HH  #define TYPE_HH
3    
4    #include "signal.hh"
5    
6  class Type {  class Type {
7    // Associations    // Associations
# Line 8  class Type { Line 9  class Type {
9    // Operations    // Operations
10    public:    public:
11      virtual void add () = 0;      virtual void add () = 0;
12      virtual void sub () = 0;      virtual void mult () = 0;
13      virtual void mul () = 0;      virtual void concat () = 0;
14      virtual void zoom () = 0;      virtual void Haming () = 0;
15        virtual void truncate () = 0;
16        virtual void min () = 0;
17        virtual void max () = 0;
18  };  };
19    
20  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26