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