YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::noncopyable类 参考

#include <utility.hpp>

类 ystdex::noncopyable 继承关系图:

Public 成员函数

 noncopyable (const noncopyable &)=delete
 禁止复制构造。
 
noncopyableoperator= (const noncopyable &)=delete
 禁止赋值复制。
 

Protected 成员函数

 noncopyable ()=default
 protected 构造:默认实现。
 
 ~noncopyable ()=default
 protected 析构:默认实现。
 

详细描述

在文件 utility.hpp42 行定义.

构造及析构函数说明

ystdex::noncopyable::noncopyable ( )
inlineprotecteddefault

protected 构造:默认实现。

注解
保护非多态类。
ystdex::noncopyable::~noncopyable ( )
protecteddefault

protected 析构:默认实现。

ystdex::noncopyable::noncopyable ( const noncopyable )
inlinedelete

禁止复制构造。

成员函数说明

noncopyable& ystdex::noncopyable::operator= ( const noncopyable )
delete

禁止赋值复制。


该类的文档由以下文件生成: