📄 hnproperties.cpp
字号:
/*
* HnProperties.cc
*
* DO NOT EDIT THIS FILE!
*
* This file is automatically generated by obj2ptr.
* 2002/09/13 12:41:10
*/
#include "HnSRTree/HnProperties.hh"
#include "HnSRTree/HnPropertiesObj.hh"
/*
* HnProperties
*/
const HnProperties HnProperties::null;
HnProperties
new_HnProperties(void)
{
HnPropertiesObj *_obj;
_obj = new HnPropertiesObj();
if ( _obj->hasConstructorFailed() ) {
delete _obj;
return (HnPropertiesObj *)NULL;
}
return _obj;
}
HnProperties
new_HnProperties(const HnProperties &defaults)
{
HnPropertiesObj *_obj;
_obj = new HnPropertiesObj(defaults);
if ( _obj->hasConstructorFailed() ) {
delete _obj;
return (HnPropertiesObj *)NULL;
}
return _obj;
}
#define HnClass HnProperties
#include "HnSRTree/HnClassArray.cpp"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -