acl
3.5.3.0
stdout_stream.hpp
浏览该文件的文档.
1
#pragma once
2
#include "../acl_cpp_define.hpp"
3
#include "
ostream.hpp
"
4
5
namespace
acl
{
6
7
/**
8
* 标准输出流,该类对象仅能进行写操作
9
*/
10
11
class
ACL_CPP_API
stdout_stream
:
public
ostream
12
{
13
public
:
14
stdout_stream
(
void
);
15
~
stdout_stream
(
void
);
16
};
17
18
}
// namespace acl
acl::stdout_stream
Definition:
stdout_stream.hpp:11
acl
Definition:
acl_cpp_init.hpp:4
acl::ostream
Definition:
ostream.hpp:17
ostream.hpp
ACL_CPP_API
#define ACL_CPP_API
Definition:
acl_cpp_define.hpp:16
include
acl_cpp
stream
stdout_stream.hpp
生成于 2021年 九月 10日 星期五 11:14:45 , 为 acl使用
1.8.15