RAVE
_RaveList_t Struct Reference

Represents a list. More...

Public Attributes

RAVE_OBJECT_HEAD void ** list
 Always on top.
 
int nrEntries
 the number of entries
 
int nrAlloc
 the number of available positions to store entries in
 

Detailed Description

Represents a list.

Member Data Documentation

◆ list

RAVE_OBJECT_HEAD void** _RaveList_t::list

Always on top.

the list

◆ nrAlloc

int _RaveList_t::nrAlloc

the number of available positions to store entries in

◆ nrEntries

int _RaveList_t::nrEntries

the number of entries


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