lookupAttributeInfo overloads

Synopses

Declared in <balb_testmessages.h>

Return attribute information for the attribute indicated by the specified id if the attribute exists, and 0 otherwise.

static
bdlat_AttributeInfo const*
lookupAttributeInfo(int id);

Return attribute information for the attribute indicated by the specified name of the specified nameLength if the attribute exists, and 0 otherwise.

static
bdlat_AttributeInfo const*
lookupAttributeInfo(
    char const* name,
    int nameLength);

Return Value

a pointer to the information structure if found, and 0 otherwise

Parameters

Name

Description

id

attribute identifier to look up

name

attribute name

nameLength

length of name

Created with MrDocs