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
|
includefile(include/header)
COMMENT(manpage, section, releasedate, archive, short name)
manpage(FBB::TableLines)(3bobcat)(_CurYrs_)
(libbobcat-dev__CurVers_)(Table support class)
manpagename(FBB::TableLines)(A TableSupport specialization writing horizontal
separation lines)
manpagesynopsis()
bf(#include <bobcat/tableLines>)nl()
Linking option: tt(-lbobcat)
manpagedescription()
This class is a specialization of tt(FBB::TableSupport) and can be used to
write horizontal (and vertical) line separators in tables generated by
tt(Table) or tt(TableBuf) objects.
includefile(include/namespace)
manpagesection(INHERITS FROM)
bf(FBB::TableSupport)
manpagesection(CONSTRUCTORS)
The default and move constructors and the move assignment operator are
available.
manpagesection(MEMBER FUNCTIONS)
All public members of tt(TableSupport) are available.
Refer to the bf(tablesupport)(3bobcat) man-page for details.
manpagesection(EXAMPLE)
verbinclude(../../table/driver/driver.cc)
manpagefiles()
em(bobcat/tableLines) - defines the class interface
manpageseealso()
bf(bobcat)(7), bf(align)(3bobcat), bf(csvtable)(3bobcat),
bf(table)(3bobcat), bf(tablebuf)(3bobcat), bf(tablesupport)(3bobcat)
manpagebugs()
None Reported.
includefile(include/trailer)
|