FBB::Manipulators - Manipulators defined in the FBB namespace
DESCRIPTION
Various manipulators are defined within the FBB namespace. This
manual page provides an overview of the manipulators that are currently
defined in the FBB namespace.
MANIPULATORS
FBB::center: defined in bobcat/align.
This manipulator can be specified when constructing an FBB::Align
object to indicate that a table column should center its contents.
FBB::decindent: defined in bobcat/indent.
This manipulator reduces the indentation level.
FBB::def: .
defined in bobcat/table.
This manipulator `completes' a Table object to a full rectangular
object. It can be inserted into a Table object.
FBB::err: defined in bobcat/msg.
Generates an error message.
FBB::fatal: defined in bobcat/msg.
Generates a fatal message, followed by an Errno(1) exception.
FBB::info: defined in bobcat/msg.
Generates an informational message.
FBB::incindent: defined in bobcat/indent.
This manipulator will increment the indentation level.
FBB::indent: defined in bobcat/indent.
This manipulator inserts the currently defined number of indentation
blanks into an ostream.
FBB::indentdec: defined in bobcat/indent.
This manipulator will insert, then reduce the indentation level.
FBB::indentinc: defined in bobcat/indent.
This manipulator will insert, then increment the indentation level.
FBB::insertable: defined in bobcat/errno.
Allows insertions into just constructed anonymous FBB::Errno
objects.
FBB::nlindent: defined in bobcat/indent.
This manipulator will insert a newline, then indent.
FBB::spool: defined in bobcat/msg.
Generates a (partial) informational message.
FBB::throwable: defined in bobcat/errno.
Allows an FBB::Errno object to be thrown as an exception following
a series of insertions.
FBB::warning: defined in bobcat/msg.
Generates a warning message.