NCBI C++ ToolKit
Gene_ref_.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  * 'seqfeat.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
46 
47 BEGIN_objects_SCOPE // namespace ncbi::objects::
48 
49 
50 // generated classes
51 
53 {
54  m_Locus.erase();
55  m_set_State[0] &= ~0x3;
56 }
57 
59 {
60  m_Allele.erase();
61  m_set_State[0] &= ~0xc;
62 }
63 
65 {
66  m_Desc.erase();
67  m_set_State[0] &= ~0x30;
68 }
69 
71 {
72  m_Maploc.erase();
73  m_set_State[0] &= ~0xc0;
74 }
75 
77 {
78  m_Db.clear();
79  m_set_State[0] &= ~0xc00;
80 }
81 
83 {
84  m_Syn.clear();
85  m_set_State[0] &= ~0x3000;
86 }
87 
89 {
90  m_Locus_tag.erase();
91  m_set_State[0] &= ~0xc000;
92 }
93 
95 {
96  m_Formal_name.Reset();
97 }
98 
100 {
101  m_Formal_name.Reset(&value);
102 }
103 
105 {
106  if ( !m_Formal_name )
107  m_Formal_name.Reset(new TFormal_name());
108  return (*m_Formal_name);
109 }
110 
112 {
113  ResetLocus();
114  ResetAllele();
115  ResetDesc();
116  ResetMaploc();
117  ResetPseudo();
118  ResetDb();
119  ResetSyn();
120  ResetLocus_tag();
122 }
123 
125 {
126  SET_CLASS_MODULE("NCBI-Gene");
127  ADD_NAMED_STD_MEMBER("locus", m_Locus)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetOptional();
128  ADD_NAMED_STD_MEMBER("allele", m_Allele)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetOptional();
129  ADD_NAMED_STD_MEMBER("desc", m_Desc)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetOptional();
130  ADD_NAMED_STD_MEMBER("maploc", m_Maploc)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetOptional();
131  ADD_NAMED_STD_MEMBER("pseudo", m_Pseudo)->SetDefault(new TPseudo(false))->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetOptional();
132  ADD_NAMED_MEMBER("db", m_Db, STL_vector_set, (STL_CRef, (CLASS, (CDbtag))))->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetOptional();
133  ADD_NAMED_MEMBER("syn", m_Syn, STL_list_set, (STD, (string)))->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetOptional();
134  ADD_NAMED_STD_MEMBER("locus-tag", m_Locus_tag)->SetSetFlag(MEMBER_PTR(m_set_State[0]))->SetOptional();
135  ADD_NAMED_REF_MEMBER("formal-name", m_Formal_name, CGene_nomenclature)->SetOptional();
136  info->RandomOrder();
137  info->CodeVersion(22301);
138  info->DataSpec(ncbi::EDataSpec::eASN);
139 }
141 
142 // constructor
144  : m_Pseudo(false)
145 {
146  memset(m_set_State,0,sizeof(m_set_State));
147 }
148 
149 // destructor
151 {
152 }
153 
154 
155 
156 END_objects_SCOPE // namespace ncbi::objects::
157 
159 
User-defined methods of the data storage class.
BEGIN_NAMED_BASE_CLASS_INFO("Gene-ref", CGene_ref)
Definition: Gene_ref_.cpp:124
#define false
Definition: bool.h:36
Definition: Dbtag.hpp:53
CGene_nomenclature –.
char value[7]
Definition: config.c:431
#define MEMBER_PTR(MemberName)
Definition: serialimpl.hpp:284
#define ADD_NAMED_MEMBER(MemberAlias, MemberName, TypeMacro, TypeMacroArgs)
Definition: serialimpl.hpp:342
#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 END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
void ResetPseudo(void)
Reset Pseudo data member.
Definition: Gene_ref_.hpp:693
void ResetDesc(void)
Reset Desc data member.
Definition: Gene_ref_.cpp:64
vector< CRef< CDbtag > > m_Db
Definition: Gene_ref_.hpp:477
virtual ~CGene_ref_Base(void)
Definition: Gene_ref_.cpp:150
Uint4 m_set_State[1]
Definition: Gene_ref_.hpp:471
list< string > m_Syn
Definition: Gene_ref_.hpp:478
void ResetFormal_name(void)
Reset Formal_name data member.
Definition: Gene_ref_.cpp:94
virtual void Reset(void)
Reset the whole object.
Definition: Gene_ref_.cpp:111
string m_Locus_tag
Definition: Gene_ref_.hpp:479
void ResetDb(void)
Reset Db data member.
Definition: Gene_ref_.cpp:76
CGene_ref_Base(void)
Definition: Gene_ref_.cpp:143
void ResetSyn(void)
Reset Syn data member.
Definition: Gene_ref_.cpp:82
CGene_nomenclature TFormal_name
Definition: Gene_ref_.hpp:104
void ResetAllele(void)
Reset Allele data member.
Definition: Gene_ref_.cpp:58
CRef< TFormal_name > m_Formal_name
Definition: Gene_ref_.hpp:480
TFormal_name & SetFormal_name(void)
Assign a value to Formal_name data member.
Definition: Gene_ref_.cpp:104
void ResetMaploc(void)
Reset Maploc data member.
Definition: Gene_ref_.cpp:70
void ResetLocus_tag(void)
Reset Locus_tag data member.
Definition: Gene_ref_.cpp:88
void ResetLocus(void)
Reset Locus data member.
Definition: Gene_ref_.cpp:52
static MDB_envinfo info
Definition: mdb_load.c:37
Modified on Thu Nov 30 04:52:07 2023 by modify_doxy.py rev. 669887