|
static bool | callIsKeyInCache (serif::config::Config &config, const std::string &key) |
|
static int | callCacheSize (serif::config::Config &config) |
|
static void | callAddToCache (serif::config::Config &config, const std::string &key, const YAML::Node &node) |
|
static void | callRegisterKeyNotFound (serif::config::Config &config, const std::string &key) |
|
static bool | CheckIfKeyUnknown (serif::config::Config &config, const std::string &key) |
|
Definition at line 16 of file configTest.cpp.
◆ callAddToCache()
static void configTestPrivateAccessor::callAddToCache |
( |
serif::config::Config & | config, |
|
|
const std::string & | key, |
|
|
const YAML::Node & | node ) |
|
inlinestatic |
◆ callCacheSize()
static int configTestPrivateAccessor::callCacheSize |
( |
serif::config::Config & | config | ) |
|
|
inlinestatic |
◆ callIsKeyInCache()
static bool configTestPrivateAccessor::callIsKeyInCache |
( |
serif::config::Config & | config, |
|
|
const std::string & | key ) |
|
inlinestatic |
◆ callRegisterKeyNotFound()
static void configTestPrivateAccessor::callRegisterKeyNotFound |
( |
serif::config::Config & | config, |
|
|
const std::string & | key ) |
|
inlinestatic |
◆ CheckIfKeyUnknown()
static bool configTestPrivateAccessor::CheckIfKeyUnknown |
( |
serif::config::Config & | config, |
|
|
const std::string & | key ) |
|
inlinestatic |
The documentation for this class was generated from the following file: