This class is a TS set of unsigned set.
Definition at line 26 of file RConcurrentHashColl.hxx.
|
static HashValue | Hash (char *buf, int len) |
| Return the hash object corresponding to the buffer. More...
|
|
#include <ROOT/RConcurrentHashColl.hxx>
◆ RConcurrentHashColl()
ROOT::Internal::RConcurrentHashColl::RConcurrentHashColl |
( |
| ) |
|
◆ ~RConcurrentHashColl()
ROOT::Internal::RConcurrentHashColl::~RConcurrentHashColl |
( |
| ) |
|
|
default |
◆ Find()
bool ROOT::Internal::RConcurrentHashColl::Find |
( |
const HashValue & |
hash | ) |
const |
◆ Hash()
Return the hash object corresponding to the buffer.
If the buffer is there, return false. Otherwise, insert the hash and return true.
Definition at line 43 of file RConcurrentHashColl.cxx.
◆ Insert() [1/2]
bool ROOT::Internal::RConcurrentHashColl::Insert |
( |
char * |
buf, |
|
|
int |
len |
|
) |
| const |
If the hash is there, return false. Otherwise, insert the hash and return true;.
If the buffer is there, return false. Otherwise, insert the hash and return true.
Definition at line 49 of file RConcurrentHashColl.cxx.
◆ Insert() [2/2]
bool ROOT::Internal::RConcurrentHashColl::Insert |
( |
const HashValue & |
hash | ) |
const |
If the hash is there, return false. Otherwise, insert the hash and return true;.
If the buffer is there, return false. Otherwise, insert the hash and return true.
Definition at line 66 of file RConcurrentHashColl.cxx.
◆ fHashSet
std::unique_ptr<RHashSet> ROOT::Internal::RConcurrentHashColl::fHashSet |
|
mutableprivate |
◆ fRWLock
The documentation for this class was generated from the following files: