Lines Matching defs:CKeyInfo
20 class CKeyInfo
29 bool IsEqualTo(const CKeyInfo &a) const;
32 CKeyInfo() { ClearProps(); }
51 CKeyInfo(const CKeyInfo &) = default;
53 ~CKeyInfo() { Wipe(); }
59 CObjectVector<CKeyInfo> Keys;
62 bool GetKey(CKeyInfo &key);
63 void Add(const CKeyInfo &key);
64 void FindAndAdd(const CKeyInfo &key);
71 CKeyInfo _key;