41 #ifndef OBJECTS_BLAST_BLAST_GET_SEARC_INFO_REPLY_BASE_HPP
42 #define OBJECTS_BLAST_BLAST_GET_SEARC_INFO_REPLY_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
110 bool IsSetRequest_id(
void)
const;
117 bool CanGetRequest_id(
void)
const;
120 void ResetRequest_id(
void);
148 bool IsSetInfo(
void)
const;
155 bool CanGetInfo(
void)
const;
158 void ResetInfo(
void);
164 const TInfo& GetInfo(
void)
const;
176 TInfo& SetInfo(
void);
179 virtual void Reset(
void);
233 m_Request_id = std::forward<CBlast4_get_search_info_reply_Base::TRequest_id>(
value);
CBlast4_get_search_info_reply_Base –.
Base class for all serializable objects.
void ThrowUnassigned(TMemberIndex index) const
static string UnassignedString(void)
bool NotEmpty(void) const THROWS_NONE
Check if CRef is not empty – pointing to an object and has a non-null value.
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_BLAST_EXPORT
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
const TInfo & GetInfo(void) const
Get the Info member data.
bool CanGetRequest_id(void) const
Check if it is safe to call GetRequest_id method.
bool IsSetRequest_id(void) const
Check if a value has been assigned to Request_id data member.
bool CanGetInfo(void) const
Check if it is safe to call GetInfo method.
CBlast4_get_search_info_reply_Base(const CBlast4_get_search_info_reply_Base &)
TRequest_id & SetRequest_id(void)
Assign a value to Request_id data member.
const TRequest_id & GetRequest_id(void) const
Get the Request_id member data.
CBlast4_get_search_info_reply_Base & operator=(const CBlast4_get_search_info_reply_Base &)
bool IsSetInfo(void) const
Check if a value has been assigned to Info data member.
DECLARE_INTERNAL_TYPE_INFO()
const GenericPointer< typename T::ValueType > T2 value