#include <easylogging++.h>
|
| template<typename T, typename TPtr> |
| static bool | installCallback (const std::string &id, std::unordered_map< std::string, TPtr > *mapT) |
| template<typename T, typename TPtr> |
| static void | uninstallCallback (const std::string &id, std::unordered_map< std::string, TPtr > *mapT) |
| template<typename T, typename TPtr> |
| static T * | callback (const std::string &id, std::unordered_map< std::string, TPtr > *mapT) |
◆ callback()
template<typename
T, typename TPtr>
| T * el::base::utils::Utils::callback |
( |
const std::string & | id, |
|
|
std::unordered_map< std::string, TPtr > * | mapT ) |
|
inlinestatic |
◆ installCallback()
template<typename
T, typename TPtr>
| bool el::base::utils::Utils::installCallback |
( |
const std::string & | id, |
|
|
std::unordered_map< std::string, TPtr > * | mapT ) |
|
inlinestatic |
◆ uninstallCallback()
template<typename
T, typename TPtr>
| void el::base::utils::Utils::uninstallCallback |
( |
const std::string & | id, |
|
|
std::unordered_map< std::string, TPtr > * | mapT ) |
|
inlinestatic |
The documentation for this class was generated from the following file: