lookupSelectionInfo overloads
Declared in <baljsn_encoder_testtypes.h>
Return selection information for the selection indicated by the specified 'id' if the selection exists, and 0 otherwise.
static
bdlat_SelectionInfo const*
lookupSelectionInfo(int id);
» more...
Return selection information for the selection indicated by the specified 'name' of the specified 'nameLength' if the selection exists, and 0 otherwise.
static
bdlat_SelectionInfo const*
lookupSelectionInfo(
char const* name,
int nameLength);
» more...
a pointer to the information structure if found, and 0 otherwise
| Name | Description |
|---|---|
| id | selection identifier to look up |
| name | selection name |
| nameLength | length of name |