persistent.cpp

来自「粗糙集应用软件」· C++ 代码 · 共 49 行

CPP
49
字号
//-------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?