oaleftest.inl

来自「openaccess读def,lef文件所用的源代码」· INL 代码 · 共 190 行

INL
190
字号
// *****************************************************************************// *****************************************************************************// oaLefTest.inl//// This file contains the implementation for inline and template member// functions of classes defined in oaLefTest.h file.//// *****************************************************************************// Except as specified in the OpenAccess terms of use of Cadence or Silicon// Integration Initiative, this material may not be copied, modified,// re-published, uploaded, executed, or distributed in any way, in any medium,// in whole or in part, without prior written permission from Cadence.////                Copyright 2002-2005 Cadence Design Systems, Inc.//                           All Rights Reserved.////  $Author: sailajad $//  $Revision: 1.1 $//  $Date: 2005/08/05 01:46:36 $//  $State: Exp $// *****************************************************************************// *****************************************************************************#if !defined(oaLefTest_I)#define oaLefTest_I// *****************************************************************************// LefTest::LefTest()//// This is the constructor for the LefTest object.// *****************************************************************************inlineLefTest::LefTest(const oaString &name):   LefDefTest(name),    lefIn(msgs),    lefOut(msgs){}// *****************************************************************************// LefTestUpdate::LefTestUpdate()// // This is the constructor for the LefTestUpdate test class.// *****************************************************************************inlineLefTestUpdate::LefTestUpdate(const oaString	&name):   LefTest(name){}// *****************************************************************************// LefTestOverwrite::LefTestOverwrite()// // This is the constructor for the LefTestOverwrite test class.// *****************************************************************************inlineLefTestOverwrite::LefTestOverwrite(const oaString	&name):   LefTest(name){}// *****************************************************************************// LefTestTechAttach::LefTestTechAttach()// // This is the constructor for the lefTestTechAttach test class.// *****************************************************************************inlineLefTestTechAttach::LefTestTechAttach(const oaString	&name):   LefTest(name){}// *****************************************************************************// LefTestLayerMap::LefTestLayerMap()// // This is the constructor for the lefTest LayerMap test class.// *****************************************************************************inlineLefTestLayerMap::LefTestLayerMap(const oaString	&name):   LefTest(name){}// *****************************************************************************// LefTestTechOnly::LefTestTechOnly()// // This is the constructor for the lefTest tech only test class.// *****************************************************************************inlineLefTestTechOnly::LefTestTechOnly(const oaString	&name):   LefTest(name){}// *****************************************************************************// LefTestCellsOnly::LefTestCellsOnly()// // This is the constructor for the lefTest cells only test class.// *****************************************************************************inlineLefTestCellsOnly::LefTestCellsOnly(const oaString   &name):   LefTest(name){}// *****************************************************************************// LefTestError::LefTestError()// // This is the constructor for the lefTest cells only test class.// *****************************************************************************inlineLefTestError::LefTestError(const oaString   &name):   LefTest(name){}// *****************************************************************************// LefTest53::LefTest53()// // This is the constructor for the lefTest 5.3 test class.// *****************************************************************************inlineLefTest53::LefTest53(const oaString	&name):   LefTest(name){}// *****************************************************************************// LefTest54::LefTest54()// // This is the constructor for the lefTest 5.5 test class.// *****************************************************************************inlineLefTest54::LefTest54(const oaString	&name):   LefTest(name){}// *****************************************************************************// LefTest55::LefTest55()// // This is the constructor for the lefTest 5.5 test class.// *****************************************************************************inlineLefTest55::LefTest55(const oaString	&name):   LefTest(name){}// *****************************************************************************// LefTest56::LefTest56()// // This is the constructor for the lefTest 5.6 test class.// *****************************************************************************inlineLefTest56::LefTest56(const oaString	&name):   LefTest(name){}#endif

⌨️ 快捷键说明

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