5 #include <libutl/BufferedFDstream.h> 6 #include <libutl/TCPsocket.h> 49 pget()->open(hostAddr, port);
68 return utl::cast<TCPsocket>(_stream);
74 return utl::cast<TCPsocket>(_stream);
void deInit()
De-initialize UTL++.
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
Buffered TCP socket stream.
unsigned short uint16_t
Unsigned 16-bit integer.
void init()
Initialize UTL++.
#define ASSERTD
Do an assertion in DEBUG mode only.
Buffered stream with file descriptor.