/[marvin]/marvin/src/libnn/misc/env.ml
ViewVC logotype

Diff of /marvin/src/libnn/misc/env.ml

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

revision 1.5 by srv89, Tue Sep 9 15:58:23 2003 UTC revision 1.6 by srv89, Wed Sep 10 11:28:03 2003 UTC
# Line 98  object Line 98  object
98    *)    *)
99    method getRandLimit : float    method getRandLimit : float
100            
101      (**    (**
102        A set*.      A set*.
103        Sets the current output channel.      Sets the current output channel.
104      *)    *)
105    method setOutChannel : out_channel -> unit    method setOutChannel : out_channel -> unit
106        
107    (**    (**
108      A get*.      A get*.
109      Gets the current output channel.      Gets the current output channel.
# Line 120  object Line 120  object
120    *)    *)
121    method out : string -> string -> int -> unit    method out : string -> string -> int -> unit
122    
123      (**    (**
124        A set*.        A set*.
125        Sets the current error channel.        Sets the current error channel.
126      *)      *)
# Line 141  object Line 141  object
141      is displayed.      is displayed.
142    *)    *)
143    method err : string -> string -> int -> unit    method err : string -> string -> int -> unit
144        
145  (**  (**
146    Converts an otuput channel to a string (useful for dumping the current    Converts an otuput channel to a string (useful for dumping the current
147    output channel as xml...).    output channel as xml...).
# Line 186  object(this) Line 186  object(this)
186    *)    *)
187    method getOutChannel =    method getOutChannel =
188      _outChannel      _outChannel
189          
190    (**    (**
191      Displays a string on _outChannel.      Displays a string on _outChannel.
192      @param module_name      @param module_name

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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