#include <ostream>
Include dependency graph for kiostream.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Zygoma |
Functions | |
std::basic_ostream< char > & | kerr () |
Returns a reference to a standard IOStream object that will perform error message output to an appropriate platform-defined medium. | |
std::basic_ostream< char > & | klog () |
Returns a reference to a standard IOStream object that will output a log-level message to an appropriate platform-defined medium. |