NCBI C++ ToolKit
SpelledQuery_.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  * 'espell.dtd'.
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 BEGIN_espell_SCOPE // namespace espell::
44 
45 
46 // generated classes
47 
49 {
50  if ( m_choice != e_not_set )
52 }
53 
55 {
56  switch ( m_choice ) {
57  case e_Replaced:
58  case e_Original:
59  m_string.Destruct();
60  break;
61  default:
62  break;
63  }
64  m_choice = e_not_set;
65 }
66 
67 void CSpelledQuery_Base::C_Data::DoSelect(E_Choice index, NCBI_NS_NCBI::CObjectMemoryPool* )
68 {
69  switch ( index ) {
70  case e_Replaced:
71  case e_Original:
72  m_string.Construct();
73  break;
74  default:
75  break;
76  }
77  m_choice = index;
78 }
79 
81  "not set",
82  "Replaced",
83  "Original"
84 };
85 
87 {
88  return NCBI_NS_NCBI::CInvalidChoiceSelection::GetName(index, sm_SelectionNames, sizeof(sm_SelectionNames)/sizeof(sm_SelectionNames[0]));
89 }
90 
92 {
93  throw NCBI_NS_NCBI::CInvalidChoiceSelection(DIAG_COMPILE_INFO, this, m_choice, index, sm_SelectionNames, sizeof(sm_SelectionNames)/sizeof(sm_SelectionNames[0]));
94 }
95 
97 {
98  Select(e_Replaced, NCBI_NS_NCBI::eDoNotResetVariant);
99  *m_string = value;
100 }
101 
103 {
104  Select(e_Original, NCBI_NS_NCBI::eDoNotResetVariant);
105  *m_string = value;
106 }
107 
108 // helper methods
109 
110 // type info
112 {
113  SET_INTERNAL_NAME("SpelledQuery", "E");
114  SET_CHOICE_MODULE("espell");
115  ADD_NAMED_BUF_CHOICE_VARIANT("Replaced", m_string, STD, (NCBI_NS_STD::string));
116  ADD_NAMED_BUF_CHOICE_VARIANT("Original", m_string, STD, (NCBI_NS_STD::string));
117  info->CodeVersion(22400);
118  info->DataSpec(ncbi::EDataSpec::eDTD);
119 }
121 
122 // constructor
124  : m_choice(e_not_set)
125 {
126 }
127 
128 // destructor
130 {
131  Reset();
132 }
133 
134 
136 {
137  m_data.clear();
138  m_set_State[0] &= ~0x3;
139 }
140 
142 {
143  SET_CLASS_MODULE("espell");
144  ADD_NAMED_MEMBER("", m_data, STL_list, (STL_CRef, (CLASS, (C_Data))))->SetSetFlag(MEMBER_PTR(m_set_State[0]));
145  info->RandomOrder();
146  info->CodeVersion(22400);
147  info->DataSpec(ncbi::EDataSpec::eDTD);
148 }
150 
151 // constructor
153 {
154  memset(m_set_State,0,sizeof(m_set_State));
155 }
156 
157 // destructor
159 {
160 }
161 
162 
163 
164 END_espell_SCOPE // namespace espell::
165 
User-defined methods of the data storage class.
BEGIN_NAMED_CHOICE_INFO("", CSpelledQuery_Base::C_Data)
BEGIN_NAMED_BASE_IMPLICIT_CLASS_INFO("SpelledQuery", CSpelledQuery)
CSpelledQuery –.
#define END_espell_SCOPE
#define BEGIN_espell_SCOPE
string
Definition: cgiapp.hpp:690
#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 ADD_NAMED_MEMBER(MemberAlias, MemberName, TypeMacro, TypeMacroArgs)
Definition: serialimpl.hpp:342
#define END_CLASS_INFO
Definition: serialimpl.hpp:456
#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_BUF_CHOICE_VARIANT(MemberAlias, MemberName, TypeMacro, TypeMacroArgs)
Definition: serialimpl.hpp:385
@ eDoNotResetVariant
Definition: serialbase.hpp:78
void ThrowInvalidSelection(E_Choice index) const
Throw 'InvalidSelection' exception.
void Reset(void)
Reset data member.
static const char *const sm_SelectionNames[]
TReplaced & SetReplaced(void)
Select the variant.
NCBI_NS_STD::string TOriginal
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_Data > > m_data
TOriginal & SetOriginal(void)
Select the variant.
void DoSelect(E_Choice index, NCBI_NS_NCBI::CObjectMemoryPool *pool=0)
NCBI_NS_STD::string TReplaced
void ResetSelection(void)
Reset the selection (set it to e_not_set).
virtual ~CSpelledQuery_Base(void)
void Reset(void)
Reset the whole object.
static NCBI_NS_STD::string SelectionName(E_Choice index)
Retrieve selection name (for diagnostic purposes).
@ e_not_set
No variant selected.
@ e_not_set
static MDB_envinfo info
Definition: mdb_load.c:37
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1227
#define STD
Modified on Fri Sep 20 14:57:23 2024 by modify_doxy.py rev. 669887