HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Packet.h File Reference
#include "UT_API.h"
#include "UT_NTStreamUtil.h"
#include "UT_OStream.h"
+ Include dependency graph for UT_Packet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_Packet
 

Macros

#define SETUPCLASSPACKETID(classname)
 

Typedefs

typedef int UT_StreamPos
 

Functions

UT_API short UTgetClassPacketID (const char *classname)
 

Macro Definition Documentation

#define SETUPCLASSPACKETID (   classname)
Value:
static int \
getClassPacketID() \
{ \
static int classid = UTgetClassPacketID(classname); \
return classid; \
}
UT_API short UTgetClassPacketID(const char *classname)

Definition at line 90 of file UT_Packet.h.

Typedef Documentation

typedef int UT_StreamPos

Definition at line 23 of file UT_Packet.h.

Function Documentation

UT_API short UTgetClassPacketID ( const char *  classname)