YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
#include <ynew.h>
Public 成员函数 | |
yconstfn | NewRecorder (const char *f, int l, MemoryList &b=GetDebugMemoryList()) |
template<typename _type > | |
_type * | operator->* (_type *p) |
接受 new 表达式返回的指针并注册内存分配记录。 | |
Private 属性 | |
MemoryList & | blocks |
const char * | file |
const int | line |
额外继承的成员函数 | |
![]() | |
noncopyable (const noncopyable &)=delete | |
禁止复制构造。 | |
noncopyable & | operator= (const noncopyable &)=delete |
禁止赋值复制。 | |
noncopyable ()=default | |
protected 构造:默认实现。 | |
~noncopyable ()=default | |
protected 析构:默认实现。 | |
|
inlineexplicit |
|
inline |
接受 new 表达式返回的指针并注册内存分配记录。
|
private |