tcp-server/client a bit improved
This commit is contained in:
1
ml.h
1
ml.h
@@ -103,6 +103,7 @@ public:
|
||||
MlValue(double f);
|
||||
MlValue(bool b);
|
||||
MlValue(const std::vector<MlValue> &list); // Constructs a list
|
||||
MlValue(const std::vector<std::string> &slist); // Constructs a list from vector of strings
|
||||
|
||||
static MlValue quote(const MlValue "ed); // Construct a quoted value
|
||||
static MlValue atom(const std::string &s);
|
||||
|
||||
Reference in New Issue
Block a user