Index of class types


C
char_input_channel [OOChannel]
Character(byte) input channel.
char_input_channel [Main.Type.OOChannel]
Character(byte) output channel.
char_output_channel [OOChannel]
Character(byte) output channel.
char_output_channel [Main.Type.OOChannel]
Convert a polymorphic input channel to a character input channel

O
obj_input_channel [OOChannel]
obj_input_channel [Main.Type.OOChannel]
Generic input channel Have the same interface of Polymorphic input channel of http: All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above.
obj_output_channel [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 [Main.Type.OOChannel]
Convert stream to obj_input_channel