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