Account
| Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
#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)) |
Macro Definition Documentation
◆ BListLoop
| #define BListLoop | ( | list, | |
| i | |||
| ) | for(BIter i = list.begin(); !list.isEnd(i); list.next(i)) |
Generated by
