📄 persistent.cpp
字号:
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........: 960328
// Description...:
// Revisions.....:
//===================================================================
#include <stdafx.h> // Precompiled headers.
#include <copyright.h>
#include <kernel/basic/persistent.h>
#include <kernel/basic/message.h>
#include <kernel/utilities/iokit.h>
#include <kernel/system/fstream.h>
//-------------------------------------------------------------------
// Methods for class Persistent.
//===================================================================
//-------------------------------------------------------------------
// Constructors/destructor.
//===================================================================
Persistent::Persistent() {
}
Persistent::~Persistent() {
}
//-------------------------------------------------------------------
// Methods inherited from Identifier.
//===================================================================
IMPLEMENTIDMETHODS(Persistent, PERSISTENT, Identifier)
//-------------------------------------------------------------------
// Default load/save methods.
//===================================================================
//-------------------------------------------------------------------
// Method........: Load
// Author........:
// Date..........:
// Description...: Loads stuff used for file type identification
// purposes.
// Comments......:
// Revisions.....: A
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -