Agora  1.2.0
Agora project
spdlog::cfg::helpers Namespace Reference

Functions

std::string & to_lower_ (std::string &str)
 
std::string & trim_ (std::string &str)
 
std::pair< std::string, std::string > extract_kv_ (char sep, const std::string &str)
 
std::unordered_map< std::string, std::string > extract_key_vals_ (const std::string &str)
 
SPDLOG_INLINE void load_levels (const std::string &input)
 

Function Documentation

◆ extract_key_vals_()

std::unordered_map<std::string, std::string> spdlog::cfg::helpers::extract_key_vals_ ( const std::string &  str)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ extract_kv_()

std::pair<std::string, std::string> spdlog::cfg::helpers::extract_kv_ ( char  sep,
const std::string &  str 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ load_levels()

SPDLOG_API void spdlog::cfg::helpers::load_levels ( const std::string &  input)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ to_lower_()

std::string& spdlog::cfg::helpers::to_lower_ ( std::string &  str)
inline
Here is the caller graph for this function:

◆ trim_()

std::string& spdlog::cfg::helpers::trim_ ( std::string &  str)
inline
Here is the caller graph for this function: