5 #include <libutl/BufferedStream.h> 6 #include <libutl/FDstream.h> 50 pget()->setFD(fd, mode);
53 #if UTL_HOST_OS != UTL_OS_MINGW 57 return pget()->isSocket();
64 return pget()->isTTY();
67 #if UTL_HOST_OS != UTL_OS_MINGW 75 return utl::cast<FDstream>(_stream);
81 return utl::cast<FDstream>(_stream);
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
BufferedFDstream cout
Standard output.
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
BufferedFDstream cin
Standard input.
unsigned int uint32_t
Unsigned 32-bit integer.
unsigned int uint_t
Unsigned integer.
BufferedFDstream cerr
Standard error.
Stream with file descriptor.
#define ASSERTD
Do an assertion in DEBUG mode only.
Buffered stream with file descriptor.