bdlat_sequenceHasAttribute overloads
Declared in <bdlar_sequenceref.h>
Return true if the specified ref has an attribute with the specified attributeId, and false otherwise.
bool
bdlat_sequenceHasAttribute(
SequenceConstRef const& ref,
int attributeId);
» more...
Return true if the specified ref has an attribute with the specified attributeId, and false otherwise.
bool
bdlat_sequenceHasAttribute(
SequenceRef const& ref,
int attributeId);
» more...
Return true if the specified ref has an attribute with the specified attributeName of the specified attributeNameLength, and false otherwise.
bool
bdlat_sequenceHasAttribute(
SequenceConstRef const& ref,
char const* attributeName,
int attributeNameLength);
» more...
Return true if the specified ref has an attribute with the specified attributeName of the specified attributeNameLength, and false otherwise.
bool
bdlat_sequenceHasAttribute(
SequenceRef const& ref,
char const* attributeName,
int attributeNameLength);
» more...
true if the attribute exists, and false otherwise
| Name | Description |
|---|---|
| ref | sequence reference to query |
| attributeId | id of the attribute |
| attributeName | name of the attribute |
| attributeNameLength | length of attributeName |