![]() |
TrinityCore
|
#include <SecretMgr.h>
Classes | |
| struct | Secret |
Public Member Functions | |
| SecretMgr (SecretMgr const &)=delete | |
| void | Initialize () |
| Secret const & | GetSecret (Secrets i) |
Static Public Member Functions | |
| static SecretMgr * | instance () |
Private Member Functions | |
| SecretMgr () | |
| ~SecretMgr () | |
| void | AttemptLoad (Secrets i, LogLevel errorLevel, std::unique_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 37 of file SecretMgr.h.
|
inlineprivate |
Definition at line 40 of file SecretMgr.h.
|
inlineprivate |
Definition at line 41 of file SecretMgr.h.
|
delete |
|
private |
Definition at line 108 of file SecretMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 170 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 | ( | ) |
|
static |
Definition at line 54 of file SecretMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 70 of file SecretMgr.h.