BloombergLP::balxml::EncoderOptions::lookupAttributeInfo

lookupAttributeInfo overloads

Synopses

Declared in <balxml_encoderoptions.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);
» more...

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);
» more...

Return Value

attribute information if the attribute exists, and 0 otherwise

Parameters

NameDescription
idattribute identifier to look up
nameattribute name to look up
nameLengthlength of name