metaproxy  1.21.0
Public Member Functions | Public Attributes | List of all members
metaproxy_1::filter::AuthSimple::Rep::PasswordAndDBs Struct Reference
Collaboration diagram for metaproxy_1::filter::AuthSimple::Rep::PasswordAndDBs:
Collaboration graph

Public Member Functions

 PasswordAndDBs ()
 
 PasswordAndDBs (std::string pw)
 
void addDB (std::string db)
 

Public Attributes

std::string password
 
std::list< std::string > dbs
 

Detailed Description

Definition at line 42 of file filter_auth_simple.cpp.

Constructor & Destructor Documentation

◆ PasswordAndDBs() [1/2]

metaproxy_1::filter::AuthSimple::Rep::PasswordAndDBs::PasswordAndDBs ( )
inline

Definition at line 45 of file filter_auth_simple.cpp.

45 {};

◆ PasswordAndDBs() [2/2]

metaproxy_1::filter::AuthSimple::Rep::PasswordAndDBs::PasswordAndDBs ( std::string  pw)
inline

Member Function Documentation

◆ addDB()

void metaproxy_1::filter::AuthSimple::Rep::PasswordAndDBs::addDB ( std::string  db)
inline

Definition at line 47 of file filter_auth_simple.cpp.

47 { dbs.push_back(db); }

References dbs.

Member Data Documentation

◆ dbs

std::list<std::string> metaproxy_1::filter::AuthSimple::Rep::PasswordAndDBs::dbs

Definition at line 44 of file filter_auth_simple.cpp.

Referenced by addDB().

◆ password

std::string metaproxy_1::filter::AuthSimple::Rep::PasswordAndDBs::password

Definition at line 43 of file filter_auth_simple.cpp.


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