![]() |
Bridges-C++ 3.5.0
Bridges(C++ API)
|
#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 | |
| namespace | 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. | |
| namespace | 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 |