comparison Framework/Common/GenericFormatter.h @ 29:2fb9cd42af14

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jul 2018 15:20:35 +0200
parents 7cea966b6829
children 714c5d2bee76
comparison
equal deleted inserted replaced
28:c0cb5d2cd696 29:2fb9cd42af14
31 Dialect dialect_; 31 Dialect dialect_;
32 std::vector<std::string> parametersName_; 32 std::vector<std::string> parametersName_;
33 std::vector<ValueType> parametersType_; 33 std::vector<ValueType> parametersType_;
34 34
35 public: 35 public:
36 GenericFormatter(Dialect dialect) : 36 explicit GenericFormatter(Dialect dialect) :
37 dialect_(dialect) 37 dialect_(dialect)
38 { 38 {
39 } 39 }
40 40
41 void Format(std::string& target, 41 void Format(std::string& target,