NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
clue Namespace Reference

Functions

bool is_true (bool const on)
 
std::string text_or (std::string const &text, std::string const &or_text)
 
std::string text_with_or (std::string const &prefix, std::string const &text, std::string const &postfix, std::string const &or_text)
 
std::string to_module_text (std::string const &module)
 
std::string to_severity_text (int const severity)
 
std::string to_severities_text (int const level, std::string const &postfix=".", std::string const &result="")
 
std::string now_text ()
 

Function Documentation

◆ is_true()

bool clue::is_true ( bool const  on)
inline

◆ now_text()

std::string clue::now_text ( )
inline

◆ text_or()

std::string clue::text_or ( std::string const &  text,
std::string const &  or_text 
)
inline

◆ text_with_or()

std::string clue::text_with_or ( std::string const &  prefix,
std::string const &  text,
std::string const &  postfix,
std::string const &  or_text 
)
inline

◆ to_module_text()

std::string clue::to_module_text ( std::string const &  module)
inline

◆ to_severities_text()

std::string clue::to_severities_text ( int const  level,
std::string const &  postfix = ".",
std::string const &  result = "" 
)
inline

◆ to_severity_text()

std::string clue::to_severity_text ( int const  severity)
inline