1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
includefile(header.inc)
COMMENT(manpage, section, releasedate, archive, short name)
manpage(FBB::Manipulators)(3bobcat)(_CurYrs_)
(libbobcat1-dev__CurVers_-x.tar.gz)(Manipulators)
manpagename(FBB::Manipulators)(Manipulators defined in the FBB namespace)
manpagedescription()
Various manipulators are defined within the bf(FBB) namespace. This
manual page provides an overview of the manipulators that are currently
defined in the bf(FBB) namespace.
manpagesection(MANIPULATORS)
itemization(
itb(FBB::center) defined in tt(bobcat/align)
This manipulator can be specified when constructing an bf(FBB::Align)
object to indicate that a table column should center its contents.
itb(FBB::decindent) defined in tt(bobcat/indent)
This manipulator reduces the indentation level.
itb(FBB::def)
defined in tt(bobcat/table)
This manipulator `completes' a bf(Table) object to a full rectangular
object. It can be inserted into a bf(Table) object.
itb(FBB::err) defined in tt(bobcat/msg)
Generates an error message.
itb(FBB::fatal) defined in tt(bobcat/msg)
Generates a fatal message, followed by an bf(Errno)bf((1)) exception.
itb(FBB::fs) defined in tt(bobcat/tablebuf)
Starts the definition of the next element in a table.
itb(FBB::info) defined in tt(bobcat/msg)
Generates an informational message.
itb(FBB::incindent) defined in tt(bobcat/indent)
This manipulator will increment the indentation level.
itb(FBB::indent) defined in tt(bobcat/indent)
This manipulator inserts the currently defined number of indentation
blanks into an tt(ostream).
itb(FBB::indentdec) defined in tt(bobcat/indent)
This manipulator will insert, then reduce the indentation level.
itb(FBB::indentinc) defined in tt(bobcat/indent)
This manipulator will insert, then increment the indentation level.
itb(FBB::insertable) defined in tt(bobcat/errno)
OBSOLETED, no required anymore, will be removed in some future
version.nl()
Allows insertions into just constructed anonymous bf(FBB::Errno)
objects.
itb(FBB::lm) defined in tt(bobcat/ofoldstreambuf)
This manipulator sets the left margin of bf(FBB::OFoldStream) objects.
itb(FBB::mlm) defined in tt(bobcat/ofoldstreambuf)
This manipulator modifies (alters) the left margin of
bf(FBB::OFoldStream) objects.
itb(FBB::nlindent) defined in tt(bobcat/indent)
This manipulator will insert a newline, then indent.
itb(FBB::rs) defined in tt(bobcat/tablebuf)
Starts the definition of the next row in a table.
itb(FBB::spool) defined in tt(bobcat/msg)
Generates a (partial) informational message.
itb(FBB::throwable) defined in tt(bobcat/errno)
OBSOLETED, no required anymore, will be removed in some future
version.nl()
Allows an bf(FBB::Errno) object to be thrown as an exception following
a series of insertions.
itb(FBB::warning) defined in tt(bobcat/msg)
Generates a warning message.
)
manpageseealso()
bf(bobcat)(7), bf(columnwidth)(3bobcat), bf(equalwidth)(3bobcat),
bf(errno)(3bobcat), COMMENT( OBSOLETED, to remove in some future version )
bf(indent)(3bobcat), bf(lm)(3bobcat),
bf(mlm)(3bobcat), bf(msg)(3bobcat), bf(table)(3bobcat)
manpagebugs()
None Reported.
includefile(trailer.inc)
|