#ifdef __cplusplus extern "C" { #endif #pragma once #include "stdcxxType.h" #define OSTREAM_DECL_VIRT(Type) \ #define OSTREAM_DECL_NONVIRT(Type) \ #define OSTREAM_DECL_ACCESSOR(Type) \ #define OSTREAM_DEF_VIRT(Type) \ #define OSTREAM_DEF_NONVIRT(Type) \ #define OSTREAM_DEF_ACCESSOR(Type) \ OSTREAM_DECL_VIRT(ostream) OSTREAM_DECL_NONVIRT(ostream) OSTREAM_DECL_ACCESSOR(ostream) #ifdef __cplusplus } #endif