BLPAPI C++  3.24.4
AuthApplication Class Reference

#include <blpapi_authoptions.h>

Public Member Functions

 AuthApplication (const char *appName)
 
 AuthApplication (blpapi_AuthApplication_t *handle)
 
 AuthApplication (const AuthApplication &app)
 
 ~AuthApplication ()
 
AuthApplicationoperator= (const AuthApplication &rhs)
 
const blpapi_AuthApplication_thandle () const
 

Detailed Description

Contains application-specific authorization options.

See Component blpapi_authoptions

Constructor & Destructor Documentation

◆ AuthApplication() [1/3]

AuthApplication ( const char *  appName)
explicit

Create an AuthApplication object for authorization.

The behavior is undefined when appName is NULL or empty.

◆ AuthApplication() [2/3]

AuthApplication ( blpapi_AuthApplication_t handle)
explicit

For internal use only.

◆ AuthApplication() [3/3]

AuthApplication ( const AuthApplication app)

Copy constructor.

◆ ~AuthApplication()

Destructor.

Member Function Documentation

◆ handle()

const blpapi_AuthApplication_t * handle ( ) const

For internal use only.

◆ operator=()

AuthApplication & operator= ( const AuthApplication rhs)

Assign to this object the value of the specified rhs object.


The documentation for this class was generated from the following file: