openelement.cxx

来自「SP是一个基于GNU C++编译器」· CXX 代码 · 共 32 行

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