![]() |
Bridges-C++ 3.5.0
Bridges(C++ API)
|
#include "SLelement.h"Go to the source code of this file.
Classes | |
| class | bridges::datastructure::CircSLelement< E > |
| This class can be used to instantiate Singly Linked Circular List Elements. More... | |
| class | bridges::datastructure::CircSLelement< E >::CircSLelement_listhelper |
| This is a helper class to facilitate using iterators to traverse circular list. More... | |
| class | bridges::datastructure::CircSLelement< E >::CircSLelement_listhelper::iterator |
| class | bridges::datastructure::CircSLelement< E >::CircSLelement_constlisthelper |
| these are helper classes for CircSLelement 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::CircSLelement< E >::CircSLelement_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::CircSLelement_List = typename CircSLelement< E >::CircSLelement_listhelper |
| template<class E > | |
| using | bridges::datastructure::CircSLelement_ConstList = typename CircSLelement< E >::CircSLelement_constlisthelper |