manipulators.3bobcat

Langue: en

Version: 317640 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

o
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.
o
FBB::decindent:
defined in bobcat/indent.
This manipulator reduces the indentation level.
o
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.
o
FBB::err:
defined in bobcat/msg.
Generates an error message.
o
FBB::fatal:
defined in bobcat/msg.
Generates a fatal message, followed by an Errno(1) exception.
o
FBB::info:
defined in bobcat/msg.
Generates an informational message.
o
FBB::incindent:
defined in bobcat/indent.
This manipulator will increment the indentation level.
o
FBB::indent:
defined in bobcat/indent.
This manipulator inserts the currently defined number of indentation blanks into an ostream.
o
FBB::indentdec:
defined in bobcat/indent.
This manipulator will insert, then reduce the indentation level.
o
FBB::indentinc:
defined in bobcat/indent.
This manipulator will insert, then increment the indentation level.
o
FBB::insertable:
defined in bobcat/errno.
Allows insertions into just constructed anonymous FBB::Errno objects.
o
FBB::nlindent:
defined in bobcat/indent.
This manipulator will insert a newline, then indent.
o
FBB::spool:
defined in bobcat/msg.
Generates a (partial) informational message.
o
FBB::throwable:
defined in bobcat/errno.
Allows an FBB::Errno object to be thrown as an exception following a series of insertions.
o
FBB::warning:
defined in bobcat/msg.
Generates a warning message.

SEE ALSO

bobcat(7), columnwidth(3bobcat), equalwidth(3bobcat), errno(3bobcat), indent(3bobcat), msg(3bobcat), table(3bobcat)

BUGS

None Reported.

DISTRIBUTION FILES

o
bobcat_2.00.1-x.dsc: detached signature;
o
bobcat_2.00.1-x.tar.gz: source archive;
o
bobcat_2.00.1-x_i386.changes: change log;
o
libbobcat1_2.00.1-x_i386.deb: debian package holding the libraries;
o
libbobcat1-dev_2.00.1-x_i386.deb: debian package holding the libraries, headers and manual pages;
o
http://sourceforge.net/projects/bobcat: public archive location;

BOBCAT

Bobcat is an acronym of `Brokken's Own Base Classes And Templates'. This is free software, distributed under the terms of the GNU General Public License (GPL).

AUTHOR

Frank B. Brokken (f.b.brokken@rug.nl).