UT/UT_Packet.h File Reference

#include "UT_API.h"
#include "UT_NTStreamUtil.h"

Go to the source code of this file.

Classes

class  UT_Packet

Defines

#define SETUPCLASSPACKETID(classname)

Typedefs

typedef int UT_StreamPos

Functions

UT_API short UTgetClassPacketID (const char *classname)


Define Documentation

#define SETUPCLASSPACKETID ( classname   ) 

Value:

static int \
getClassPacketID() \
{ \
    static int firsttime = 1; \
    static int classid; \
    if (firsttime) \
    { \
        firsttime = 0; \
        classid = UTgetClassPacketID(classname); \
    } \
    return classid; \
}

Definition at line 95 of file UT_Packet.h.


Typedef Documentation

typedef int UT_StreamPos

Definition at line 30 of file UT_Packet.h.


Function Documentation

UT_API short UTgetClassPacketID ( const char *  classname  ) 


Generated on Thu May 24 00:09:05 2012 for HDK by  doxygen 1.5.9