getIdentifier overloads
Declared in <bsltf_templatetestfacility.h>
Return the integer identifier that uniquely identifies the specified object. The behavior is undefined unless object could be created from the TemplateTestFacility::create class method template.
static
int
getIdentifier(char const const*& object);
» more...
Return the integer identifier that uniquely identifies the specified object. The behavior is undefined unless object could be created from the TemplateTestFacility::create class method template.
template<class TYPE>
static
int
getIdentifier(TYPE const& object);
» more...
Return the integer identifier that uniquely identifies the specified object. The behavior is undefined unless object could be created from the TemplateTestFacility::create class method template.
template<class ALLOC>
static
int
getIdentifier(StdAllocTestType<ALLOC> const& object);
» more...
Return the integer identifier that uniquely identifies the specified object. The behavior is undefined unless object was created by a call to the TemplateTestFacility::create class method template, or is a copy of such an object.
template<class TYPE>
static
int
getIdentifier(TYPE const*& object);
» more...