Contains the definition for DynStack class. More...
#include <libbbb/libbbb.h>
#include <QList>
Go to the source code of this file.
Classes | |
class | bbb::DynStack |
The class provides a fast way of allocating memory in certain limits. More... | |
Macros | |
#define | ADD_PTR_INT(p, i) ( ((char*)p) + i ) |
#define | DIF_PTR(p1, p2) (int)( ((char*)p2) - ((char*)p1) ) |
Contains the definition for DynStack class.