HDK
|
#include "UT_API.h"
#include "UT_Lock.h"
#include "UT_String.h"
#include <sstream>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | UT_NetStream |
Macros | |
#define | NET_STREAM_IN 0 |
#define | NET_STREAM_OUT 1 |
#define | NET_STREAM_SOCKET 0 |
#define | NET_STREAM_PLUG 1 |
#define NET_STREAM_IN 0 |
Definition at line 34 of file UT_NetStream.h.
#define NET_STREAM_OUT 1 |
Definition at line 35 of file UT_NetStream.h.
#define NET_STREAM_PLUG 1 |
Definition at line 38 of file UT_NetStream.h.
#define NET_STREAM_SOCKET 0 |
Definition at line 37 of file UT_NetStream.h.