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

#include <utility.hpp>

类 ystdex::nonmovable 继承关系图:

Public 成员函数

 nonmovable (const nonmovable &)=delete
 禁止复制构造。
 
nonmovableoperator= (const nonmovable &)=delete
 禁止赋值复制。
 

Protected 成员函数

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

详细描述

在文件 utility.hpp76 行定义.

构造及析构函数说明

ystdex::nonmovable::nonmovable ( )
inlineprotecteddefault

protected 构造:默认实现。

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

protected 析构:默认实现。

ystdex::nonmovable::nonmovable ( const nonmovable )
inlinedelete

禁止复制构造。

成员函数说明

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

禁止赋值复制。


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