30 #if defined(_WIN32) // Windows platform. 44 typedef unsigned short Port;
46 typedef unsigned char Byte;
49 typedef std::vector<Byte>
Bytes;
94 UndefinedPriorityAndPolicy = 255
101 #if defined (ONIXS_ILINK3_CXX11) 104 typedef std::auto_ptr<T> UniquePtr;
#define ONIXS_ILINK3_NULLPTR
std::set< CpuIndex > CpuIndexes
SocketOption(int optionName, const void *optionValue, int optionLength) noexcept
std::pair< Port, Port > PortRange
unsigned char Byte
Type alias for byte.
int Handle
Type alias for socket handle.
Socket option of the SOL_SOCKET level.
std::vector< Byte > Bytes
Sequence of bytes.
std::vector< SocketOption > SocketOptions
Socket options.
std::unique_ptr< T > UniquePtr
#define ONIXS_ILINK3_NOTHROW