Beamlib
3.0.1
This is the Beam C++ class library.
|
#include <BList_func.h>
Go to the source code of this file.
Classes | |
class | BNode |
A BList entry's node. More... | |
class | BIter |
Iterator for BLists. More... | |
class | BList< T > |
Template based list class. More... | |
class | BList< T >::Node |
A BList internal Node. More... | |
Macros | |
#define | BListLoop(list, i) for(BIter i = list.begin(); !list.isEnd(i); list.next(i)) |
#define BListLoop | ( | list, | |
i | |||
) | for(BIter i = list.begin(); !list.isEnd(i); list.next(i)) |