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

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

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

浏览源代码.

命名空间

namespace  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 _type >
bool YSLib::operator== (shared_ptr< _type > &&sp, _type *p)
 比较: shared_ptr 右值和内建指针类型的相等关系。
 
template<typename _type >
bool YSLib::operator!= (const shared_ptr< _type > &sp, _type *p)
 比较: shared_ptr 左值和内建指针类型的不等关系。
 
template<typename _type >
bool YSLib::operator!= (shared_ptr< _type > &&sp, _type *p)
 比较: shared_ptr 右值和内建指针类型的不等关系。
 

详细描述

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

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

在文件 yref.hpp 中定义.