Query: localsocketbase
OS: opendarwin
Section: 3bobcat
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FBB::LocalSocketBase(3bobcat) Base class for Unix Domain sockets FBB::LocalSocketBase(3bobcat)NAMEFBB::LocalSocketBase - Base class for Unix Domain socket-constructing classesSYNOPSIS#include <bobcat/localsocketbase> Linking option: -lbobcatDESCRIPTIONThis 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.NAMESPACEFBB All constructors, members, operators and manipulators, mentioned in this man-page, are defined in the namespace FBB.INHERITS FROM-PROTECTED CONSTRUCTORo LocalSocketBase(): The default constructor merely constructs a FBB::LocalSocketBase object. Before the object can be used, its open() member must be called first. o LocalSocketBase(string const &name): This constructor creates a LocalSocketBase using the file specified in name as the Unix domain socket interface. If the socket could not be constructed, an FBB::Errno exception is thrown. The copy constructor is not available.PROTECTED MEMBER FUNCTIONSo open(string const &name): This member initiaizes a LocalSocketBase object following its construction using the default constructor. The file specified in name is used as the Unix domain socket interface. If the socket could not be constructed, an FBB::Errno exception is thrown. o size_t size() const: Accessor returning the size of the object's sockaddr_un (address) o int socket() const: This accessor returns the FBB::LocalSocketBase's socket value. o sockaddr const *sockaddrPtr() const: Accessor returning the pointer to the object's sockaddr.EXAMPLESee the examples presented with the localclientsocket(3bobcat) and localserversocket(3bobcat) classes.FILESbobcat/localsocketbase - defines the class interfaceSEE ALSObobcat(7), localclientsocket(3bobcat), localserversocket(3bobcat), socketbase(3bobcat)BUGSNone Reported.DISTRIBUTION FILESo bobcat_3.01.00-x.dsc: detached signature; o bobcat_3.01.00-x.tar.gz: source archive; o bobcat_3.01.00-x_i386.changes: change log; o libbobcat1_3.01.00-x_*.deb: debian package holding the libraries; o libbobcat1-dev_3.01.00-x_*.deb: debian package holding the libraries, headers and manual pages; o http://sourceforge.net/projects/bobcat: public archive location;BOBCATBobcat is an acronym of `Brokken's Own Base Classes And Templates'.COPYRIGHTThis is free software, distributed under the terms of the GNU General Public License (GPL).AUTHORFrank B. Brokken (f.b.brokken@rug.nl). libbobcat1-dev_3.01.00-x.tar.gz 2005-2012 FBB::LocalSocketBase(3bobcat)
Related Man Pages |
---|
localclientsocket(3bobcat) - debian |
socketbase(3bobcat) - minix |
socketbase(3bobcat) - freebsd |
socketbase(3bobcat) - osx |
localsocketbase(3bobcat) - osx |
Similar Topics in the Unix Linux Community |
---|
Unix opensource |