41 #ifndef OBJECTS_ENTREZ2_ENTREZ2_BOOLEAN_EXP_BASE_HPP
42 #define OBJECTS_ENTREZ2_ENTREZ2_BOOLEAN_EXP_BASE_HPP
53 #ifndef BEGIN_objects_SCOPE
54 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
55 # define END_objects_SCOPE END_SCOPE(objects)
105 typedef list< CRef< CEntrez2_boolean_element > >
TExp;
128 bool IsSetDb(
void)
const;
135 bool CanGetDb(
void)
const;
144 const TDb& GetDb(
void)
const;
166 bool IsSetExp(
void)
const;
173 bool CanGetExp(
void)
const;
182 const TExp& GetExp(
void)
const;
198 bool IsSetLimits(
void)
const;
205 bool CanGetLimits(
void)
const;
208 void ResetLimits(
void);
214 const TLimits& GetLimits(
void)
const;
229 virtual void Reset(
void);
240 list< CRef< CEntrez2_boolean_element > >
m_Exp;
User-defined methods of the data storage class.
CEntrez2_boolean_element –.
**************************************** The structured form of the boolean is the same in a request ...
Base class for all serializable objects.
void ThrowUnassigned(TMemberIndex index) const
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_ENTREZ2_EXPORT
Tparent::CMemberIndex< E_memberIndex, 4 > TmemberIndex
TDb & SetDb(void)
Assign a value to Db data member.
const TLimits & GetLimits(void) const
Get the Limits member data.
list< CRef< CEntrez2_boolean_element > > m_Exp
CEntrez2_boolean_exp_Base & operator=(const CEntrez2_boolean_exp_Base &)
list< CRef< CEntrez2_boolean_element > > TExp
bool CanGetExp(void) const
Check if it is safe to call GetExp method.
const TDb & GetDb(void) const
Get the Db member data.
bool IsSetLimits(void) const
date bounds Check if a value has been assigned to Limits data member.
DECLARE_INTERNAL_TYPE_INFO()
bool IsSetExp(void) const
the Boolean Check if a value has been assigned to Exp data member.
TExp & SetExp(void)
Assign a value to Exp data member.
const TExp & GetExp(void) const
Get the Exp member data.
bool CanGetDb(void) const
Check if it is safe to call GetDb method.
CEntrez2_boolean_exp_Base(const CEntrez2_boolean_exp_Base &)
bool CanGetLimits(void) const
Check if it is safe to call GetLimits method.
bool IsSetDb(void) const
database for this query Check if a value has been assigned to Db data member.
const GenericPointer< typename T::ValueType > T2 value