Bridges-C++  3.4.4
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
 these methods convert byte arrays in to base64 codes and are used in BRIDGES to represent the color arrays as strings. The code is adapted from external sources detailed below.
 
 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