Bridges-C++ 3.5.0-dev2-1-ge3e57bf
Bridges(C++ API)
|
#include <string>
#include <rapidjson/document.h>
Go to the source code of this file.
Classes | |
class | bridges::datastructure::DataStructure |
This is the superclass of all data structure types in BRIDGES. More... | |
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 |
Variables | |
const string | bridges::QUOTE = "\"" |
const string | bridges::COMMA = "," |
const string | bridges::COLON = ":" |
const string | bridges::OPEN_CURLY = "{" |
const string | bridges::CLOSE_CURLY = "}" |
const string | bridges::OPEN_BOX = "[" |
const string | bridges::CLOSE_BOX = "]" |
const string | bridges::OPEN_PARENS = "(" |
const string | bridges::CLOSE_PARENS = ")" |
constexpr int | bridges::datastructure::MAX_ELEMENTS_ALLOWED = 5000 |