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);

Return the integer identifier that uniquely identifies object.

template<class TYPE>
static
int
getIdentifier(TYPE const& object);

Return the integer identifier that uniquely identifies object.

template<class ALLOC>
static
int
getIdentifier(StdAllocTestType<ALLOC> const& object);

Return the integer identifier that uniquely identifies object.

template<class TYPE>
static
int
getIdentifier(TYPE const*& object);

Return Value

the integer identifier of object

Parameters

Name

Description

object

string pointer whose identifier is requested

Created with MrDocs