UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sizebuf_s Struct Reference

#include <msg.h>

Data Fields

bytedata
 
int maxsize
 
int cursize
 
int readcount
 

Detailed Description

Definition at line 28 of file msg.h.

Field Documentation

int sizebuf_s::cursize

current used size of the buffer

Definition at line 31 of file msg.h.

Referenced by Cbuf_AddText(), Cbuf_CopyToDefer(), Cbuf_Execute(), Cbuf_InsertText(), SZ_Clear(), and SZ_GetSpace().

byte* sizebuf_s::data

pointer to the data in the buffer

Definition at line 29 of file msg.h.

Referenced by Cbuf_Execute(), Cbuf_InsertText(), SZ_GetSpace(), and SZ_Init().

int sizebuf_s::maxsize

max. size of the allocated buffer

Definition at line 30 of file msg.h.

Referenced by Cbuf_AddText(), SZ_GetSpace(), and SZ_Init().

int sizebuf_s::readcount

current read position

Definition at line 32 of file msg.h.


The documentation for this struct was generated from the following file: