| C | |
| channel_of_stream [CamomileLibrary.Type.OOChannel] | 
Convert stream to obj_input_channel
 | 
| channel_of_stream [CamomileLibrary.OOChannel] | 
Convert stream to obj_input_channel
 | 
| char_input_channel_of [CamomileLibrary.Type.OOChannel] | 
Convert a polymorphic input channel to a character input channel
 | 
| char_input_channel_of [CamomileLibrary.OOChannel] | 
Convert a polymorphic input channel to a character input channel
 | 
| char_obj_input_channel_of [CamomileLibrary.Type.OOChannel] | 
Convert a character input channel to a polymorphic input channel
 | 
| char_obj_input_channel_of [CamomileLibrary.OOChannel] | 
Convert a character input channel to a polymorphic input channel
 | 
| char_obj_output_channel_of [CamomileLibrary.Type.OOChannel] | 
Convert a character output channel to a polymorphic output channel
 | 
| char_obj_output_channel_of [CamomileLibrary.OOChannel] | 
Convert a character output channel to a polymorphic output channel
 | 
| char_output_channel_of [CamomileLibrary.Type.OOChannel] | 
Convert a polymorphic output channel to a character output channel
 | 
| char_output_channel_of [CamomileLibrary.OOChannel] | 
Convert a polymorphic output channel to a character output channel
 | 
| convert_input [CamomileLibrary.CharEncoding.Interface] | new convert_input in_enc out_enc c_increate the new input
  channel using encodingout_encfrom the input channel using
  encodingin_enc | 
| convert_output [CamomileLibrary.CharEncoding.Interface] | new convert_ouput in_enc out_enc c_increate the new output
  channel using encodingin_encfrom the output channel using
  encodingout_enc | 
| convert_uchar_input [CamomileLibrary.CharEncoding.Interface] | new convert_uchar_input enc c_increates the new channel which
  convert Unicode input to its byte representation using encodingenc. | 
| convert_uchar_output [CamomileLibrary.CharEncoding.Interface] | new convert_uchar_output enc c_increates the new channel which
  convert character output to Unicode using encodingenc. | 
| I | |
| in_channel [CamomileLibrary.CharEncoding.Interface] | new in_channel enc inchancreates the intput channel objectCamomileLibrary.OOChannel.obj_input_channelwhich
   reads bytes frominchanand converts them to Unicode characters. | 
| input [CamomileLibrary.Type.ULine] | new input separator input_objcreates the new input channel objectCamomileLibrary.Type.OOChannel.obj_input_channelwhich reads frominput_objand
   converts line separators (all of CR, LF, CRLF, NEL, LS, PS) toseparator. | 
| input [CamomileLibrary.ULine] | new input separator input_objcreates the new input channel objectCamomileLibrary.OOChannel.obj_input_channelwhich reads frominput_objand
   converts line separators (all of CR, LF, CRLF, NEL, LS, PS) toseparator. | 
| input_line [CamomileLibrary.Type.ULine.Type] | new input_line input_objcreates the new input channel objectCamomileLibrary.Type.OOChannel.obj_input_channelwhich reads Unicode characters 
   frominput_objand output lines. | 
| input_line [CamomileLibrary.ULine.Type] | new input_line input_objcreates the new input channel objectCamomileLibrary.OOChannel.obj_input_channelwhich reads Unicode characters 
   frominput_objand output lines. | 
| N | |
| nfc [CamomileLibrary.UNF.Type] | |
| nfd [CamomileLibrary.UNF.Type] | |
| nfkc [CamomileLibrary.UNF.Type] | |
| nfkd [CamomileLibrary.UNF.Type] | |
| O | |
| of_in_channel [CamomileLibrary.Type.OOChannel] | 
Convert an OCaml input channel to an OO-based character input channel
 | 
| of_in_channel [CamomileLibrary.OOChannel] | 
Convert an OCaml input channel to an OO-based character input channel
 | 
| of_out_channel [CamomileLibrary.Type.OOChannel] | 
Convert an OCaml output channel to an OO-based character output channel
 | 
| of_out_channel [CamomileLibrary.OOChannel] | 
Convert an OCaml output channel to an OO-based character output channel
 | 
| out_channel [CamomileLibrary.CharEncoding.Interface] | new out_channel enc outchancreates the output channel objectCamomileLibrary.OOChannel.obj_output_channelwhich
  receives Unicode characters and outputs them tooutchanusing
  the encodingenc. | 
| output [CamomileLibrary.Type.ULine] | new output separator output_objcreates the new output channel
   objectCamomileLibrary.Type.OOChannel.obj_output_channelwhich receives Unicode characters 
   and converts line separators (all of CR, LF, CRLF, NEL, LS, PS) toseparator. | 
| output [CamomileLibrary.ULine] | new output separator output_objcreates the new output channel
   objectCamomileLibrary.OOChannel.obj_output_channelwhich receives Unicode characters 
   and converts line separators (all of CR, LF, CRLF, NEL, LS, PS) toseparator. | 
| output_line [CamomileLibrary.Type.ULine.Type] | new output_line ~sp output_objcreate the new output channel objectCamomileLibrary.Type.OOChannel.obj_output_channelwhich output each line tooutput_objusingspas a line separator. | 
| output_line [CamomileLibrary.ULine.Type] | new output_line ~sp output_objcreate the new output channel objectCamomileLibrary.OOChannel.obj_output_channelwhich output each line tooutput_objusingspas a line separator. | 
| U | |
| uchar_input_channel_of [CamomileLibrary.CharEncoding.Interface] | new uchar_input_channel_of enc c_increates the new intput
  channel which convert characters to Unicode using encodingenc. | 
| uchar_output_channel_of [CamomileLibrary.CharEncoding.Interface] | new uchar_ouput_channel_of enc c_outcreates the new output
  channel which convert Unicode to its byte representation using
  encodingenc. |