Agora  1.2.0
Agora project
spdlog::details::fmt_helper Namespace Reference

Functions

spdlog::string_view_t to_string_view (const memory_buf_t &buf) SPDLOG_NOEXCEPT
 
void append_string_view (spdlog::string_view_t view, memory_buf_t &dest)
 
template<typename T >
void append_int (T n, memory_buf_t &dest)
 
template<typename T >
SPDLOG_CONSTEXPR_FUNC unsigned int count_digits_fallback (T n)
 
template<typename T >
unsigned int count_digits (T n)
 
void pad2 (int n, memory_buf_t &dest)
 
template<typename T >
void pad_uint (T n, unsigned int width, memory_buf_t &dest)
 
template<typename T >
void pad3 (T n, memory_buf_t &dest)
 
template<typename T >
void pad6 (T n, memory_buf_t &dest)
 
template<typename T >
void pad9 (T n, memory_buf_t &dest)
 
template<typename ToDuration >
ToDuration time_fraction (log_clock::time_point tp)
 

Function Documentation

◆ append_int()

template<typename T >
void spdlog::details::fmt_helper::append_int ( T  n,
memory_buf_t dest 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ append_string_view()

void spdlog::details::fmt_helper::append_string_view ( spdlog::string_view_t  view,
memory_buf_t dest 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ count_digits()

template<typename T >
unsigned int spdlog::details::fmt_helper::count_digits ( T  n)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ count_digits_fallback()

template<typename T >
SPDLOG_CONSTEXPR_FUNC unsigned int spdlog::details::fmt_helper::count_digits_fallback ( T  n)
Here is the caller graph for this function:

◆ pad2()

void spdlog::details::fmt_helper::pad2 ( int  n,
memory_buf_t dest 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pad3()

template<typename T >
void spdlog::details::fmt_helper::pad3 ( T  n,
memory_buf_t dest 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pad6()

template<typename T >
void spdlog::details::fmt_helper::pad6 ( T  n,
memory_buf_t dest 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pad9()

template<typename T >
void spdlog::details::fmt_helper::pad9 ( T  n,
memory_buf_t dest 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pad_uint()

template<typename T >
void spdlog::details::fmt_helper::pad_uint ( T  n,
unsigned int  width,
memory_buf_t dest 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ time_fraction()

template<typename ToDuration >
ToDuration spdlog::details::fmt_helper::time_fraction ( log_clock::time_point  tp)
inline

◆ to_string_view()

spdlog::string_view_t spdlog::details::fmt_helper::to_string_view ( const memory_buf_t buf)
inline
Here is the call graph for this function: