sizebuf_s Struct Reference

#include <msg.h>

Data Fields

bytedata
int maxsize
int cursize
int readcount

Detailed Description

Definition at line 29 of file msg.h.


Field Documentation

current used size of the buffer

Definition at line 32 of file msg.h.

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

pointer to the data in the buffer

Definition at line 30 of file msg.h.

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

max. size of the allocated buffer

Definition at line 31 of file msg.h.

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

current read position

Definition at line 33 of file msg.h.


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

Generated by  doxygen 1.6.2