Index of class types


C
char_input_channel [CamomileLibrary.Type.OOChannel]
Character(byte) input channel.
char_input_channel [CamomileLibrary.OOChannel]
Character(byte) input channel.
char_output_channel [CamomileLibrary.Type.OOChannel]
Character(byte) output channel.
char_output_channel [CamomileLibrary.OOChannel]
Character(byte) output channel.

O
obj_input_channel [CamomileLibrary.Type.OOChannel]
Generic input channel Have the same interface of Polymorphic input channel of http://www.ocaml-programming.de/rec/IO-Classes.html All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above.
obj_input_channel [CamomileLibrary.OOChannel]
Generic input channel Have the same interface of Polymorphic input channel of http://www.ocaml-programming.de/rec/IO-Classes.html All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above.
obj_output_channel [CamomileLibrary.Type.OOChannel]
Generic output channel Have the same interface of Polymorphic output channel of http://www.ocaml-programming.de/rec/IO-Classes.html All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above.
obj_output_channel [CamomileLibrary.OOChannel]
Generic output channel Have the same interface of Polymorphic output channel of http://www.ocaml-programming.de/rec/IO-Classes.html All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above.