File: tablelines.yo

package info (click to toggle)
bobcat 6.02.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,960 kB
  • sloc: cpp: 18,954; fortran: 5,617; makefile: 2,787; sh: 659; perl: 401; ansic: 26
file content (49 lines) | stat: -rw-r--r-- 1,305 bytes parent folder | download | duplicates (3)
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)