small rectorings
This commit is contained in:
@@ -28,9 +28,9 @@ public:
|
||||
private:
|
||||
void add_line(const std::vector<MlValue> &line, std::vector<MlValue> &lines);
|
||||
|
||||
MlValue ivalualize(const std::string &value) const;
|
||||
static MlValue ivalualize(const std::string &value) ;
|
||||
|
||||
bool is_string_int(const std::string &s, long &val) const;
|
||||
static bool is_string_int(const std::string &s, long &val) ;
|
||||
|
||||
bool is_string_float(const std::string &s, double &val) const;
|
||||
static bool is_string_float(const std::string &s, double &val) ;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user