BLPAPI C++
3.24.4
|
#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.
|
explicit |
Create an AuthApplication
object for authorization.
The behavior is undefined when appName
is NULL
or empty.
|
explicit |
For internal use only.
AuthApplication | ( | const AuthApplication & | app | ) |
Copy constructor.
~AuthApplication | ( | ) |
Destructor.
const blpapi_AuthApplication_t * handle | ( | ) | const |
For internal use only.
AuthApplication & operator= | ( | const AuthApplication & | rhs | ) |
Assign to this object the value of the specified rhs
object.