typeinfo.cpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:20k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: typeinfo.cpp,v $
  4.  * PRODUCTION Revision 1000.4  2004/06/01 19:41:59  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.45
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. /*  $Id: typeinfo.cpp,v 1000.4 2004/06/01 19:41:59 gouriano Exp $
  10. * ===========================================================================
  11. *
  12. *                            PUBLIC DOMAIN NOTICE
  13. *               National Center for Biotechnology Information
  14. *
  15. *  This software/database is a "United States Government Work" under the
  16. *  terms of the United States Copyright Act.  It was written as part of
  17. *  the author's official duties as a United States Government employee and
  18. *  thus cannot be copyrighted.  This software/database is freely available
  19. *  to the public for use. The National Library of Medicine and the U.S.
  20. *  Government have not placed any restriction on its use or reproduction.
  21. *
  22. *  Although all reasonable efforts have been taken to ensure the accuracy
  23. *  and reliability of the software and data, the NLM and the U.S.
  24. *  Government do not and cannot warrant the performance or results that
  25. *  may be obtained by using this software or data. The NLM and the U.S.
  26. *  Government disclaim all warranties, express or implied, including
  27. *  warranties of performance, merchantability or fitness for any particular
  28. *  purpose.
  29. *
  30. *  Please cite the author in any work or product based on this material.
  31. *
  32. * ===========================================================================
  33. *
  34. * Author: Eugene Vasilchenko
  35. *
  36. * File Description:
  37. *   !!! PUT YOUR DESCRIPTION HERE !!!
  38. *
  39. * ---------------------------------------------------------------------------
  40. * $Log: typeinfo.cpp,v $
  41. * Revision 1000.4  2004/06/01 19:41:59  gouriano
  42. * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.45
  43. *
  44. * Revision 1.45  2004/05/17 21:03:03  gorelenk
  45. * Added include of PCH ncbi_pch.hpp
  46. *
  47. * Revision 1.44  2004/01/05 14:25:22  gouriano
  48. * Added possibility to set serialization hooks by stack path
  49. *
  50. * Revision 1.43  2003/11/24 14:10:05  grichenk
  51. * Changed base class for CAliasTypeInfo to CPointerTypeInfo
  52. *
  53. * Revision 1.42  2003/11/18 18:11:49  grichenk
  54. * Resolve aliased type info before using it in CObjectTypeInfo
  55. *
  56. * Revision 1.41  2003/09/16 14:48:36  gouriano
  57. * Enhanced AnyContent objects to support XML namespaces and attribute info items.
  58. *
  59. * Revision 1.40  2003/08/26 19:25:58  gouriano
  60. * added possibility to discard a member of an STL container
  61. * (from a read hook)
  62. *
  63. * Revision 1.39  2003/08/25 15:59:09  gouriano
  64. * added possibility to use namespaces in XML i/o streams
  65. *
  66. * Revision 1.38  2003/07/29 18:47:48  vasilche
  67. * Fixed thread safeness of object stream hooks.
  68. *
  69. * Revision 1.37  2003/06/04 17:02:13  rsmith
  70. * Move static mutex out of function to work around CW complex initialization bug.
  71. *
  72. * Revision 1.36  2003/03/10 18:54:26  gouriano
  73. * use new structured exceptions (based on CException)
  74. *
  75. * Revision 1.35  2002/12/23 18:42:22  dicuccio
  76. * Added #include to avoid warnings in Wn32 about deletion of incomplete types
  77. *
  78. * Revision 1.34  2002/09/19 20:05:44  vasilche
  79. * Safe initialization of static mutexes
  80. *
  81. * Revision 1.33  2002/08/13 13:56:06  grichenk
  82. * Improved MT-safety in CTypeInfo and CTypeRef
  83. *
  84. * Revision 1.32  2001/12/09 07:38:13  vakatov
  85. * Got rid of a minor GCC warning (fixed member's order of initialization)
  86. *
  87. * Revision 1.31  2001/10/22 15:16:22  grichenk
  88. * Optimized CTypeInfo::IsCObject()
  89. *
  90. * Revision 1.30  2001/05/17 15:07:09  lavr
  91. * Typos corrected
  92. *
  93. * Revision 1.29  2000/11/07 17:25:42  vasilche
  94. * Fixed encoding of XML:
  95. *     removed unnecessary apostrophes in OCTET STRING
  96. *     removed unnecessary content in NULL
  97. * Added module names to CTypeInfo and CEnumeratedTypeValues
  98. *
  99. * Revision 1.28  2000/10/20 15:51:44  vasilche
  100. * Fixed data error processing.
  101. * Added interface for constructing container objects directly into output stream.
  102. * object.hpp, object.inl and object.cpp were split to
  103. * objectinfo.*, objecttype.*, objectiter.* and objectio.*.
  104. *
  105. * Revision 1.27  2000/10/03 17:22:45  vasilche
  106. * Reduced header dependency.
  107. * Reduced size of debug libraries on WorkShop by 3 times.
  108. * Fixed tag allocation for parent classes.
  109. * Fixed CObject allocation/deallocation in streams.
  110. * Moved instantiation of several templates in separate source file.
  111. *
  112. * Revision 1.26  2000/09/29 16:18:24  vasilche
  113. * Fixed binary format encoding/decoding on 64 bit compulers.
  114. * Implemented CWeakMap<> for automatic cleaning map entries.
  115. * Added cleaning local hooks via CWeakMap<>.
  116. * Renamed ReadTypeName -> ReadFileHeader, ENoTypeName -> ENoFileHeader.
  117. * Added some user interface methods to CObjectIStream, CObjectOStream and
  118. * CObjectStreamCopier.
  119. *
  120. * Revision 1.25  2000/09/18 20:00:26  vasilche
  121. * Separated CVariantInfo and CMemberInfo.
  122. * Implemented copy hooks.
  123. * All hooks now are stored in CTypeInfo/CMemberInfo/CVariantInfo.
  124. * Most type specific functions now are implemented via function pointers instead of virtual functions.
  125. *
  126. * Revision 1.24  2000/08/15 19:44:51  vasilche
  127. * Added Read/Write hooks:
  128. * CReadObjectHook/CWriteObjectHook for objects of specified type.
  129. * CReadClassMemberHook/CWriteClassMemberHook for specified members.
  130. * CReadChoiceVariantHook/CWriteChoiceVariant for specified choice variants.
  131. * CReadContainerElementHook/CWriteContainerElementsHook for containers.
  132. *
  133. * Revision 1.23  2000/07/03 18:42:48  vasilche
  134. * Added interface to typeinfo via CObjectInfo and CConstObjectInfo.
  135. * Reduced header dependency.
  136. *
  137. * Revision 1.22  2000/06/16 16:31:22  vasilche
  138. * Changed implementation of choices and classes info to allow use of the same classes in generated and user written classes.
  139. *
  140. * Revision 1.21  2000/06/07 19:46:01  vasilche
  141. * Some code cleaning.
  142. * Macros renaming in more clear way.
  143. * BEGIN_NAMED_*_INFO, ADD_*_MEMBER, ADD_NAMED_*_MEMBER.
  144. *
  145. * Revision 1.20  2000/05/24 20:08:50  vasilche
  146. * Implemented XML dump.
  147. *
  148. * Revision 1.19  2000/03/29 15:55:30  vasilche
  149. * Added two versions of object info - CObjectInfo and CConstObjectInfo.
  150. * Added generic iterators by class -
  151. *  CTypeIterator<class>, CTypeConstIterator<class>,
  152. *  CStdTypeIterator<type>, CStdTypeConstIterator<type>,
  153. *  CObjectsIterator and CObjectsConstIterator.
  154. *
  155. * Revision 1.18  2000/02/17 20:02:46  vasilche
  156. * Added some standard serialization exceptions.
  157. * Optimized text/binary ASN.1 reading.
  158. * Fixed wrong encoding of StringStore in ASN.1 binary format.
  159. * Optimized logic of object collection.
  160. *
  161. * Revision 1.17  1999/12/17 19:05:05  vasilche
  162. * Simplified generation of GetTypeInfo methods.
  163. *
  164. * Revision 1.16  1999/09/14 18:54:21  vasilche
  165. * Fixed bugs detected by gcc & egcs.
  166. * Removed unneeded includes.
  167. *
  168. * Revision 1.15  1999/08/31 17:50:09  vasilche
  169. * Implemented several macros for specific data types.
  170. * Added implicit members.
  171. * Added multimap and set.
  172. *
  173. * Revision 1.14  1999/07/20 18:23:14  vasilche
  174. * Added interface to old ASN.1 routines.
  175. * Added fixed choice of subclasses to use for pointers.
  176. *
  177. * Revision 1.13  1999/07/19 15:50:39  vasilche
  178. * Added interface to old ASN.1 routines.
  179. * Added naming of key/value in STL map.
  180. *
  181. * Revision 1.12  1999/07/13 20:18:24  vasilche
  182. * Changed types naming.
  183. *
  184. * Revision 1.11  1999/07/07 19:59:09  vasilche
  185. * Reduced amount of data allocated on heap
  186. * Cleaned ASN.1 structures info
  187. *
  188. * Revision 1.10  1999/07/07 18:18:32  vasilche
  189. * Fixed some bugs found by MS VC++
  190. *
  191. * Revision 1.9  1999/07/01 17:55:36  vasilche
  192. * Implemented ASN.1 binary write.
  193. *
  194. * Revision 1.8  1999/06/30 16:05:06  vasilche
  195. * Added support for old ASN.1 structures.
  196. *
  197. * Revision 1.7  1999/06/24 14:45:02  vasilche
  198. * Added binary ASN.1 output.
  199. *
  200. * Revision 1.6  1999/06/15 16:19:53  vasilche
  201. * Added ASN.1 object output stream.
  202. *
  203. * Revision 1.5  1999/06/10 21:06:50  vasilche
  204. * Working binary output and almost working binary input.
  205. *
  206. * Revision 1.4  1999/06/07 20:42:58  vasilche
  207. * Fixed compilation under MS VS
  208. *
  209. * Revision 1.3  1999/06/07 19:30:28  vasilche
  210. * More bug fixes
  211. *
  212. * Revision 1.2  1999/06/04 20:51:51  vasilche
  213. * First compilable version of serialization.
  214. *
  215. * Revision 1.1  1999/05/19 19:56:59  vasilche
  216. * Commit just in case.
  217. *
  218. * ===========================================================================
  219. */
  220. #include <ncbi_pch.hpp>
  221. #include <corelib/ncbithr.hpp>
  222. #include <serial/typeinfo.hpp>
  223. #include <serial/typeinfoimpl.hpp>
  224. #include <serial/objistr.hpp>
  225. #include <serial/objostr.hpp>
  226. #include <serial/objcopy.hpp>
  227. #include <serial/serialimpl.hpp>
  228. #include <corelib/ncbimtx.hpp>
  229. BEGIN_NCBI_SCOPE
  230. /* put back inside GetTypeInfoMutex when Mac CodeWarrior 9 comes out */
  231. DEFINE_STATIC_MUTEX(s_TypeInfoMutex);
  232. SSystemMutex& GetTypeInfoMutex(void)
  233. {
  234.     return s_TypeInfoMutex;
  235. }
  236. class CTypeInfoFunctions
  237. {
  238. public:
  239.     static void ReadWithHook(CObjectIStream& in,
  240.                              TTypeInfo objectType, TObjectPtr objectPtr);
  241.     static void WriteWithHook(CObjectOStream& out,
  242.                               TTypeInfo objectType, TConstObjectPtr objectPtr);
  243.     static void SkipWithHook(CObjectIStream& stream,
  244.                              TTypeInfo objectType);
  245.     static void CopyWithHook(CObjectStreamCopier& copier,
  246.                              TTypeInfo objectType);
  247. };
  248. class CNamespaceInfoItem
  249. {
  250. public:
  251.     CNamespaceInfoItem(void);
  252.     CNamespaceInfoItem(const CNamespaceInfoItem& other);
  253.     virtual ~CNamespaceInfoItem(void);
  254.     bool HasNamespaceName(void) const;
  255.     const string& GetNamespaceName(void) const;
  256.     void SetNamespaceName(const string& ns_name);
  257.     bool HasNamespacePrefix(void) const;
  258.     const string& GetNamespacePrefix(void) const;
  259.     void SetNamespacePrefix(const string& ns_prefix);
  260. private:
  261.     string m_NsName;
  262.     string m_NsPrefix;
  263.     bool   m_NsPrefixSet;
  264. };
  265. typedef CTypeInfoFunctions TFunc;
  266. CTypeInfo::CTypeInfo(ETypeFamily typeFamily, size_t size)
  267.     : m_TypeFamily(typeFamily), m_Size(size), m_Name(),
  268.       m_InfoItem(0),
  269.       m_IsCObject(false),
  270.       m_CreateFunction(&CVoidTypeFunctions::Create),
  271.       m_ReadHookData(&CVoidTypeFunctions::Read, &TFunc::ReadWithHook),
  272.       m_WriteHookData(&CVoidTypeFunctions::Write, &TFunc::WriteWithHook),
  273.       m_SkipHookData(&CVoidTypeFunctions::Skip, &TFunc::SkipWithHook),
  274.       m_CopyHookData(&CVoidTypeFunctions::Copy, &TFunc::CopyWithHook)
  275. {
  276.     return;
  277. }
  278. CTypeInfo::CTypeInfo(ETypeFamily typeFamily, size_t size, const char* name)
  279.     : m_TypeFamily(typeFamily), m_Size(size), m_Name(name),
  280.       m_InfoItem(0),
  281.       m_IsCObject(false),
  282.       m_CreateFunction(&CVoidTypeFunctions::Create),
  283.       m_ReadHookData(&CVoidTypeFunctions::Read, &TFunc::ReadWithHook),
  284.       m_WriteHookData(&CVoidTypeFunctions::Write, &TFunc::WriteWithHook),
  285.       m_SkipHookData(&CVoidTypeFunctions::Skip, &TFunc::SkipWithHook),
  286.       m_CopyHookData(&CVoidTypeFunctions::Copy, &TFunc::CopyWithHook)
  287. {
  288.     return;
  289. }
  290. CTypeInfo::CTypeInfo(ETypeFamily typeFamily, size_t size, const string& name)
  291.     : m_TypeFamily(typeFamily), m_Size(size), m_Name(name),
  292.       m_InfoItem(0),
  293.       m_IsCObject(false),
  294.       m_CreateFunction(&CVoidTypeFunctions::Create),
  295.       m_ReadHookData(&CVoidTypeFunctions::Read, &TFunc::ReadWithHook),
  296.       m_WriteHookData(&CVoidTypeFunctions::Write, &TFunc::WriteWithHook),
  297.       m_SkipHookData(&CVoidTypeFunctions::Skip, &TFunc::SkipWithHook),
  298.       m_CopyHookData(&CVoidTypeFunctions::Copy, &TFunc::CopyWithHook)
  299. {
  300.     return;
  301. }
  302. CTypeInfo::~CTypeInfo(void)
  303. {
  304.     if (m_InfoItem) {
  305.         delete m_InfoItem;
  306.     }
  307.     return;
  308. }
  309. bool CTypeInfo::HasNamespaceName(void) const
  310. {
  311.     return m_InfoItem ? m_InfoItem->HasNamespaceName() : false;
  312. }
  313. const string& CTypeInfo::GetNamespaceName(void) const
  314. {
  315.     return m_InfoItem ? m_InfoItem->GetNamespaceName() : kEmptyStr;
  316. }
  317. void CTypeInfo::SetNamespaceName(const string& ns_name) const
  318. {
  319.     x_CreateInfoItemIfNeeded();
  320.     m_InfoItem->SetNamespaceName(ns_name);
  321. }
  322. bool CTypeInfo::HasNamespacePrefix(void) const
  323. {
  324.     return m_InfoItem ? m_InfoItem->HasNamespacePrefix() : false;
  325. }
  326. const string& CTypeInfo::GetNamespacePrefix(void) const
  327. {
  328.     return m_InfoItem ? m_InfoItem->GetNamespacePrefix() : kEmptyStr;
  329. }
  330. void CTypeInfo::SetNamespacePrefix(const string& ns_prefix) const
  331. {
  332.     x_CreateInfoItemIfNeeded();
  333.     m_InfoItem->SetNamespacePrefix(ns_prefix);
  334. }
  335. void CTypeInfo::x_CreateInfoItemIfNeeded(void) const
  336. {
  337.     if (!m_InfoItem) {
  338.         m_InfoItem = new CNamespaceInfoItem;
  339.     }
  340. }
  341. const string& CTypeInfo::GetModuleName(void) const
  342. {
  343.     return m_ModuleName;
  344. }
  345. void CTypeInfo::SetModuleName(const string& name)
  346. {
  347.     if ( !m_ModuleName.empty() )
  348.         NCBI_THROW(CSerialException,eFail, "cannot change module name");
  349.     m_ModuleName = name;
  350. }
  351. void CTypeInfo::SetModuleName(const char* name)
  352. {
  353.     SetModuleName(string(name));
  354. }
  355. void CTypeInfo::Delete(TObjectPtr /*object*/) const
  356. {
  357.     NCBI_THROW(CSerialException,eIllegalCall,
  358.         "This type cannot be allocated on heap");
  359. }
  360. void CTypeInfo::DeleteExternalObjects(TObjectPtr /*object*/) const
  361. {
  362. }
  363. TTypeInfo CTypeInfo::GetRealTypeInfo(TConstObjectPtr ) const
  364. {
  365.     return this;
  366. }
  367. bool CTypeInfo::IsType(TTypeInfo typeInfo) const
  368. {
  369.     return this == typeInfo;
  370. }
  371. bool CTypeInfo::MayContainType(TTypeInfo /*typeInfo*/) const
  372. {
  373.     return false;
  374. }
  375. const CObject* CTypeInfo::GetCObjectPtr(TConstObjectPtr /*objectPtr*/) const
  376. {
  377.     return 0;
  378. }
  379. bool CTypeInfo::IsParentClassOf(const CClassTypeInfo* /*classInfo*/) const
  380. {
  381.     return false;
  382. }
  383. void CTypeInfo::SetCreateFunction(TTypeCreate func)
  384. {
  385.     m_CreateFunction = func;
  386. }
  387. void CTypeInfo::SetLocalReadHook(CObjectIStream& stream,
  388.                                  CReadObjectHook* hook)
  389. {
  390.     CMutexGuard guard(GetTypeInfoMutex());
  391.     m_ReadHookData.SetLocalHook(stream.m_ObjectHookKey, hook);
  392. }
  393. void CTypeInfo::SetGlobalReadHook(CReadObjectHook* hook)
  394. {
  395.     CMutexGuard guard(GetTypeInfoMutex());
  396.     m_ReadHookData.SetGlobalHook(hook);
  397. }
  398. void CTypeInfo::ResetLocalReadHook(CObjectIStream& stream)
  399. {
  400.     CMutexGuard guard(GetTypeInfoMutex());
  401.     m_ReadHookData.ResetLocalHook(stream.m_ObjectHookKey);
  402. }
  403. void CTypeInfo::ResetGlobalReadHook(void)
  404. {
  405.     CMutexGuard guard(GetTypeInfoMutex());
  406.     m_ReadHookData.ResetGlobalHook();
  407. }
  408. void CTypeInfo::SetPathReadHook(CObjectIStream* in, const string& path,
  409.                                 CReadObjectHook* hook)
  410. {
  411.     CMutexGuard guard(GetTypeInfoMutex());
  412.     m_ReadHookData.SetPathHook(in,path,hook);
  413. }
  414. void CTypeInfo::SetGlobalWriteHook(CWriteObjectHook* hook)
  415. {
  416.     CMutexGuard guard(GetTypeInfoMutex());
  417.     m_WriteHookData.SetGlobalHook(hook);
  418. }
  419. void CTypeInfo::SetLocalWriteHook(CObjectOStream& stream,
  420.                                  CWriteObjectHook* hook)
  421. {
  422.     CMutexGuard guard(GetTypeInfoMutex());
  423.     m_WriteHookData.SetLocalHook(stream.m_ObjectHookKey, hook);
  424. }
  425. void CTypeInfo::ResetGlobalWriteHook(void)
  426. {
  427.     CMutexGuard guard(GetTypeInfoMutex());
  428.     m_WriteHookData.ResetGlobalHook();
  429. }
  430. void CTypeInfo::ResetLocalWriteHook(CObjectOStream& stream)
  431. {
  432.     CMutexGuard guard(GetTypeInfoMutex());
  433.     m_WriteHookData.ResetLocalHook(stream.m_ObjectHookKey);
  434. }
  435. void CTypeInfo::SetPathWriteHook(CObjectOStream* out, const string& path,
  436.                                  CWriteObjectHook* hook)
  437. {
  438.     CMutexGuard guard(GetTypeInfoMutex());
  439.     m_WriteHookData.SetPathHook(out,path,hook);
  440. }
  441. void CTypeInfo::SetGlobalSkipHook(CSkipObjectHook* hook)
  442. {
  443.     CMutexGuard guard(GetTypeInfoMutex());
  444.     m_SkipHookData.SetGlobalHook(hook);
  445. }
  446. void CTypeInfo::SetLocalSkipHook(CObjectIStream& stream,
  447.                                  CSkipObjectHook* hook)
  448. {
  449.     CMutexGuard guard(GetTypeInfoMutex());
  450.     m_SkipHookData.SetLocalHook(stream.m_ObjectSkipHookKey, hook);
  451. }
  452. void CTypeInfo::ResetGlobalSkipHook(void)
  453. {
  454.     CMutexGuard guard(GetTypeInfoMutex());
  455.     m_SkipHookData.ResetGlobalHook();
  456. }
  457. void CTypeInfo::ResetLocalSkipHook(CObjectIStream& stream)
  458. {
  459.     CMutexGuard guard(GetTypeInfoMutex());
  460.     m_SkipHookData.ResetLocalHook(stream.m_ObjectSkipHookKey);
  461. }
  462. void CTypeInfo::SetPathSkipHook(CObjectIStream* in, const string& path,
  463.                                 CSkipObjectHook* hook)
  464. {
  465.     CMutexGuard guard(GetTypeInfoMutex());
  466.     m_SkipHookData.SetPathHook(in,path,hook);
  467. }
  468. void CTypeInfo::SetGlobalCopyHook(CCopyObjectHook* hook)
  469. {
  470.     CMutexGuard guard(GetTypeInfoMutex());
  471.     m_CopyHookData.SetGlobalHook(hook);
  472. }
  473. void CTypeInfo::SetLocalCopyHook(CObjectStreamCopier& stream,
  474.                                  CCopyObjectHook* hook)
  475. {
  476.     CMutexGuard guard(GetTypeInfoMutex());
  477.     m_CopyHookData.SetLocalHook(stream.m_ObjectHookKey, hook);
  478. }
  479. void CTypeInfo::ResetGlobalCopyHook(void)
  480. {
  481.     CMutexGuard guard(GetTypeInfoMutex());
  482.     m_CopyHookData.ResetGlobalHook();
  483. }
  484. void CTypeInfo::ResetLocalCopyHook(CObjectStreamCopier& stream)
  485. {
  486.     CMutexGuard guard(GetTypeInfoMutex());
  487.     m_CopyHookData.ResetLocalHook(stream.m_ObjectHookKey);
  488. }
  489. void CTypeInfo::SetPathCopyHook(CObjectStreamCopier* copier, const string& path,
  490.                                 CCopyObjectHook* hook)
  491. {
  492.     CMutexGuard guard(GetTypeInfoMutex());
  493.     m_CopyHookData.SetPathHook(copier ? &(copier->In()) : 0,path,hook);
  494. }
  495. void CTypeInfo::SetReadFunction(TTypeReadFunction func)
  496. {
  497.     m_ReadHookData.SetDefaultFunction(func);
  498. }
  499. void CTypeInfo::SetWriteFunction(TTypeWriteFunction func)
  500. {
  501.     m_WriteHookData.SetDefaultFunction(func);
  502. }
  503. void CTypeInfo::SetCopyFunction(TTypeCopyFunction func)
  504. {
  505.     m_CopyHookData.SetDefaultFunction(func);
  506. }
  507. void CTypeInfo::SetSkipFunction(TTypeSkipFunction func)
  508. {
  509.     m_SkipHookData.SetDefaultFunction(func);
  510. }
  511. void CTypeInfoFunctions::ReadWithHook(CObjectIStream& stream,
  512.                                       TTypeInfo objectType,
  513.                                       TObjectPtr objectPtr)
  514. {
  515.     CReadObjectHook* hook =
  516.         objectType->m_ReadHookData.GetHook(stream.m_ObjectHookKey);
  517.     if (!hook) {
  518.         hook = objectType->m_ReadHookData.GetPathHook(stream);
  519.     }
  520.     if ( hook )
  521.         hook->ReadObject(stream, CObjectInfo(objectPtr, objectType));
  522.     else
  523.         objectType->DefaultReadData(stream, objectPtr);
  524. }
  525. void CTypeInfoFunctions::WriteWithHook(CObjectOStream& stream,
  526.                                        TTypeInfo objectType,
  527.                                        TConstObjectPtr objectPtr)
  528. {
  529.     CWriteObjectHook* hook =
  530.         objectType->m_WriteHookData.GetHook(stream.m_ObjectHookKey);
  531.     if (!hook) {
  532.         hook = objectType->m_WriteHookData.GetPathHook(stream);
  533.     }
  534.     if ( hook )
  535.         hook->WriteObject(stream, CConstObjectInfo(objectPtr, objectType));
  536.     else
  537.         objectType->DefaultWriteData(stream, objectPtr);
  538. }
  539. void CTypeInfoFunctions::SkipWithHook(CObjectIStream& stream,
  540.                                       TTypeInfo objectType)
  541. {
  542.     CSkipObjectHook* hook =
  543.         objectType->m_SkipHookData.GetHook(stream.m_ObjectSkipHookKey);
  544.     if (!hook) {
  545.         hook = objectType->m_SkipHookData.GetPathHook(stream);
  546.     }
  547.     if ( hook )
  548.         hook->SkipObject(stream, objectType);
  549.     else
  550.         objectType->DefaultSkipData(stream);
  551. }
  552. void CTypeInfoFunctions::CopyWithHook(CObjectStreamCopier& stream,
  553.                                       TTypeInfo objectType)
  554. {
  555.     CCopyObjectHook* hook =
  556.         objectType->m_CopyHookData.GetHook(stream.m_ObjectHookKey);
  557.     if (!hook) {
  558.         hook = objectType->m_CopyHookData.GetPathHook(stream.In());
  559.     }
  560.     if ( hook )
  561.         hook->CopyObject(stream, objectType);
  562.     else
  563.         objectType->DefaultCopyData(stream);
  564. }
  565. CNamespaceInfoItem::CNamespaceInfoItem(void)
  566. {
  567.     m_NsPrefixSet = false;
  568. }
  569. CNamespaceInfoItem::CNamespaceInfoItem(const CNamespaceInfoItem& other)
  570. {
  571.     m_NsName      = other.m_NsName;
  572.     m_NsPrefix    = other.m_NsPrefix;
  573.     m_NsPrefixSet = other.m_NsPrefixSet;
  574. }
  575. CNamespaceInfoItem::~CNamespaceInfoItem(void)
  576. {
  577. }
  578. bool CNamespaceInfoItem::HasNamespaceName(void) const
  579. {
  580.     return !m_NsName.empty();
  581. }
  582. const string& CNamespaceInfoItem::GetNamespaceName(void) const
  583. {
  584.     return m_NsName;
  585. }
  586. void CNamespaceInfoItem::SetNamespaceName(const string& ns_name)
  587. {
  588.     m_NsName = ns_name;
  589. }
  590. bool CNamespaceInfoItem::HasNamespacePrefix(void) const
  591. {
  592.     return m_NsPrefixSet;
  593. }
  594. const string& CNamespaceInfoItem::GetNamespacePrefix(void) const
  595. {
  596.     return m_NsPrefix;
  597. }
  598. void CNamespaceInfoItem::SetNamespacePrefix(const string& ns_prefix)
  599. {
  600.     m_NsPrefix = ns_prefix;
  601.     m_NsPrefixSet = !m_NsPrefix.empty();
  602. }
  603. END_NCBI_SCOPE