BloombergLP::bsltf::TemplateTestFacility::getIdentifier

Return the integer identifier that uniquely identifies object.

Synopses

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...

Return Value

the integer identifier of object

Parameters

NameDescription
objectstring pointer whose identifier is requested