Namespaces

Component blpapi_name
[Package blpapi]

Provide a representation of strings for use as container keys. More...

Namespaces

namespace  blpapi

Detailed Description

Provide a representation of strings for use as container keys.

Outline
Purpose:
Provide a representation of strings for use as container keys.
Classes:
blpapi::Name constant string in an efficient form for use as container keys
Description:
This component implements a representation of a string which is efficient for use as a key in a container (constant-time hashing and ordering operations using the standard "intern string" technique).