KISSCPP
a C++ library for rapid application development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
kisscpp::manip Namespace Reference

Namespaces

 helpers
 

Functions

LogStreamflush (LogStream &s)
 
LogStreamendl (LogStream &s)
 
LogStreamdec (LogStream &s)
 
LogStreamhex (LogStream &s)
 
LogStreamoct (LogStream &s)
 
LogStreambase (LogStream &s)
 
LogStreamerror (LogStream &s, const bool permanent=false)
 
LogStreaminfo (LogStream &s, const bool permanent=false)
 
LogStreamdebug (LogStream &s, const bool permanent=false)
 
LogStreamhigh (LogStream &s, const bool permanent=false)
 
LogStreamnormal (LogStream &s, const bool permanent=false)
 
LogStreamlow (LogStream &s, const bool permanent=false)
 
LogStreamerror_high (LogStream &s, const bool permanent=false)
 
LogStreamerror_normal (LogStream &s, const bool permanent=false)
 
LogStreamerror_low (LogStream &s, const bool permanent=false)
 
LogStreamdebug_high (LogStream &s, const bool permanent=false)
 
LogStreamdebug_normal (LogStream &s, const bool permanent=false)
 
LogStreamdebug_low (LogStream &s, const bool permanent=false)
 
LogStreaminfo_high (LogStream &s, const bool permanent=false)
 
LogStreaminfo_normal (LogStream &s, const bool permanent=false)
 
LogStreaminfo_low (LogStream &s, const bool permanent=false)
 
ManipResult< std::string > ent (const std::string &ent_name)
 
ManipResult< std::string > src (const std::string &source)
 

Function Documentation

LogStream & kisscpp::manip::base ( LogStream &  s)
inline

Here is the call graph for this function:

LogStream & kisscpp::manip::debug ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::debug_high ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

LogStream & kisscpp::manip::debug_low ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

LogStream & kisscpp::manip::debug_normal ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::dec ( LogStream &  s)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::endl ( LogStream &  s)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

ManipResult< std::string > kisscpp::manip::ent ( const std::string &  ent_name)
inline

Here is the call graph for this function:

LogStream & kisscpp::manip::error ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::error_high ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

LogStream & kisscpp::manip::error_low ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

LogStream & kisscpp::manip::error_normal ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::flush ( LogStream &  s)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::hex ( LogStream &  s)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::high ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::info ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::info_high ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

LogStream & kisscpp::manip::info_low ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

LogStream & kisscpp::manip::info_normal ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::low ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::normal ( LogStream &  s,
const bool  permanent = false 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

LogStream & kisscpp::manip::oct ( LogStream &  s)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

ManipResult< std::string > kisscpp::manip::src ( const std::string &  source)
inline

Here is the call graph for this function: