cmdinfooperation.h
来自「这是一个程序的一般架构方法」· C头文件 代码 · 共 25 行
H
25 行
//-- {CycleCode: 3} file [0..395]
//-- {InsertRegion: 5} module.vulnerableDeclarations [0..265]
//## begin module.additionalDeclarations preserve=yes
// Copyright (C) 1991 - 1999 Rational Software Corporation
#if defined (_MSC_VER) && (_MSC_VER >= 1000)
#pragma once
#endif
#ifndef _INC_CMDINFOOPERATION_43167EAF0138_INCLUDED
#define _INC_CMDINFOOPERATION_43167EAF0138_INCLUDED
//##ModelId=43167EAF0138
//## end module.additionalDeclarations
//-- {AddDecl: 4} class [266..332]
class CMDInfoOperation
: public OrderArray<UINT,CMDInfo>
{
};
//-- {InsertRegion: 6} module.vulnerableDeclarations [333..395]
//## begin module.epilog preserve=yes
#endif /* _INC_CMDINFOOPERATION_43167EAF0138_INCLUDED */
//## end module.epilog
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?