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

全局公用存储管理。 更多...

#include "ycutil.h"
ystorage.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  YSLib::GStaticCache< _type, _tPointer >
 全局静态单态存储器。 更多...
 
class  YSLib::GLocalStaticCache< _type, _tPointer >
 全局局部静态单态存储器。 更多...
 

命名空间

namespace  YSLib
 

函数

template<typename _type >
_type YSLib::FetchInstance ()
 取指定类型的无参数构造的对象。
 
template<typename _type >
_type & YSLib::FetchStaticRef ()
 取指定类型的静态默认对象。
 
template<typename _type >
const _type & YSLib::FetchPrototype ()
 取指定类型的静态原型对象。
 

详细描述

全局公用存储管理。

版本
r403
作者
FrankHBfrank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
build 195
创建时间:
2011-03-14 20:17:34 +0800
修改时间:
2012-09-04 12:14 +0800
字符集:
UTF-8
模块名称:
YSLib::Core::YStorage

在文件 ystorage.hpp 中定义.