![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "resourceLib.h"
Public Types | |
enum | allocationType { copyString, refString } |
Public Member Functions | |
stringId (const char *idIn, allocationType typeIn=copyString) | |
virtual | ~stringId () |
resTableIndex | hash () const |
bool | operator== (const stringId &idIn) const |
const char * | resourceName () const |
void | show (unsigned level) const |
Definition at line 256 of file resourceLib.h.
Enumerator | |
---|---|
copyString | |
refString |
Definition at line 258 of file resourceLib.h.
stringId::stringId | ( | const char * | idIn, |
allocationType | typeIn = copyString |
||
) |
|
virtual |
resTableIndex stringId::hash | ( | ) | const |
|
inline |
Definition at line 1081 of file resourceLib.h.
|
inline |
Definition at line 1092 of file resourceLib.h.
void stringId::show | ( | unsigned | level | ) | const |