comparison Framework/Common/FileValue.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
33 public: 33 public:
34 FileValue() 34 FileValue()
35 { 35 {
36 } 36 }
37 37
38 FileValue(const std::string& content) : 38 explicit FileValue(const std::string& content) :
39 content_(content) 39 content_(content)
40 { 40 {
41 } 41 }
42 42
43 FileValue(const void* buffer, 43 FileValue(const void* buffer,