![]() |
Bridges-C++
3.2.0
Bridges(C++API)
|
Go to the source code of this file.
Classes | |
class | bridges::datastructure::Array1D< E > |
A BRIDGES 1D array type. More... | |
class | bridges::datastructure::Array1D< E >::iterator |
enabling range for loops More... | |
class | bridges::datastructure::Array1D< E >::const_iterator |
enabling iterator loops in const contexts More... | |
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::Array1DIterator = typename Array1D< E >::iterator |