/// \defgroup PkgIOstreams IO Streams /*! \addtogroup PkgIOstreams \todo check generated documentation \PkgDescriptionBegin{IO Streams} \PkgPicture{io.png} \PkgAuthor{Andreas Fabri, Geert-Jan Giezeman, and Lutz Kettner} \PkgDesc{All classes in the \cgal kernel provide input and output operators for IO streams. The basic task of such an operator is to produce a representation of an object that can be written as a sequence of characters on devices as a console, a file, or a pipe. In \cgal we distinguish between a raw ascii, a raw binary and a pretty printing format.} \PkgSince{1.0} \cgalbib{cgal:fgk-ios-12} \license{\ref licensesLGPL "LGPL"} \PkgDescriptionEnd All classes in the \cgal kernel provide input and output operators for IO streams. \cgal provides three different printing mode, defined in the enum `Mode`, as well as different functions to set and get the printing mode. */