Bridges-C++ 3.5.0-dev2-1-ge3e57bf
Bridges(C++ API)
Classes | Namespaces | Typedefs
SLelement.h File Reference
#include "DataStructure.h"
#include "Element.h"

Go to the source code of this file.

Classes

class  bridges::datastructure::SLelement< E >
 The singly linked list element, derived from Element. More...
 
class  bridges::datastructure::SLelement< E >::SLelement_listhelper
 These are helper classes for SLelement for easy iteration. More...
 
class  bridges::datastructure::SLelement< E >::SLelement_listhelper::iterator
 
class  bridges::datastructure::SLelement< E >::SLelement_constlisthelper
 These are helper classes for SLelement for easy iteration. More...
 
class  bridges::datastructure::SLelement< E >::SLelement_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::SLelement_List = typename SLelement< E >::SLelement_listhelper
 
template<class E >
using bridges::datastructure::SLelement_ConstList = typename SLelement< E >::SLelement_constlisthelper