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

Synopsis

Declared in <balxml_decoderoptions.h>

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

Return Value

attribute information if the attribute exists, and 0 otherwise

Parameters

Name

Description

name

attribute name to look up

nameLength

length of name

Created with MrDocs