ATLAS Offline Software
|
Maintain a mapping of strings to 64-bit ints. More...
#include <stdint.h>
#include <string>
#include <memory>
Go to the source code of this file.
Classes | |
class | SG::StringPool |
Namespaces | |
SG | |
Forward declaration. | |
Maintain a mapping of strings to 64-bit ints.
A string can be marked as ‘transient’ (using SG::transientKey). If we encounter a hash collision while inserting a transient key, we do not fail, but instead use find an alternate hash for it.
Definition in file StringPool.h.