NCBI C++ ToolKit
Biostruc_feature_set_descr_.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  * 'mmdb3.asn'.
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
43 #include <objects/pub/Pub.hpp>
45 
46 BEGIN_objects_SCOPE // namespace ncbi::objects::
47 
48 
49 // generated classes
50 
52 {
53  if ( m_choice != e_not_set )
55 }
56 
58 {
59  switch ( m_choice ) {
60  case e_Name:
61  case e_Pdb_comment:
62  case e_Other_comment:
63  m_string.Destruct();
64  break;
65  case e_Attribution:
66  m_object->RemoveReference();
67  break;
68  default:
69  break;
70  }
72 }
73 
74 void CBiostruc_feature_set_descr_Base::DoSelect(E_Choice index, NCBI_NS_NCBI::CObjectMemoryPool* pool)
75 {
76  switch ( index ) {
77  case e_Attribution:
78  (m_object = new(pool) ncbi::objects::CPub())->AddReference();
79  break;
80  case e_Name:
81  case e_Pdb_comment:
82  case e_Other_comment:
83  m_string.Construct();
84  break;
85  default:
86  break;
87  }
88  m_choice = index;
89 }
90 
92  "not set",
93  "name",
94  "pdb-comment",
95  "other-comment",
96  "attribution"
97 };
98 
100 {
101  return NCBI_NS_NCBI::CInvalidChoiceSelection::GetName(index, sm_SelectionNames, sizeof(sm_SelectionNames)/sizeof(sm_SelectionNames[0]));
102 }
103 
105 {
106  throw NCBI_NS_NCBI::CInvalidChoiceSelection(DIAG_COMPILE_INFO, this, m_choice, index, sm_SelectionNames, sizeof(sm_SelectionNames)/sizeof(sm_SelectionNames[0]));
107 }
108 
110 {
112  *m_string = value;
113 }
114 
116 {
118  *m_string = value;
119 }
120 
122 {
124  *m_string = value;
125 }
126 
128 {
130  return *static_cast<const TAttribution*>(m_object);
131 }
132 
134 {
136  return *static_cast<TAttribution*>(m_object);
137 }
138 
140 {
141  TAttribution* ptr = &value;
142  if ( m_choice != e_Attribution || m_object != ptr ) {
143  ResetSelection();
144  (m_object = ptr)->AddReference();
146  }
147 }
148 
149 // helper methods
150 
151 // type info
153 {
154  SET_CHOICE_MODULE("MMDB-Features");
155  ADD_NAMED_BUF_CHOICE_VARIANT("name", m_string, STD, (string));
156  ADD_NAMED_BUF_CHOICE_VARIANT("pdb-comment", m_string, STD, (string));
157  ADD_NAMED_BUF_CHOICE_VARIANT("other-comment", m_string, STD, (string));
158  ADD_NAMED_REF_CHOICE_VARIANT("attribution", m_object, CPub);
159  info->CodeVersion(22400);
160  info->DataSpec(ncbi::EDataSpec::eASN);
161 }
163 
164 // constructor
166  : m_choice(e_not_set)
167 {
168 }
169 
170 // destructor
172 {
173  Reset();
174 }
175 
176 
177 
178 END_objects_SCOPE // namespace ncbi::objects::
179 
181 
User-defined methods of the data storage class.
BEGIN_NAMED_BASE_CHOICE_INFO("Biostruc-feature-set-descr", CBiostruc_feature_set_descr)
CBiostruc_feature_set_descr –.
Definition: Pub.hpp:56
string
Definition: cgiapp.hpp:687
#define DIAG_COMPILE_INFO
Make compile time diagnostic information object to use in CNcbiDiag and CException.
Definition: ncbidiag.hpp:170
#define ADD_NAMED_REF_CHOICE_VARIANT(MemberAlias, MemberName, ClassName)
Definition: serialimpl.hpp:400
#define END_CHOICE_INFO
Definition: serialimpl.hpp:506
#define SET_CHOICE_MODULE(ModuleName)
Definition: serialimpl.hpp:500
#define ADD_NAMED_BUF_CHOICE_VARIANT(MemberAlias, MemberName, TypeMacro, TypeMacroArgs)
Definition: serialimpl.hpp:385
@ eDoNotResetVariant
Definition: serialbase.hpp:78
void AddReference(void) const
Add reference to object.
Definition: ncbiobj.hpp:489
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
TPdb_comment & SetPdb_comment(void)
Select the variant.
void CheckSelected(E_Choice index) const
Verify selection, throw exception if it differs from the expected.
const TAttribution & GetAttribution(void) const
Get the variant data.
TOther_comment & SetOther_comment(void)
Select the variant.
static string SelectionName(E_Choice index)
Retrieve selection name (for diagnostic purposes).
void ThrowInvalidSelection(E_Choice index) const
Throw 'InvalidSelection' exception.
void Select(E_Choice index, EResetVariant reset=eDoResetVariant)
Select the requested variant if needed.
TAttribution & SetAttribution(void)
Select the variant.
virtual void Reset(void)
Reset the whole object.
void DoSelect(E_Choice index, CObjectMemoryPool *pool=0)
virtual void ResetSelection(void)
Reset the selection (set it to e_not_set).
TName & SetName(void)
Select the variant.
NCBI_NS_NCBI::CUnionBuffer< NCBI_NS_STD::string > m_string
@ e_not_set
static MDB_envinfo info
Definition: mdb_load.c:37
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1227
Modified on Mon May 06 04:49:54 2024 by modify_doxy.py rev. 669887