⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 openelement.cxx

📁 SP是一个基于GNU C++编译器
💻 CXX
字号:
// Copyright (c) 1994 James Clark// See the file COPYING for copying permission.#ifdef __GNUG__#pragma implementation#endif#include "splib.h"#include "OpenElement.h"#ifdef SP_NAMESPACEnamespace SP_NAMESPACE {#endifOpenElement::OpenElement(const ElementType *type,			 Boolean net,			 Boolean included,			 const ShortReferenceMap *map,			 const Location &startLocation): elementType_(type),  netEnabling_(net),  included_(included),  matchState_(type->definition()->compiledModelGroup()),  map_(map),  startLocation_(startLocation),  declaredContent_(type->definition()->declaredContent()){}#ifdef SP_NAMESPACE}#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -