BLPAPI C++  3.24.2
blpapi_name.h File Reference

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

#include <blpapi_defs.h>
#include <blpapi_types.h>
#include <stddef.h>
#include <cstring>
#include <iostream>
#include <utility>

Go to the source code of this file.

Classes

class  Name
 

Namespaces

 BloombergLP
 
 BloombergLP::blpapi
 

Functions

blpapi_Name_tblpapi_Name_create (const char *nameString)
 
void blpapi_Name_destroy (blpapi_Name_t *name)
 
blpapi_Name_tblpapi_Name_duplicate (const blpapi_Name_t *src)
 
int blpapi_Name_equalsStr (const blpapi_Name_t *name, const char *string)
 
const char * blpapi_Name_string (const blpapi_Name_t *name)
 
size_t blpapi_Name_length (const blpapi_Name_t *name)
 
blpapi_Name_tblpapi_Name_findName (const char *nameString)
 
bool operator== (const Name &lhs, const Name &rhs)
 
bool operator!= (const Name &lhs, const Name &rhs)
 
bool operator== (const Name &lhs, const char *rhs)
 
bool operator!= (const Name &lhs, const char *rhs)
 
bool operator== (const char *lhs, const Name &rhs)
 
bool operator!= (const char *lhs, const Name &rhs)
 
bool operator< (const Name &lhs, const Name &rhs)
 
bool operator<= (const Name &lhs, const Name &rhs)
 
bool operator> (const Name &lhs, const Name &rhs)
 
bool operator>= (const Name &lhs, const Name &rhs)
 
std::ostream & operator<< (std::ostream &stream, const Name &name)
 

Detailed Description

Provide a representation of strings for use as container keys.

Function Documentation

◆ blpapi_Name_create()

blpapi_Name_t* blpapi_Name_create ( const char *  nameString)

◆ blpapi_Name_destroy()

void blpapi_Name_destroy ( blpapi_Name_t name)

◆ blpapi_Name_duplicate()

blpapi_Name_t* blpapi_Name_duplicate ( const blpapi_Name_t src)

◆ blpapi_Name_equalsStr()

int blpapi_Name_equalsStr ( const blpapi_Name_t name,
const char *  string 
)

◆ blpapi_Name_findName()

blpapi_Name_t* blpapi_Name_findName ( const char *  nameString)

◆ blpapi_Name_length()

size_t blpapi_Name_length ( const blpapi_Name_t name)

◆ blpapi_Name_string()

const char* blpapi_Name_string ( const blpapi_Name_t name)