Bridges-C++  3.4.4
Bridges(C++ API)
Classes | Namespaces | Typedefs
CircDLelement.h File Reference
#include "DLelement.h"

Go to the source code of this file.

Classes

class  bridges::datastructure::CircDLelement< E >
 This class can be used to instantiate Circular Doubly Linked List Elements. More...
 
class  bridges::datastructure::CircDLelement< E >::CircDLelement_listhelper
 these are helper classes for CircDLelement 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::CircDLelement< E >::CircDLelement_listhelper::iterator
 
class  bridges::datastructure::CircDLelement< E >::CircDLelement_constlisthelper
 these are helper classes for CircDLelement 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::CircDLelement< E >::CircDLelement_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::CircDLelement_List = typename CircDLelement< E >::CircDLelement_listhelper
 
template<class E >
using bridges::datastructure::CircDLelement_ConstList = typename CircDLelement< E >::CircDLelement_constlisthelper