NCBI C++ ToolKit
TMgr_AssemblySpec_.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  * 'trackmgr.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
44 
45 BEGIN_objects_SCOPE // namespace ncbi::objects::
46 
47 
48 // generated classes
49 
51 {
52  m_Name.erase();
53  m_set_State[0] &= ~0xc;
54 }
55 
57 {
58  ResetTax_id();
59  ResetName();
60 }
61 
63 {
64  SET_INTERNAL_NAME("TMgr-AssemblySpec", "name");
65  SET_CLASS_MODULE("NCBI-TrackManager");
66  ADD_NAMED_STD_MEMBER("tax-id", m_Tax_id)->SetSetFlag(MEMBER_PTR(m_set_State[0]));
67  ADD_NAMED_STD_MEMBER("name", m_Name)->SetSetFlag(MEMBER_PTR(m_set_State[0]));
68  info->RandomOrder();
69  info->CodeVersion(22301);
70  info->DataSpec(ncbi::EDataSpec::eASN);
71 }
73 
74 // constructor
76  : m_Tax_id(0)
77 {
78  memset(m_set_State,0,sizeof(m_set_State));
79 }
80 
81 // destructor
83 {
84 }
85 
86 
88 {
89  if ( m_choice != e_not_set )
91 }
92 
94 {
95  switch ( m_choice ) {
96  case e_Accession:
97  m_string.Destruct();
98  break;
99  case e_Name:
100  m_object->RemoveReference();
101  break;
102  default:
103  break;
104  }
106 }
107 
108 void CTMgr_AssemblySpec_Base::DoSelect(E_Choice index, NCBI_NS_NCBI::CObjectMemoryPool* pool)
109 {
110  switch ( index ) {
111  case e_Name:
112  (m_object = new(pool) C_Name())->AddReference();
113  break;
114  case e_Accession:
115  m_string.Construct();
116  break;
117  default:
118  break;
119  }
120  m_choice = index;
121 }
122 
123 const char* const CTMgr_AssemblySpec_Base::sm_SelectionNames[] = {
124  "not set",
125  "name",
126  "accession",
127  "all-assemblies"
128 };
129 
131 {
132  return NCBI_NS_NCBI::CInvalidChoiceSelection::GetName(index, sm_SelectionNames, sizeof(sm_SelectionNames)/sizeof(sm_SelectionNames[0]));
133 }
134 
136 {
137  throw NCBI_NS_NCBI::CInvalidChoiceSelection(DIAG_COMPILE_INFO, this, m_choice, index, sm_SelectionNames, sizeof(sm_SelectionNames)/sizeof(sm_SelectionNames[0]));
138 }
139 
141 {
143  return *static_cast<const TName*>(m_object);
144 }
145 
147 {
149  return *static_cast<TName*>(m_object);
150 }
151 
153 {
154  TName* ptr = &value;
155  if ( m_choice != e_Name || m_object != ptr ) {
156  ResetSelection();
157  (m_object = ptr)->AddReference();
158  m_choice = e_Name;
159  }
160 }
161 
163 {
165  *m_string = value;
166 }
167 
168 // helper methods
169 
170 // type info
172 {
173  SET_CHOICE_MODULE("NCBI-TrackManager");
174  ADD_NAMED_REF_CHOICE_VARIANT("name", m_object, C_Name);
175  ADD_NAMED_BUF_CHOICE_VARIANT("accession", m_string, STD, (string));
176  ADD_NAMED_NULL_CHOICE_VARIANT("all-assemblies", null, ());
177  info->CodeVersion(22301);
178  info->DataSpec(ncbi::EDataSpec::eASN);
179 }
181 
182 // constructor
185 {
186 }
187 
188 // destructor
190 {
191  Reset();
192 }
193 
194 
195 
196 END_objects_SCOPE // namespace ncbi::objects::
197 
199 
User-defined methods of the data storage class.
BEGIN_NAMED_CLASS_INFO("", CTMgr_AssemblySpec_Base::C_Name)
BEGIN_NAMED_BASE_CHOICE_INFO("TMgr-AssemblySpec", CTMgr_AssemblySpec)
CTMgr_AssemblySpec –.
char value[7]
Definition: config.c:431
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 MEMBER_PTR(MemberName)
Definition: serialimpl.hpp:284
#define END_CLASS_INFO
Definition: serialimpl.hpp:456
#define ADD_NAMED_REF_CHOICE_VARIANT(MemberAlias, MemberName, ClassName)
Definition: serialimpl.hpp:400
#define ADD_NAMED_STD_MEMBER(MemberAlias, MemberName)
Definition: serialimpl.hpp:345
#define SET_CLASS_MODULE(ModuleName)
Definition: serialimpl.hpp:444
#define END_CHOICE_INFO
Definition: serialimpl.hpp:506
#define SET_INTERNAL_NAME(OwnerName, MemberName)
Definition: serialimpl.hpp:447
#define SET_CHOICE_MODULE(ModuleName)
Definition: serialimpl.hpp:500
#define ADD_NAMED_NULL_CHOICE_VARIANT(MemberAlias, TypeMacro, TypeMacroArgs)
Definition: serialimpl.hpp:379
#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
virtual void Reset(void)
Reset the whole object.
NCBI_NS_NCBI::CSerialObject * m_object
void Select(E_Choice index, EResetVariant reset=eDoResetVariant)
Select the requested variant if needed.
virtual void ResetSelection(void)
Reset the selection (set it to e_not_set).
const TName & GetName(void) const
Get the variant data.
TAccession & SetAccession(void)
Select the variant.
static const char *const sm_SelectionNames[]
void CheckSelected(E_Choice index) const
Verify selection, throw exception if it differs from the expected.
void DoSelect(E_Choice index, CObjectMemoryPool *pool=0)
void ResetName(void)
Reset Name data member.
virtual ~CTMgr_AssemblySpec_Base(void)
NCBI_NS_NCBI::CUnionBuffer< NCBI_NS_STD::string > m_string
void Reset(void)
Reset the whole object.
TName & SetName(void)
Select the variant.
void ThrowInvalidSelection(E_Choice index) const
Throw 'InvalidSelection' exception.
static string SelectionName(E_Choice index)
Retrieve selection name (for diagnostic purposes).
@ e_not_set
No variant selected.
static MDB_envinfo info
Definition: mdb_load.c:37
Modified on Wed Nov 29 02:23:20 2023 by modify_doxy.py rev. 669887