UFO: Alien Invasion
sizebuf_t Struct Reference

#include <msg.h>

Collaboration diagram for sizebuf_t:
Collaboration graph

Data Fields

bytedata
 
int maxsize
 
int cursize
 
int readcount
 

Detailed Description

Definition at line 28 of file msg.h.

Field Documentation

◆ cursize

int sizebuf_t::cursize

current used size of the buffer

Definition at line 31 of file msg.h.

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

◆ data

byte* sizebuf_t::data

pointer to the data in the buffer

Definition at line 29 of file msg.h.

Referenced by Cbuf_Execute(), and Cbuf_InsertText().

◆ maxsize

int sizebuf_t::maxsize

max. size of the allocated buffer

Definition at line 30 of file msg.h.

Referenced by Cbuf_AddText().

◆ readcount

int sizebuf_t::readcount

current read position

Definition at line 32 of file msg.h.


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