NCBI C++ ToolKit
Asapratio_contribution_.cpp
Go to the documentation of this file.

Go to the SVN repository for this file.

1 /* $Id$
2  * ===========================================================================
3  *
4  * PUBLIC DOMAIN NOTICE
5  * National Center for Biotechnology Information
6  *
7  * This software/database is a "United States Government Work" under the
8  * terms of the United States Copyright Act. It was written as part of
9  * the author's official duties as a United States Government employee and
10  * thus cannot be copyrighted. This software/database is freely available
11  * to the public for use. The National Library of Medicine and the U.S.
12  * Government have not placed any restriction on its use or reproduction.
13  *
14  * Although all reasonable efforts have been taken to ensure the accuracy
15  * and reliability of the software and data, the NLM and the U.S.
16  * Government do not and cannot warrant the performance or results that
17  * may be obtained by using this software or data. The NLM and the U.S.
18  * Government disclaim all warranties, express or implied, including
19  * warranties of performance, merchantability or fitness for any particular
20  * purpose.
21  *
22  * Please cite the author in any work or product based on this material.
23  *
24  * ===========================================================================
25  *
26  * File Description:
27  * This code was generated by application DATATOOL
28  * using the following specifications:
29  * 'pepXML.xsd'.
30  *
31  * ATTENTION:
32  * Don't edit or commit this file into CVS as this file will
33  * be overridden (by DATATOOL) without warning!
34  * ===========================================================================
35  */
36 
37 // standard includes
38 #include <ncbi_pch.hpp>
39 #include <serial/serialimpl.hpp>
40 
41 // generated includes
46 
47 BEGIN_objects_SCOPE // namespace ncbi::objects::
48 
49 
50 // generated classes
51 
53 {
54  ResetRatio();
55  ResetError();
56  ResetCharge();
57  ResetUse();
58 }
59 
61 {
62  SET_INTERNAL_NAME("asapratio_contribution", "Attlist");
63  SET_CLASS_MODULE("pepXML");
64  ADD_NAMED_STD_MEMBER("ratio", m_Ratio)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetNsQualified(false);
65  ADD_NAMED_STD_MEMBER("error", m_Error)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetNsQualified(false);
66  ADD_NAMED_STD_MEMBER("charge", m_Charge)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetNsQualified(false);
67  ADD_NAMED_STD_MEMBER("use", m_Use)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetNsQualified(false);
68  info->SetRandomOrder(true);
69  info->CodeVersion(22400);
70  info->DataSpec(ncbi::EDataSpec::eXSD);
71 }
73 
74 // constructor
76  : m_Ratio(0), m_Error(0), m_Charge(0), m_Use(0)
77 {
78  memset(m_set_State,0,sizeof(m_set_State));
79 }
80 
81 // destructor
83 {
84 }
85 
86 
88 {
89  if ( !m_Attlist ) {
90  m_Attlist.Reset(new TAttlist());
91  return;
92  }
93  (*m_Attlist).Reset();
94 }
95 
97 {
98  m_Attlist.Reset(&value);
99 }
100 
102 {
103  return m_Asapratio_lc_lightpeak ? m_Asapratio_lc_lightpeak->IsSetAsapratio_lc_lightpeak() : false;
104 }
105 
107 {
108  if ( !m_Asapratio_lc_lightpeak ) {
110  return;
111  }
112  (*m_Asapratio_lc_lightpeak).Reset();
113 }
114 
116 {
118 }
119 
121 {
122  if ( !m_Asapratio_lc_lightpeak ) {
124  }
125  m_Asapratio_lc_lightpeak->SetAsapratio_lc_lightpeak();
126  return (*m_Asapratio_lc_lightpeak);
127 }
128 
130 {
131  return m_Asapratio_lc_heavypeak ? m_Asapratio_lc_heavypeak->IsSetAsapratio_lc_heavypeak() : false;
132 }
133 
135 {
136  if ( !m_Asapratio_lc_heavypeak ) {
138  return;
139  }
140  (*m_Asapratio_lc_heavypeak).Reset();
141 }
142 
144 {
146 }
147 
149 {
150  if ( !m_Asapratio_lc_heavypeak ) {
152  }
153  m_Asapratio_lc_heavypeak->SetAsapratio_lc_heavypeak();
154  return (*m_Asapratio_lc_heavypeak);
155 }
156 
158 {
159  ResetAttlist();
162 }
163 
165 {
166  SET_CLASS_MODULE("pepXML");
167  SET_NAMESPACE("http://regis-web.systemsbiology.net/pepXML")->SetNsQualified(true);
168  ADD_NAMED_REF_MEMBER("Attlist", m_Attlist, C_Attlist)->SetAttlist();
171  info->RandomOrder();
172  info->CodeVersion(22400);
173  info->DataSpec(ncbi::EDataSpec::eXSD);
174 }
176 
177 // constructor
179 {
180  memset(m_set_State,0,sizeof(m_set_State));
181  if ( !IsAllocatedInPool() ) {
182  ResetAttlist();
185  }
186 }
187 
188 // destructor
190 {
191 }
192 
193 
194 
195 END_objects_SCOPE // namespace ncbi::objects::
196 
198 
User-defined methods of the data storage class.
BEGIN_NAMED_BASE_CLASS_INFO("asapratio_contribution", CAsapratio_contribution)
BEGIN_NAMED_CLASS_INFO("", CAsapratio_contribution_Base::C_Attlist)
User-defined methods of the data storage class.
User-defined methods of the data storage class.
CAsapratio_contribution –.
CAsapratio_lc_heavypeak –.
CAsapratio_lc_lightpeak –.
#define MEMBER_PTR(MemberName)
Definition: serialimpl.hpp:284
#define ADD_NAMED_REF_MEMBER(MemberAlias, MemberName, ClassName)
Definition: serialimpl.hpp:357
#define END_CLASS_INFO
Definition: serialimpl.hpp:456
#define ADD_NAMED_STD_MEMBER(MemberAlias, MemberName)
Definition: serialimpl.hpp:345
#define SET_CLASS_MODULE(ModuleName)
Definition: serialimpl.hpp:444
#define SET_NAMESPACE(name)
Definition: serialimpl.hpp:450
#define SET_INTERNAL_NAME(OwnerName, MemberName)
Definition: serialimpl.hpp:447
bool IsAllocatedInPool(void) const THROWS_NONE
Check if object is allocated in memory pool (not system heap)
Definition: ncbiobj.hpp:461
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
CAsapratio_lc_lightpeak TAsapratio_lc_lightpeak
void ResetError(void)
Reset Error data member.
CRef< TAsapratio_lc_heavypeak > m_Asapratio_lc_heavypeak
void ResetAttlist(void)
Reset Attlist data member.
void ResetAsapratio_lc_heavypeak(void)
Reset Asapratio_lc_heavypeak data member.
void ResetCharge(void)
Reset Charge data member.
bool IsSetAsapratio_lc_heavypeak(void) const
Check if a value has been assigned to Asapratio_lc_heavypeak data member.
CRef< TAsapratio_lc_lightpeak > m_Asapratio_lc_lightpeak
TAttlist & SetAttlist(void)
Assign a value to Attlist data member.
void ResetAsapratio_lc_lightpeak(void)
Reset Asapratio_lc_lightpeak data member.
bool IsSetAsapratio_lc_lightpeak(void) const
Check if a value has been assigned to Asapratio_lc_lightpeak data member.
void Reset(void)
Reset the whole object.
virtual void Reset(void)
Reset the whole object.
void ResetRatio(void)
Reset Ratio data member.
TAsapratio_lc_heavypeak & SetAsapratio_lc_heavypeak(void)
Assign a value to Asapratio_lc_heavypeak data member.
CAsapratio_lc_heavypeak TAsapratio_lc_heavypeak
TAsapratio_lc_lightpeak & SetAsapratio_lc_lightpeak(void)
Assign a value to Asapratio_lc_lightpeak data member.
static MDB_envinfo info
Definition: mdb_load.c:37
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1227
Modified on Fri Sep 20 14:57:08 2024 by modify_doxy.py rev. 669887