FBB::String

FBB::String

libbobcat1-dev_2.00.1-x.tar.gz

2005-2008


FBB::String(3bobcat)

FBB::String(3bobcat)

libbobcat1-dev_2.00.1-x.tar.gz Error handler

2005-2008

NAME

FBB::String - Several extensions to std::string

SYNOPSIS

#include <bobcat/string>
Linking option: -lbobcat

DESCRIPTION

This class offers the same functionality as std::string, adding facilities for often used transformations, currently missing in std::string.

NAMESPACE

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

INHERITS FROM

--

ENUMERATION

TYPEDEF

The typedef SplitPair represents std::pair<std::string, String::Type> and is used in the second variant of the split member (see below).

HISTORY

Initially this class was derived from std::string. Deriving from std::string, however, is considerd bad design as std::string was not designed as a base-class.

Currently String offers a series of static member functions providing the facilities originally implemented in non-static members.

STATIC MEMBER FUNCTIONS

EXAMPLE

To do

FILES

bobcat/string - defines the class interface

SEE ALSO

bobcat(7)

BUGS

None Reported.

DISTRIBUTION 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).