mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Use concatenation, rather than ostringstream
This commit is contained in:
committed by
Luis Ángel San Martín
parent
4990093e3d
commit
8efb9912ee
@ -84,8 +84,8 @@ private:
|
||||
static FieldType fieldType(const std::string &str);
|
||||
|
||||
void tokenize(const std::string &expr);
|
||||
static std::string join(const std::vector<std::string> &strings, const std::string &delim);
|
||||
static std::vector<std::string> split(const std::string &string, char delim);
|
||||
static std::string join(const QStringList &strings, const std::string &delim);
|
||||
static QStringList split(const std::string &string, char delim);
|
||||
|
||||
TreeNode orExpression();
|
||||
TreeNode andExpression();
|
||||
|
Reference in New Issue
Block a user