#include <stdio.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | io |
Defines | |
#define | PRINT_OSTREAM(F, OBJ) |
A macro to wrap print calls based on FILE* to calls using ostream. |
|
Value: FileStreamBuffer local_fsb(F);\ std::ostream(&local_fsb) << OBJ
|