comparison Plugin/Cache/CacheIndex.h @ 197:0ef2d8b970ab

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Apr 2018 11:42:31 +0200
parents 993dd140bd30
children 2f27287c047c
comparison
equal deleted inserted replaced
196:b83fe581f6ae 197:0ef2d8b970ab
33 int bundle_; 33 int bundle_;
34 std::string item_; 34 std::string item_;
35 35
36 public: 36 public:
37 CacheIndex(const CacheIndex& other) : 37 CacheIndex(const CacheIndex& other) :
38 bundle_(other.bundle_), 38 bundle_(other.bundle_),
39 item_(other.item_) 39 item_(other.item_)
40 { 40 {
41 } 41 }
42 42
43 CacheIndex(int bundle, 43 CacheIndex(int bundle,
44 const std::string& item) : 44 const std::string& item) :