/[marvin]/marvin/src/libnn/input/inputVisitor.mli
ViewVC logotype

Diff of /marvin/src/libnn/input/inputVisitor.mli

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

revision 1.1 by srv89, Sun Sep 7 19:13:12 2003 UTC revision 1.2 by srv89, Wed Sep 10 11:32:19 2003 UTC
# Line 42  Line 42 
42    @author Olivier Ricordeau    @author Olivier Ricordeau
43    @since 09/02/2003    @since 09/02/2003
44  *)  *)
45    
46    open DefaultVisitor
47        
48  class ['a] inputVisitor :  class virtual ['a] inputVisitor :
49  object  object
50        inherit ['a] defaultVisitor
51    
52    (**    (**
53      The generic visit method.      The generic visit method.
54    *)    *)
55    method visit : 'a -> unit    method visit : 'a -> unit
56      
57      (**
58        Inherited from defaultVisitor.
59      *)
60      method out : string -> int -> unit
61        
62      (**
63        Inherited from defaultVisitor.
64      *)
65      method err : string -> int -> unit
66        
67  end  end

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