Account
| Beam-lib 2.16.3 This is the Beam C++ class library. |
#include <BList_func.h>Go to the source code of this file.
Classes | |
| class | BNode |
| class | BIter |
| Iterator for BList. More... | |
| class | BList< T > |
| Template based list class. More... | |
| class | BList< T >::Node |
Macros | |
| #define | BListLoop(list, i) for(BIter i = list.begin(); !list.isEnd(i); list.next(i)) |
Macro Definition Documentation
◆ BListLoop
| #define BListLoop | ( | list, | |
| i | |||
| ) | for(BIter i = list.begin(); !list.isEnd(i); list.next(i)) |
Generated by
1.8.15 