mirror of https://github.com/CGAL/cgal
49 lines
1.6 KiB
TeX
49 lines
1.6 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}
|
|
\chapter{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.
|
|
|
|
\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<<}
|
|
|
|
\subsection*{Classes}
|
|
|
|
\ccRefIdfierPage{CGAL::Istream_iterator<T,Stream>}\\
|
|
\ccRefIdfierPage{CGAL::Ostream_iterator<T,Stream>}\\
|
|
\ccRefIdfierPage{CGAL::Verbose_ostream}
|
|
|
|
|
|
|
|
% +------------------------------------------------------------------------+
|
|
%%RefPage: end of main body, begin of footer
|
|
% EOF
|
|
% +------------------------------------------------------------------------+
|