Return the integer identifier that uniquely identifies object.
Declared in <bsltf_templatetestfacility.h>
Return the integer identifier that uniquely identifies object.
static
int
getIdentifier(char const const*& object);
» more...
Return the integer identifier that uniquely identifies object.
template<class TYPE>
static
int
getIdentifier(TYPE const& object);
» more...
Return the integer identifier that uniquely identifies object.
template<class ALLOC>
static
int
getIdentifier(StdAllocTestType<ALLOC> const& object);
» more...
Return the integer identifier that uniquely identifies object.
template<class TYPE>
static
int
getIdentifier(TYPE const*& object);
» more...
the integer identifier of object
| Name | Description |
|---|---|
| object | string pointer whose identifier is requested |