Provide a representation of strings for use as container keys.
More...
Go to the source code of this file.
Classes |
class | blpapi::Name |
Namespaces |
namespace | blpapi |
Functions |
BLPAPI_EXPORT blpapi_Name_t * | blpapi_Name_create (const char *nameString) |
BLPAPI_EXPORT void | blpapi_Name_destroy (blpapi_Name_t *name) |
BLPAPI_EXPORT blpapi_Name_t * | blpapi_Name_duplicate (const blpapi_Name_t *src) |
BLPAPI_EXPORT int | blpapi_Name_equalsStr (const blpapi_Name_t *name, const char *string) |
BLPAPI_EXPORT const char * | blpapi_Name_string (const blpapi_Name_t *name) |
BLPAPI_EXPORT size_t | blpapi_Name_length (const blpapi_Name_t *name) |
BLPAPI_EXPORT blpapi_Name_t * | blpapi_Name_findName (const char *nameString) |
bool | blpapi::operator== (const Name &lhs, const Name &rhs) |
bool | blpapi::operator!= (const Name &lhs, const Name &rhs) |
bool | blpapi::operator== (const Name &lhs, const char *rhs) |
bool | blpapi::operator!= (const Name &lhs, const char *rhs) |
bool | blpapi::operator== (const char *lhs, const Name &rhs) |
bool | blpapi::operator!= (const char *lhs, const Name &rhs) |
bool | blpapi::operator< (const Name &lhs, const Name &rhs) |
bool | blpapi::operator<= (const Name &lhs, const Name &rhs) |
bool | blpapi::operator> (const Name &lhs, const Name &rhs) |
bool | blpapi::operator>= (const Name &lhs, const Name &rhs) |
std::ostream & | blpapi::operator<< (std::ostream &stream, const Name &name) |
Detailed Description
Provide a representation of strings for use as container keys.
Function Documentation
BLPAPI_EXPORT blpapi_Name_t* blpapi_Name_create |
( |
const char * |
nameString |
) |
|
BLPAPI_EXPORT int blpapi_Name_equalsStr |
( |
const blpapi_Name_t * |
name, |
|
|
const char * |
string | |
|
) |
| | |
BLPAPI_EXPORT const char* blpapi_Name_string |
( |
const blpapi_Name_t * |
name |
) |
|
BLPAPI_EXPORT size_t blpapi_Name_length |
( |
const blpapi_Name_t * |
name |
) |
|
BLPAPI_EXPORT blpapi_Name_t* blpapi_Name_findName |
( |
const char * |
nameString |
) |
|