|
blocxx
|
Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
Defines | |
| #define | BLOCXX_DEFINE_PUT(type) |
Functions | |
| std::ostream & | BLOCXX_NAMESPACE::operator<< (std::ostream &os, const Format &f) |
| #define BLOCXX_DEFINE_PUT | ( | type | ) |
void Format::put(type t) \
{ \
\
if (!oss.good()) \
{ \
return; \
} \
\
oss << t; \
}
Definition at line 125 of file Format.cpp.
1.7.5.1