41 #ifndef OBJECTS_OMSSA_MSSEARCH_BASE_HPP
42 #define OBJECTS_OMSSA_MSSEARCH_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
112 bool IsSetRequest(
void)
const;
119 bool CanGetRequest(
void)
const;
122 void ResetRequest(
void);
128 const TRequest& GetRequest(
void)
const;
143 bool IsSetResponse(
void)
const;
150 bool CanGetResponse(
void)
const;
153 void ResetResponse(
void);
159 const TResponse& GetResponse(
void)
const;
168 virtual void Reset(
void);
holds both search requests and responses
Base class for all serializable objects.
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_OMSSA_EXPORT
list< CRef< CMSResponse > > m_Response
bool IsSetRequest(void) const
Check if a value has been assigned to Request data member.
const TRequest & GetRequest(void) const
Get the Request member data.
DECLARE_INTERNAL_TYPE_INFO()
bool IsSetResponse(void) const
Check if a value has been assigned to Response data member.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
bool CanGetRequest(void) const
Check if it is safe to call GetRequest method.
const TResponse & GetResponse(void) const
Get the Response member data.
list< CRef< CMSRequest > > TRequest
list< CRef< CMSResponse > > TResponse
TResponse & SetResponse(void)
Assign a value to Response data member.
TRequest & SetRequest(void)
Assign a value to Request data member.
list< CRef< CMSRequest > > m_Request
CMSSearch_Base(const CMSSearch_Base &)
bool CanGetResponse(void) const
Check if it is safe to call GetResponse method.
CMSSearch_Base & operator=(const CMSSearch_Base &)