|
BLPAPI C++
3.25.2
|
Provide description of Socks5 proxy. More...
#include <blpapi_call.h>#include <blpapi_defs.h>#include <blpapi_exception.h>#include <blpapi_streamproxy.h>#include <blpapi_types.h>#include <algorithm>#include <string>Go to the source code of this file.
Classes | |
| class | Socks5Config |
Namespaces | |
| BloombergLP | |
| BloombergLP::blpapi | |
Functions | |
| blpapi_Socks5Config_t * | blpapi_Socks5Config_create (const char *hostname, size_t hostname_size, unsigned short port) |
| int | blpapi_Socks5Config_copy (blpapi_Socks5Config_t **socks5Config, blpapi_Socks5Config_t *srcSocks5Config) |
| void | blpapi_Socks5Config_destroy (blpapi_Socks5Config_t *socks5Config) |
| int | blpapi_Socks5Config_print (blpapi_Socks5Config_t *socks5Config, blpapi_StreamWriter_t streamWriter, void *userStream, int indentLevel, int spacesPerLevel) |
| std::ostream & | operator<< (std::ostream &stream, const Socks5Config &socks5Config) |
Provide description of Socks5 proxy.
| int blpapi_Socks5Config_copy | ( | blpapi_Socks5Config_t ** | socks5Config, |
| blpapi_Socks5Config_t * | srcSocks5Config | ||
| ) |
| blpapi_Socks5Config_t* blpapi_Socks5Config_create | ( | const char * | hostname, |
| size_t | hostname_size, | ||
| unsigned short | port | ||
| ) |
| void blpapi_Socks5Config_destroy | ( | blpapi_Socks5Config_t * | socks5Config | ) |
| int blpapi_Socks5Config_print | ( | blpapi_Socks5Config_t * | socks5Config, |
| blpapi_StreamWriter_t | streamWriter, | ||
| void * | userStream, | ||
| int | indentLevel, | ||
| int | spacesPerLevel | ||
| ) |