#include "OW_config.h"#include "OW_Format.hpp"Include dependency graph for OW_Format.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | OW_NAMESPACE |
Defines | |
| #define | OW_DEFINE_PUT(type) |
Functions | |
| std::ostream & | OW_NAMESPACE::operator<< (std::ostream &os, const Format &f) |
|
|
Value: void Format::put(type t) \ { \ \ if (!oss.good()) \ { \ return; \ } \ \ oss << t; \ } Definition at line 122 of file OW_Format.cpp. |
1.4.6