#include <new>
#include <typeinfo>
#include <stdio.h>
#include <limits.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include "tsSLList.h"
#include "epicsString.h"
#include "libComAPI.h"
Go to the source code of this file.
template<class T >
resTableIndex integerHash |
( |
unsigned |
MIN_INDEX_WIDTH, |
|
|
unsigned |
MAX_ID_WIDTH, |
|
|
const T & |
id |
|
) |
| |
|
inline |
Definition at line 1032 of file resourceLib.h.
1050 unsigned width = MAX_ID_WIDTH;
1053 hashid ^= hashid>>width;
1054 }
while (width>MIN_INDEX_WIDTH);