41 #ifndef OBJECTS_REMAP_REMAP_REQUEST_BASE_HPP
42 #define OBJECTS_REMAP_REMAP_REQUEST_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
123 bool IsSetRequest(
void)
const;
130 bool CanGetRequest(
void)
const;
133 void ResetRequest(
void);
139 const TRequest& GetRequest(
void)
const;
161 bool IsSetVersion(
void)
const;
168 bool CanGetVersion(
void)
const;
171 void ResetVersion(
void);
199 bool IsSetTool(
void)
const;
206 bool CanGetTool(
void)
const;
209 void ResetTool(
void);
215 const TTool& GetTool(
void)
const;
228 TTool& SetTool(
void);
231 virtual void Reset(
void);
363 m_Tool = std::forward<CRemap_request_Base::TTool>(
value);
*************************************** Remap Request types *************************************** *...
Base class for all serializable objects.
static char UnassignedByte(void)
void ThrowUnassigned(TMemberIndex index) const
static string UnassignedString(void)
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_REMAP_EXPORT
bool IsSetVersion(void) const
ASN1 spec version Check if a value has been assigned to Version data member.
Tparent::CMemberIndex< E_memberIndex, 4 > TmemberIndex
const TTool & GetTool(void) const
Get the Tool member data.
bool IsSetRequest(void) const
the actual request Check if a value has been assigned to Request data member.
void ResetRequest(void)
Reset Request data member.
TRequest & SetRequest(void)
Assign a value to Request data member.
CRemap_request_Base(const CRemap_request_Base &)
CRef< TRequest > m_Request
void ResetVersion(void)
Reset Version data member.
DECLARE_INTERNAL_TYPE_INFO()
TVersion & SetVersion(void)
Assign a value to Version data member.
bool CanGetRequest(void) const
Check if it is safe to call GetRequest method.
bool CanGetVersion(void) const
Check if it is safe to call GetVersion method.
CRemap_request_Base & operator=(const CRemap_request_Base &)
TTool & SetTool(void)
Assign a value to Tool data member.
bool IsSetTool(void) const
tool making request Check if a value has been assigned to Tool data member.
TVersion GetVersion(void) const
Get the Version member data.
bool CanGetTool(void) const
Check if it is safe to call GetTool method.
const TRequest & GetRequest(void) const
Get the Request member data.
const GenericPointer< typename T::ValueType > T2 value