set! added
This commit is contained in:
4
ml.h
4
ml.h
@@ -42,6 +42,10 @@ public:
|
||||
// Set the value associated with this name in this scope
|
||||
void set(const std::string &name, MlValue value);
|
||||
|
||||
// Set the value associated with this name in this scope and parent scopes
|
||||
// and if not exists sets in this scope
|
||||
void setX(const std::string &name, MlValue value);
|
||||
|
||||
// Get vector of executables in this scope
|
||||
std::vector<std::string> get_lambdas_list() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user