YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
yref.hpp 文件参考

用于提供指针和引用访问的间接访问类模块。 更多...

#include "YModules.h"
#include <YSLib/Adaptor/YAdaptor.h>
#include <utility>
#include <ystdex/memory.hpp>
yref.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

 YSLib
 

函数

template<typename _type >
bool YSLib::reset (_type *&p) ynothrow
 
template<typename _type >
bool YSLib::operator== (const shared_ptr< _type > &sp, _type *p)
 比较: shared_ptr 和内建指针类型的相等关系。 更多...
 
template<typename _type1 , typename _type2 >
bool YSLib::operator== (const weak_ptr< _type1 > &x, const weak_ptr< _type2 > &y)
 比较: weak_ptr 相等关系。 更多...
 
template<typename _type >
bool YSLib::operator!= (const shared_ptr< _type > &sp, _type *p)
 比较: shared_ptr 左值和内建指针类型的不等关系。 更多...
 
template<typename _type1 , typename _type2 >
bool YSLib::operator!= (const weak_ptr< _type1 > &x, const weak_ptr< _type2 > &y)
 比较: weak_ptr 不等关系。 更多...
 

详细描述

用于提供指针和引用访问的间接访问类模块。

版本
r2652
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
build 176
创建时间:
2010-03-21 23:09:06 +0800
修改时间:
2013-12-23 23:29 +0800
文本编码:
UTF-8
模块名称:
YSLib::Adaptor::YReference

在文件 yref.hpp 中定义.