BurgerLib
Public Types | Public Attributes
Burger::RectList_t Struct Reference

#include <lrrect.h>

Collaboration diagram for Burger::RectList_t:
Collaboration graph
[legend]

List of all members.

Public Types

enum  { RECTLISTGROW = 8 }

Public Attributes

Word m_uNumRects
 Current number of rects in list.
Word m_uMaxRects
 Size of the array.
Rect_tm_pRects
 Pointer to array of rects.

Member Enumeration Documentation

anonymous enum
Enumerator:
RECTLISTGROW 

Number of rects that the buffer grows by.


Member Data Documentation

Pointer to array of rects.

Size of the array.

Current number of rects in list.