BList.h File Reference

#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

Defines

#define BLIST_H   1
#define BListLoop(list, i)   for(BIter i = list.begin(); !list.isEnd(i); list.next(i))

Define Documentation

#define BLIST_H   1
#define BListLoop ( list,
 )     for(BIter i = list.begin(); !list.isEnd(i); list.next(i))

Generated on 29 Jan 2015 for LibBeamApi by  doxygen 1.6.1