|
LogStream & | kisscpp::manip::flush (LogStream &s) |
|
LogStream & | kisscpp::manip::endl (LogStream &s) |
|
LogStream & | kisscpp::manip::dec (LogStream &s) |
|
LogStream & | kisscpp::manip::hex (LogStream &s) |
|
LogStream & | kisscpp::manip::oct (LogStream &s) |
|
LogStream & | kisscpp::manip::base (LogStream &s) |
|
LogStream & | kisscpp::manip::error (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::info (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::debug (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::high (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::normal (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::low (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::error_high (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::error_normal (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::error_low (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::debug_high (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::debug_normal (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::debug_low (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::info_high (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::info_normal (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::info_low (LogStream &s, const bool permanent=false) |
|
LogStream & | kisscpp::manip::helpers::ent (LogStream &s, std::string ent_name) |
|
LogStream & | kisscpp::manip::helpers::source (LogStream &s, std::string source) |
|
ManipResult< std::string > | kisscpp::manip::ent (const std::string &ent_name) |
|
ManipResult< std::string > | kisscpp::manip::src (const std::string &source) |
|
template<typename T > |
LogStream & | kisscpp::operator<< (LogStream &s, ManipResult< T > m) |
|