comparison Plugin/Cache/CacheIndex.h @ 213:d200cfd84b46

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Feb 2019 17:00:38 +0100
parents 2f27287c047c
children aee499712ac4
comparison
equal deleted inserted replaced
212:a8c1d1fb478b 213:d200cfd84b46
31 { 31 {
32 private: 32 private:
33 int bundle_; 33 int bundle_;
34 std::string item_; 34 std::string item_;
35 35
36 void operator= (const CacheIndex&); // Forbidden
37
36 public: 38 public:
37 CacheIndex(const CacheIndex& other) : 39 CacheIndex(const CacheIndex& other) :
38 bundle_(other.bundle_), 40 bundle_(other.bundle_),
39 item_(other.item_) 41 item_(other.item_)
40 { 42 {