Bridges-C++  3.4.5-dev1-6-g935685a
Bridges(C++ API)
Classes | Namespaces | Typedefs
DLelement.h File Reference
#include "SLelement.h"

Go to the source code of this file.

Classes

class  bridges::datastructure::DLelement< E >
 The doubly linked list element, derived from SLelement. More...
 
class  bridges::datastructure::DLelement< E >::DLelement_listhelper
 these are helper classes for DLelement for easy iteration in a range for loop. It is not meant to be created by the bridges user. But it may be returned by Bridges to provide an STL compliant list API. More...
 
class  bridges::datastructure::DLelement< E >::DLelement_listhelper::iterator
 
class  bridges::datastructure::DLelement< E >::DLelement_constlisthelper
 these are helper classes for DLelement for easy iteration in a range for loop. It is not meant to be created by the bridges user. But it may be returned by Bridges to provide an STL compliant list API. More...
 
class  bridges::datastructure::DLelement< E >::DLelement_constlisthelper::iterator
 

Namespaces

 bridges
 Support for drawing Bar charts.
 
 bridges::datastructure
 

Typedefs

template<class E >
using bridges::datastructure::DLelement_List = typename DLelement< E >::DLelement_listhelper
 
template<class E >
using bridges::datastructure::DLelement_ConstList = typename DLelement< E >::DLelement_constlisthelper