mirror of https://github.com/CGAL/cgal
16 lines
595 B
TeX
16 lines
595 B
TeX
\begin{ccPkgDescription}{IO Streams\label{Pkg:IOstreams}}
|
|
\ccPkgHowToCiteCgal{cgal:fgk-ios-12}
|
|
%
|
|
\ccPkgSummary{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.}
|
|
%
|
|
\ccPkgIntroducedInCGAL{1.0}
|
|
\ccPkgLicense{\ccLicenseLGPL}
|
|
\ccPkgIllustration{IOstream/io.png}{IOstream/io.png}
|
|
\end{ccPkgDescription}
|