UFO: Alien Invasion
Loading...
Searching...
No Matches
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.

◆ data

byte* sizebuf_t::data

pointer to the data in the buffer

Definition at line 29 of file msg.h.

◆ maxsize

int sizebuf_t::maxsize

max. size of the allocated buffer

Definition at line 30 of file msg.h.

◆ 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: