| Beam-lib 2.15.1 |
#include <BList_func.h>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.14 
