28 namespace ValuePersistence {
#define MLEXPORT
To export symbols from a DLL/shared object, we need to mark them with the MLEXPORT symbol.
MLint64 MLint
A signed ML integer type with at least 64 bits used for index calculations on very large images even ...
MLEXPORT void stringToValue(const std::string &s, Vector4 &value)
MLEXPORT std::string valueToString(const Vector4 &value)