41 #ifndef OBJECTS_BLAST_BLAST4_PARAMETER_BASE_HPP
42 #define OBJECTS_BLAST_BLAST4_PARAMETER_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 IsSetName(
void)
const;
117 bool CanGetName(
void)
const;
120 void ResetName(
void);
126 const TName& GetName(
void)
const;
139 TName& SetName(
void);
148 bool IsSetValue(
void)
const;
155 bool CanGetValue(
void)
const;
158 void ResetValue(
void);
164 const TValue& GetValue(
void)
const;
179 virtual void Reset(
void);
233 m_Name = std::forward<CBlast4_parameter_Base::TName>(
value);
CBlast4_parameter_Base –.
Base class for all serializable objects.
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_BLAST_EXPORT
DECLARE_INTERNAL_TYPE_INFO()
CBlast4_parameter_Base & operator=(const CBlast4_parameter_Base &)
const TName & GetName(void) const
Get the Name member data.
const TValue & GetValue(void) const
Get the Value member data.
TValue & SetValue(void)
Assign a value to Value data member.
void ResetValue(void)
Reset Value data member.
CBlast4_parameter_Base(const CBlast4_parameter_Base &)
bool CanGetValue(void) const
Check if it is safe to call GetValue method.
TName & SetName(void)
Assign a value to Name data member.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
bool IsSetValue(void) const
Check if a value has been assigned to Value data member.
bool IsSetName(void) const
Check if a value has been assigned to Name data member.
bool CanGetName(void) const
Check if it is safe to call GetName method.
const GenericPointer< typename T::ValueType > T2 value