Bridges-C++  3.4.4
Bridges(C++ API)
Classes | Namespaces
Grid.h File Reference
#include "DataStructure.h"
#include <vector>
#include "base64.h"

Go to the source code of this file.

Classes

class  bridges::datastructure::Grid< E >
 This is a class in BRIDGES for representing an (n x n) grid. More...
 
class  bridges::datastructure::Grid< E >::BracketHelperConst
 This BracketHelperConst is a helper class to get the [] operators to work. More...
 
class  bridges::datastructure::Grid< E >::BracketHelper
 This BracketHelper is a helper class to get the [] operators to work. It is not intended to be used by bridges users. 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