FBB::Align(3bobcat)

Table Element Alignment
(libbobcat-dev_6.02.02)

2005-2022

NAME

FBB::Align - Class to align elements in Table objects

SYNOPSIS

#include <bobcat/align>

Linking option: -lbobcat

DESCRIPTION

This class defines objects used by the class FBB::Table to define the alignment of its columns and/or elements.

NAMESPACE

FBB
All constructors, members, operators and manipulators, mentioned in this man-page, are defined in the namespace FBB.

INHERITS FROM

-

ADDITIONAL TYPEDEF

The type FBB::Manipulator can be used as a shorthand for


        std::ios_base &(*)(std::ios_base &)
            
which is the prototype of standard io-manipulators like std::left.

MANIPULATOR

The following manipulator (not part of the FBB::Align, class but defined in the FBB namespace) can be specified as Align-object constructor arguments and can be stored in Align objects through, e.g., setManip:

CONSTRUCTORS

Copy and move constructors (and assignment operators) are available.

OVERLOADED OPERATORS

MEMBER FUNCTIONS

EXAMPLE

See the table(3bobcat) man-page.

FILES

bobcat/align - defines the class interface

SEE ALSO

bobcat(7), csvtable(3bobcat), manipulator(3bobcat), table(3bobcat)

BUGS

None Reported.

BOBCAT PROJECT FILES

BOBCAT

Bobcat is an acronym of `Brokken's Own Base Classes And Templates'.

COPYRIGHT

This is free software, distributed under the terms of the GNU General Public License (GPL).

AUTHOR

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