parsercontext.cpp

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· C++ 代码 · 共 25 行

CPP
25
字号
// ParserContext.cpp,v 1.3 2003/11/01 11:15:07 dhinton Exp#include "ACEXML/parser/parser/ParserContext.h"#if !defined (__ACEXML_INLINE__)# include "ACEXML/parser/parser/ParserContext.inl"#endif /* __ACEXML_INLINE__ */ACEXML_Parser_Context::~ACEXML_Parser_Context(){  delete this->instream_;  this->instream_ = 0;  delete this->locator_;  this->locator_ = 0;}#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)template class ACE_Swap <ACEXML_InputSource*>; template class ACE_Swap <ACEXML_LocatorImpl*>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)#  pragma instantiate ACE_Swap <ACEXML_InputSource*>#  pragma instantiate ACE_Swap <ACEXML_LocatorImpl*>#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */

⌨️ 快捷键说明

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