![]() |
TrinityCore
|
#include <SecretMgr.h>
Classes | |
| struct | Secret |
Public Member Functions | |
| SecretMgr (SecretMgr const &)=delete | |
| SecretMgr (SecretMgr &&)=delete | |
| SecretMgr & | operator= (SecretMgr const &)=delete |
| SecretMgr & | operator= (SecretMgr &&)=delete |
| void | Initialize (SecretOwner owner) |
| Secret const & | GetSecret (Secrets i) |
Static Public Member Functions | |
| static SecretMgr * | instance () |
Static Public Attributes | |
| static SecretOwner | OWNER |
Private Member Functions | |
| SecretMgr () | |
| ~SecretMgr () | |
| void | AttemptLoad (Secrets i, LogLevel errorLevel, std::scoped_lock< std::mutex > const &) |
| Optional< std::string > | AttemptTransition (Secrets i, Optional< BigNumber > const &newSecret, Optional< BigNumber > const &oldSecret, bool hadOldSecret) const |
Private Attributes | |
| std::array< Secret, NUM_SECRETS > | _secrets |
Definition at line 45 of file SecretMgr.h.
|
privatedefault |
|
privatedefault |
|
delete |
|
delete |
|
private |
Definition at line 112 of file SecretMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 174 of file SecretMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| SecretMgr::Secret const & SecretMgr::GetSecret | ( | Secrets | i | ) |
| void SecretMgr::Initialize | ( | SecretOwner | owner | ) |
|
static |
Definition at line 56 of file SecretMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 84 of file SecretMgr.h.
|
static |
Definition at line 52 of file SecretMgr.h.