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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: code.cpp,v $
  4.  * PRODUCTION Revision 1000.2  2004/06/01 19:42:37  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.43
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. /*  $Id: code.cpp,v 1000.2 2004/06/01 19:42:37 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. *   Class code generator
  38. *
  39. * ---------------------------------------------------------------------------
  40. * $Log: code.cpp,v $
  41. * Revision 1000.2  2004/06/01 19:42:37  gouriano
  42. * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.43
  43. *
  44. * Revision 1.43  2004/05/17 21:03:13  gorelenk
  45. * Added include of PCH ncbi_pch.hpp
  46. *
  47. * Revision 1.42  2004/05/03 19:31:03  gouriano
  48. * Made generation of DOXYGEN-style comments optional
  49. *
  50. * Revision 1.41  2004/04/29 20:11:39  gouriano
  51. * Generate DOXYGEN-style comments in C++ headers
  52. *
  53. * Revision 1.40  2004/03/26 14:41:48  dicuccio
  54. * Deleted dead code
  55. *
  56. * Revision 1.39  2003/03/11 20:06:47  kuznets
  57. * iterate -> ITERATE
  58. *
  59. * Revision 1.38  2002/12/31 20:14:24  gouriano
  60. * corrected usage of export specifiers when generating C++ classes
  61. *
  62. * Revision 1.37  2002/12/23 18:40:07  dicuccio
  63. * Added new command-line option: -oex <export-specifier> for adding WIn32 export
  64. * specifiers to generated objects.
  65. *
  66. * Revision 1.36  2002/08/14 17:14:25  grichenk
  67. * Fixed function name conflict on Win32: renamed
  68. * GetClassName() -> GetClassNameDT()
  69. *
  70. * Revision 1.35  2001/05/17 15:07:11  lavr
  71. * Typos corrected
  72. *
  73. * Revision 1.34  2000/11/29 17:42:43  vasilche
  74. * Added CComment class for storing/printing ASN.1/XML module comments.
  75. * Added srcutil.hpp file to reduce file dependency.
  76. *
  77. * Revision 1.33  2000/11/01 20:38:59  vasilche
  78. * OPTIONAL and DEFAULT are not permitted in CHOICE.
  79. * Fixed code generation for DEFAULT.
  80. *
  81. * Revision 1.32  2000/08/25 15:59:20  vasilche
  82. * Renamed directory tool -> datatool.
  83. *
  84. * Revision 1.31  2000/04/17 19:11:08  vasilche
  85. * Fixed failed assertion.
  86. * Removed redundant namespace specifications.
  87. *
  88. * Revision 1.30  2000/04/12 15:36:50  vasilche
  89. * Added -on <namespace> argument to datatool.
  90. * Removed unnecessary namespace specifications in generated files.
  91. *
  92. * Revision 1.29  2000/04/07 19:26:25  vasilche
  93. * Added namespace support to datatool.
  94. * By default with argument -oR datatool will generate objects in namespace
  95. * NCBI_NS_NCBI::objects (aka ncbi::objects).
  96. * Datatool's classes also moved to NCBI namespace.
  97. *
  98. * Revision 1.28  2000/03/07 20:05:00  vasilche
  99. * Added NewInstance method to generated classes.
  100. *
  101. * Revision 1.27  2000/03/07 14:06:31  vasilche
  102. * Added generation of reference counted objects.
  103. *
  104. * Revision 1.26  2000/02/17 20:05:06  vasilche
  105. * Inline methods now will be generated in *_Base.inl files.
  106. * Fixed processing of StringStore.
  107. * Renamed in choices: Selected() -> Which(), E_choice -> E_Choice.
  108. * Enumerated values now will preserve case as in ASN.1 definition.
  109. *
  110. * Revision 1.25  2000/02/01 21:47:56  vasilche
  111. * Added CGeneratedChoiceTypeInfo for generated choice classes.
  112. * Removed CMemberInfo subclasses.
  113. * Added support for DEFAULT/OPTIONAL members.
  114. * Changed class generation.
  115. * Moved datatool headers to include/internal/serial/tool.
  116. *
  117. * Revision 1.24  2000/01/11 16:59:02  vasilche
  118. * Changed macros generation for compilation on MS VC.
  119. *
  120. * Revision 1.23  1999/12/01 17:36:25  vasilche
  121. * Fixed CHOICE processing.
  122. *
  123. * Revision 1.22  1999/11/18 17:13:06  vasilche
  124. * Fixed generation of ENUMERATED CHOICE and VisibleString.
  125. * Added generation of initializers to zero for primitive types and pointers.
  126. *
  127. * Revision 1.21  1999/11/15 19:36:13  vasilche
  128. * Fixed warnings on GCC
  129. *
  130. * ===========================================================================
  131. */
  132. #include <ncbi_pch.hpp>
  133. #include <serial/datatool/code.hpp>
  134. #include <serial/datatool/type.hpp>
  135. #include <serial/datatool/srcutil.hpp>
  136. BEGIN_NCBI_SCOPE
  137. string    CClassCode::sm_ExportSpecifier;
  138. bool      CClassCode::sm_DoxygenComments=false;
  139. string    CClassCode::sm_DoxygenGroup;
  140. string    CClassCode::sm_DocRootURL;
  141. CClassContext::~CClassContext(void)
  142. {
  143. }
  144. CClassCode::CClassCode(CClassContext& owner, const string& className)
  145.     : m_Code(owner),
  146.       m_ClassName(className),
  147.       m_VirtualDestructor(false)
  148. {
  149. }
  150. CClassCode::~CClassCode(void)
  151. {
  152.     {
  153.         CNcbiOstrstream hpp;
  154.         GenerateHPP(hpp);
  155.         m_Code.AddHPPCode(hpp);
  156.     }
  157.     {
  158.         CNcbiOstrstream inl;
  159.         GenerateINL(inl);
  160.         m_Code.AddINLCode(inl);
  161.     }
  162.     {
  163.         CNcbiOstrstream cpp;
  164.         GenerateCPP(cpp);
  165.         m_Code.AddCPPCode(cpp);
  166.     }
  167. }
  168. void CClassCode::SetExportSpecifier(const string& str)
  169. {
  170.     sm_ExportSpecifier = str;
  171. }
  172. const string& CClassCode::GetExportSpecifier(void)
  173. {
  174.     return sm_ExportSpecifier;
  175. }
  176. void CClassCode::SetDoxygenComments(bool set)
  177. {
  178.     sm_DoxygenComments = set;
  179. }
  180. bool CClassCode::GetDoxygenComments(void)
  181. {
  182.     return sm_DoxygenComments;
  183. }
  184. void CClassCode::SetDoxygenGroup(const string& str)
  185. {
  186.     sm_DoxygenGroup = str;
  187. }
  188. const string& CClassCode::GetDoxygenGroup(void)
  189. {
  190.     return sm_DoxygenGroup;
  191. }
  192. void CClassCode::SetDocRootURL(const string& str)
  193. {
  194.     sm_DocRootURL = str;
  195. }
  196. const string& CClassCode::GetDocRootURL(void)
  197. {
  198.     return sm_DocRootURL;
  199. }
  200. const CNamespace& CClassCode::GetNamespace(void) const
  201. {
  202.     return m_Code.GetNamespace();
  203. }
  204. void CClassCode::AddHPPCode(const CNcbiOstrstream& code)
  205. {
  206.     WriteTabbed(m_ClassPublic, code);
  207. }
  208. void CClassCode::AddINLCode(const CNcbiOstrstream& code)
  209. {
  210.     Write(m_InlineMethods, code);
  211. }
  212. void CClassCode::AddCPPCode(const CNcbiOstrstream& code)
  213. {
  214.     Write(m_Methods, code);
  215. }
  216. string CClassCode::GetMethodPrefix(void) const
  217. {
  218.     return m_Code.GetMethodPrefix() + GetClassNameDT() + "::";
  219. }
  220. bool CClassCode::InternalClass(void) const
  221. {
  222.     return !m_Code.GetMethodPrefix().empty();
  223. }
  224. CClassCode::TIncludes& CClassCode::HPPIncludes(void)
  225. {
  226.     return m_Code.HPPIncludes();
  227. }
  228. CClassCode::TIncludes& CClassCode::CPPIncludes(void)
  229. {
  230.     return m_Code.CPPIncludes();
  231. }
  232. void CClassCode::SetParentClass(const string& className,
  233.                                 const CNamespace& ns)
  234. {
  235.     m_ParentClassName = className;
  236.     m_ParentClassNamespace = ns;
  237. }
  238. void CClassCode::AddForwardDeclaration(const string& s, const CNamespace& ns)
  239. {
  240.     m_Code.AddForwardDeclaration(s, ns);
  241. }
  242. bool CClassCode::HaveInitializers(void) const
  243. {
  244.     return !Empty(m_Initializers);
  245. }
  246. void CClassCode::AddInitializer(const string& member, const string& init)
  247. {
  248.     if ( init.empty() )
  249.         return;
  250.     if ( HaveInitializers() )
  251.         m_Initializers << ", ";
  252.     m_Initializers << member << '(' << init << ')';
  253. }
  254. void CClassCode::AddDestructionCode(const string& code)
  255. {
  256.     if ( code.empty() )
  257.         return;
  258.     m_DestructionCode.push_front(code);
  259. }
  260. CNcbiOstream& CClassCode::WriteInitializers(CNcbiOstream& out) const
  261. {
  262.     return Write(out, m_Initializers);
  263. }
  264. CNcbiOstream& CClassCode::WriteDestructionCode(CNcbiOstream& out) const
  265. {
  266.     ITERATE ( list<string>, i, m_DestructionCode ) {
  267.         WriteTabbed(out, *i);
  268.     }
  269.     return out;
  270. }
  271. CNcbiOstream& CClassCode::GenerateHPP(CNcbiOstream& header) const
  272. {
  273.     header <<
  274.         "/////////////////////////////////////////////////////////////////////////////n";
  275.     if (CClassCode::GetDoxygenComments()) {
  276.         header <<
  277.             "///n"
  278.             "/// " << GetClassNameDT() << " --n"
  279.             "///nn";
  280.     }
  281.     header << "class ";
  282.     if ( !GetExportSpecifier().empty() )
  283.         header << CClassCode::GetExportSpecifier() << " ";
  284.     header << GetClassNameDT();
  285.     string parentNamespaceRef;
  286.     if ( !GetParentClassName().empty() ) {
  287.         parentNamespaceRef =
  288.             GetNamespace().GetNamespaceRef(GetParentClassNamespace());
  289.         header << " : public "<<parentNamespaceRef<<GetParentClassName();
  290.     }
  291.     header <<
  292.         "n"
  293.         "{n";
  294.     if ( !GetParentClassName().empty() ) {
  295.         header <<
  296.             "    typedef "<<parentNamespaceRef<<GetParentClassName()<<" Tparent;n";
  297.     }
  298.     header <<
  299.         "public:n";
  300.     Write(header, m_ClassPublic);
  301.     if ( !Empty(m_ClassProtected) ) {
  302.         header << 
  303.             "n"
  304.             "protected:n";
  305.         Write(header, m_ClassProtected);
  306.     }
  307.     if ( !Empty(m_ClassPrivate) ) {
  308.         header << 
  309.             "n"
  310.             "private:n";
  311.         Write(header, m_ClassPrivate);
  312.     }
  313.     header <<
  314.         "};n";
  315.     return header;
  316. }
  317. CNcbiOstream& CClassCode::GenerateINL(CNcbiOstream& code) const
  318. {
  319.     Write(code, m_InlineMethods);
  320.     return code;
  321. }
  322. CNcbiOstream& CClassCode::GenerateCPP(CNcbiOstream& code) const
  323. {
  324.     Write(code, m_Methods);
  325.     code << "n";
  326.     return code;
  327. }
  328. CNcbiOstream& CClassCode::GenerateUserHPP(CNcbiOstream& header) const
  329. {
  330.     if ( InternalClass() ) {
  331.         return header;
  332.     }
  333.     header << "class ";
  334.     if ( !GetExportSpecifier().empty() )
  335.         header << CClassCode::GetExportSpecifier() << " ";
  336.     header << GetClassNameDT()<<" : public "<<GetClassNameDT()<<"_Basen"
  337.         "{n"
  338.         "public:n"
  339.         "    "<<GetClassNameDT()<<"();n"
  340.         "    "<<'~'<<GetClassNameDT()<<"();n"
  341.         "n"
  342.         "};n";
  343.     return header;
  344. }
  345. CNcbiOstream& CClassCode::GenerateUserCPP(CNcbiOstream& code) const
  346. {
  347.     if ( InternalClass() ) {
  348.         return code;
  349.     }
  350.     code <<
  351.         GetClassNameDT()<<"::"<<GetClassNameDT()<<"()n"
  352.         "{n"
  353.         "}n"
  354.         "n"
  355.          <<GetClassNameDT()<<"::~"<<GetClassNameDT()<<"()n"
  356.         "{n"
  357.         "}n"
  358.         "n";
  359.     return code;
  360. }
  361. END_NCBI_SCOPE