Definition at line 11 of file MemoryContainer.h.
◆ ChangeHash()
void MemoryContainer::ChangeHash |
( |
const std::string & | srcHash, |
|
|
const std::string & | dstHash ) |
Definition at line 26 of file MemoryContainer.cpp.
26 {
27 m_hashContainer.erase(srcHash);
28 const auto& prevSize = m_hashContainer.size();
29 m_hashContainer.insert(dstHash);
30
31}
◆ HasHash()
bool MemoryContainer::HasHash |
( |
const std::string & | hash | ) |
const |
◆ Register()
void MemoryContainer::Register |
( |
SObject * | object | ) |
|
|
overridevirtual |
◆ Remove()
void MemoryContainer::Remove |
( |
SObject * | object | ) |
|
|
overridevirtual |
◆ m_hashContainer
std::set<std::string> CSE::MemoryContainer::m_hashContainer |
|
protected |
The documentation for this class was generated from the following files: