mirror of https://github.com/CGAL/cgal
57 lines
1.8 KiB
TeX
57 lines
1.8 KiB
TeX
% +------------------------------------------------------------------------+
|
|
% | Reference manual page: IOstream_ref/intro.tex
|
|
% +------------------------------------------------------------------------+
|
|
% | 10 04 2002 Mariette Yvinec
|
|
% | Package: iostream
|
|
% |
|
|
% |
|
|
% | %RefPage: end of header, begin of main body
|
|
% +------------------------------------------------------------------------+
|
|
|
|
%\clearpage
|
|
%\section{Reference pages for iostream}
|
|
\ccRefChapter{IO Streams}
|
|
\ccChapterAuthor{Andreas Fabri \and Geert-Jan Giezeman \and Lutz Kettner}
|
|
|
|
All classes in the \cgal\ kernel provide input and output operators for
|
|
IO streams.
|
|
\cgal\ provides three different printing mode, defined in the enum
|
|
\ccc{Mode}, as well as different functions to set and get
|
|
the printing mode.
|
|
|
|
|
|
\section{Classified Reference Pages}
|
|
|
|
\subsection*{Enum}
|
|
\ccRefIdfierPage{CGAL::Mode} \\
|
|
|
|
\subsection*{Functions}
|
|
\ccRefIdfierPage{CGAL::get_mode} \\
|
|
\ccRefIdfierPage{CGAL::is_ascii} \\
|
|
\ccRefIdfierPage{CGAL::is_binary} \\
|
|
\ccRefIdfierPage{CGAL::is_pretty} \\
|
|
\ccRefIdfierPage{CGAL::set_mode} \\
|
|
\ccRefIdfierPage{CGAL::set_ascii_mode} \\
|
|
\ccRefIdfierPage{CGAL::set_binary_mode} \\
|
|
\ccRefIdfierPage{CGAL::set_pretty_mode} \\
|
|
\ccRefIdfierPage{CGAL::operator>>} \\
|
|
\ccRefIdfierPage{CGAL::operator<<} \\
|
|
\ccRefIdfierPage{CGAL::iformat} \\
|
|
\ccRefIdfierPage{CGAL::oformat}
|
|
|
|
\subsection*{Classes}
|
|
|
|
\ccRefIdfierPage{CGAL::Color}\\
|
|
\ccRefIdfierPage{CGAL::Istream_iterator<T,Stream>}\\
|
|
\ccRefIdfierPage{CGAL::Ostream_iterator<T,Stream>}\\
|
|
\ccRefIdfierPage{CGAL::Verbose_ostream}\\
|
|
\ccRefIdfierPage{CGAL::Input_rep<T,F>}\\
|
|
\ccRefIdfierPage{CGAL::Output_rep<T,F>}
|
|
|
|
|
|
|
|
% +------------------------------------------------------------------------+
|
|
%%RefPage: end of main body, begin of footer
|
|
% EOF
|
|
% +------------------------------------------------------------------------+
|