#include <ucommon-config.h>
#include <ucommon/export.h>
#include <ucommon/thread.h>
#include <ucommon/socket.h>
#include <ucommon/string.h>
#include <ucommon/shell.h>
#include <ucommon/stream.h>
#include <stdarg.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/wait.h>
Go to the source code of this file.
|
#define | EOF std::streambuf::traits_type::eof() |
|
#define | IS_EOF(x) std::streambuf::traits_type::eq_int_type(x, EOF) |
|
#define | GET(x) std::streambuf::traits_type::to_int_type(x) |
|
#define | PUT(x) std::streambuf::traits_type::to_char_type(x) |
|
#define | MSG_WAITALL 0 |
|
◆ EOF
#define EOF std::streambuf::traits_type::eof() |
◆ GET
#define GET |
( |
|
x | ) |
std::streambuf::traits_type::to_int_type(x) |
◆ IS_EOF
#define IS_EOF |
( |
|
x | ) |
std::streambuf::traits_type::eq_int_type(x, EOF) |
◆ MSG_WAITALL
◆ PUT
#define PUT |
( |
|
x | ) |
std::streambuf::traits_type::to_char_type(x) |
◆ null
__EXPORT iostream & std::null = nullstream |