#include <blpapi_authoptions.h>
Public Member Functions | |
| AuthApplication (const char *appName) | |
| AuthApplication (blpapi_AuthApplication_t *handle) | |
| AuthApplication (const AuthApplication &app) | |
| ~AuthApplication () | |
| AuthApplication & | operator= (const AuthApplication &rhs) |
| const blpapi_AuthApplication_t * | handle () const |
Contains application-specific authorization options.
See Component blpapi_authoptions
| blpapi::AuthApplication::AuthApplication | ( | const char * | appName | ) | [explicit] |
Create an AuthApplication object for authorization.
The behavior is undefined when appName is NULL or empty.
| blpapi::AuthApplication::AuthApplication | ( | blpapi_AuthApplication_t * | handle | ) | [explicit] |
For internal use only.
| blpapi::AuthApplication::AuthApplication | ( | const AuthApplication & | app | ) |
Copy constructor.
| blpapi::AuthApplication::~AuthApplication | ( | ) |
Destructor.
| AuthApplication& blpapi::AuthApplication::operator= | ( | const AuthApplication & | rhs | ) |
Assign to this object the value of the specified rhs object.
| const blpapi_AuthApplication_t* blpapi::AuthApplication::handle | ( | ) | const |
For internal use only.
1.7.1