FBB::LocalSocketBase(3bobcat)

Base class for Unix Domain sockets
(libbobcat-dev_4.08.03-x.tar.gz)

2005-2018

NAME

FBB::LocalSocketBase - Base class for Unix Domain socket-constructing classes

SYNOPSIS

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

DESCRIPTION

This class is a base class for the FBB::LocalServerSocket and FBB::LocalClientSocket classes. Since it is designed as a base class, its constructor is protected. All its remaining members are protected as well.

NAMESPACE

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

INHERITS FROM

-

PROTECTED CONSTRUCTOR

The copy constructor is not available.

PROTECTED MEMBER FUNCTIONS

EXAMPLE

See the examples presented with the localclientsocket(3bobcat) and localserversocket(3bobcat) classes.

FILES

bobcat/localsocketbase - defines the class interface

SEE ALSO

bobcat(7), localclientsocket(3bobcat), localserversocket(3bobcat), socketbase(3bobcat)

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