File: destination.dox

package info (click to toggle)
libcwd 1.0.4-1.1
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 8,136 kB
  • ctags: 10,313
  • sloc: cpp: 23,354; sh: 9,798; ansic: 1,172; makefile: 852; exp: 234; awk: 11
file content (20 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*!
\addtogroup group_destination Setting The Output Destination
\ingroup book_writing
*/
/*!
\page page_destination
\ingroup group_destination

<hr><h2>Detailed Description</h2>

Basically, a %debug object (\link libcwd::debug_ct debug_ct \endlink) is a pointer to an ostream
with a few extra attributes added to give it an internal state for \link libcwd::debug_ct::on() on \endlink
(pass output on) and \link libcwd::debug_ct::off() off \endlink (don't pass output on)
as well as some \link group_formatting formatting \endlink information of how to write the
data that is passed on to its ostream.

The methods of \link libcwd::debug_ct debug_ct \endlink given here allow you to set
or get this ostream (pointer).

*/