LogSystem
beta 1.4
This is a logging system project
载入中...
搜索中...
未找到
nocopy.hpp
浏览该文件的文档.
1
#pragma once
2
#include <iostream>
3
4
namespace
XuServer
5
{
6
class
nocopy
7
{
8
public
:
9
nocopy
() {}
10
nocopy
(
const
nocopy
&) =
delete
;
11
const
nocopy
&
operator=
(
const
nocopy
&) =
delete
;
12
~nocopy
() {}
13
};
14
}
XuServer::nocopy
Definition
nocopy.hpp:7
XuServer::nocopy::~nocopy
~nocopy()
Definition
nocopy.hpp:12
XuServer::nocopy::operator=
const nocopy & operator=(const nocopy &)=delete
XuServer::nocopy::nocopy
nocopy(const nocopy &)=delete
XuServer::nocopy::nocopy
nocopy()
Definition
nocopy.hpp:9
XuServer
Definition
config.hpp:9
server
nocopy.hpp
制作者
1.9.8