FCT
载入中...
搜索中...
未找到
OutStream.h
浏览该文件的文档.
1
//
2
// Created by Administrator on 2025/3/1.
3
//
4
#include "
../ThirdParty.h
"
5
#ifdef FCT_ANDROID
6
#include "
./Android_Out.h
"
7
#endif
8
#ifndef FCT_OUTSTREAM_H
9
#define FCT_OUTSTREAM_H
10
11
namespace
FCT
{
12
#ifdef FCT_ANDROID
13
#include "
Android_Out.h
"
14
extern
std::ostream&
fout
;
15
extern
std::ostream&
ferr
;
16
#else
17
#include <iostream>
18
extern
std::ostream&
fout
;
19
extern
std::ostream&
ferr
;
20
#endif
21
22
}
// namespace FCT
23
24
#endif
//FCT_OUTSTREAM_H
Android_Out.h
ThirdParty.h
FCT
定义
Enums.h:8
FCT::ferr
std::ostream & ferr
定义
OutStream.cpp:9
FCT::fout
std::ostream & fout
定义
OutStream.cpp:8
src
DebugTools
OutStream.h
制作者
1.14.0