41 #ifndef OBJECTS_ENTREZ2_ENTREZ2_BOOLEAN_REPLY_BASE_HPP
42 #define OBJECTS_ENTREZ2_ENTREZ2_BOOLEAN_REPLY_BASE_HPP
48 #ifndef BEGIN_objects_SCOPE
49 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
50 # define END_objects_SCOPE END_SCOPE(objects)
110 bool IsSetCount(
void)
const;
117 bool CanGetCount(
void)
const;
120 void ResetCount(
void);
126 TCount GetCount(
void)
const;
148 bool IsSetUids(
void)
const;
155 bool CanGetUids(
void)
const;
158 void ResetUids(
void);
164 const TUids& GetUids(
void)
const;
176 TUids& SetUids(
void);
186 bool IsSetQuery(
void)
const;
193 bool CanGetQuery(
void)
const;
196 void ResetQuery(
void);
202 const TQuery& GetQuery(
void)
const;
217 virtual void Reset(
void);
CEntrez2_boolean_reply_Base –.
Base class for all serializable objects.
static char UnassignedByte(void)
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
CEntrez2_boolean_reply_Base & operator=(const CEntrez2_boolean_reply_Base &)
CEntrez2_boolean_exp TQuery
const TUids & GetUids(void) const
Get the Uids member data.
const TQuery & GetQuery(void) const
Get the Query member data.
bool CanGetUids(void) const
Check if it is safe to call GetUids method.
bool CanGetCount(void) const
Check if it is safe to call GetCount method.
void ResetCount(void)
Reset Count data member.
bool IsSetUids(void) const
if uids requested Check if a value has been assigned to Uids data member.
bool IsSetCount(void) const
records hit Check if a value has been assigned to Count data member.
DECLARE_INTERNAL_TYPE_INFO()
bool CanGetQuery(void) const
Check if it is safe to call GetQuery method.
TCount GetCount(void) const
Get the Count member data.
bool IsSetQuery(void) const
if parsed query requested Check if a value has been assigned to Query data member.
Tparent::CMemberIndex< E_memberIndex, 4 > TmemberIndex
TCount & SetCount(void)
Assign a value to Count data member.
CEntrez2_boolean_reply_Base(const CEntrez2_boolean_reply_Base &)
const GenericPointer< typename T::ValueType > T2 value