Represents the settings for a FileEngine instance.
More...
#include <src/api/mip/file/file_engine.h>
Represents the settings for a FileEngine instance.
Definition at line 64 of file file_engine.h.
◆ Settings() [1/2]
FileEngine::Settings::Settings |
( |
const std::string & | engineId, |
|
|
const std::shared_ptr< AuthDelegate > & | authDelegate, |
|
|
const std::string & | clientData, |
|
|
const std::string & | locale = "", |
|
|
bool | loadSensitivityTypes = false ) |
|
inline |
Definition at line 67 of file file_engine.h.
80 }
81 }
bool mIsLoadSensitivityTypesEnabled
std::shared_ptr< AuthDelegate > mAuthDelegate
References mLocale.
◆ Settings() [2/2]
FileEngine::Settings::Settings |
( |
const Identity & | identity, |
|
|
const std::shared_ptr< AuthDelegate > & | authDelegate, |
|
|
const std::string & | clientData, |
|
|
const std::string & | locale = "", |
|
|
bool | loadSensitivityTypes = false ) |
|
inline |
◆ GetClientData()
const std::string & FileEngine::Settings::GetClientData |
( |
| ) |
const |
|
inline |
◆ GetEngineId()
const std::string & FileEngine::Settings::GetEngineId |
( |
| ) |
const |
|
inline |
◆ GetIdentity()
const Identity & FileEngine::Settings::GetIdentity |
( |
| ) |
const |
|
inline |
◆ GetLocale()
const std::string & FileEngine::Settings::GetLocale |
( |
| ) |
const |
|
inline |
◆ IsLoadSensitivityTypesEnabled()
bool FileEngine::Settings::IsLoadSensitivityTypesEnabled |
( |
| ) |
const |
|
inline |
◆ SetEngineId()
void FileEngine::Settings::SetEngineId |
( |
const std::string & | id | ) |
|
|
inline |
◆ SetIdentity()
void FileEngine::Settings::SetIdentity |
( |
const Identity & | identity | ) |
|
|
inline |
◆ mAuthDelegate
std::shared_ptr<AuthDelegate> FileEngine::Settings::mAuthDelegate |
|
private |
◆ mClientData
std::string FileEngine::Settings::mClientData |
|
private |
◆ mEngineId
std::string FileEngine::Settings::mEngineId |
|
private |
◆ mIdentity
Identity FileEngine::Settings::mIdentity |
|
private |
◆ mIsLoadSensitivityTypesEnabled
bool FileEngine::Settings::mIsLoadSensitivityTypesEnabled |
|
private |
◆ mLocale
std::string FileEngine::Settings::mLocale |
|
private |
The documentation for this class was generated from the following file: