41 #ifndef OBJECTS_MACRO_PARTIAL_BOTH_SET_ACTION_BASE_HPP
42 #define OBJECTS_MACRO_PARTIAL_BOTH_SET_ACTION_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
174 virtual void Reset(
void);
User-defined methods of the data storage class.
CPartial_both_set_action_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.
void ResetConstraint(void)
Reset Constraint data member.
TConstraint & SetConstraint(void)
Assign a value to Constraint data member.
TConstraint GetConstraint(void) const
Get the Constraint member data.
TExtend & SetExtend(void)
Assign a value to Extend data member.
CPartial_both_set_action_Base & operator=(const CPartial_both_set_action_Base &)
CPartial_both_set_action_Base(void)
bool CanGetExtend(void) const
Check if it is safe to call GetExtend method.
CPartial_both_set_action_Base(const CPartial_both_set_action_Base &)
bool IsSetConstraint(void) const
Check if a value has been assigned to Constraint data member.
TExtend GetExtend(void) const
Get the Extend member data.
bool IsSetExtend(void) const
Check if a value has been assigned to Extend data member.
EPartial_both_set_constraint
Access to EPartial_both_set_constraint's attributes (values, names) as defined in spec.
bool CanGetConstraint(void) const
Check if it is safe to call GetConstraint method.
EPartial_both_set_constraint TConstraint
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
DECLARE_INTERNAL_TYPE_INFO()
void ResetExtend(void)
Reset Extend data member.
EPartial_both_set_constraint m_Constraint
virtual void Reset(void)
Reset the whole object.
virtual ~CPartial_both_set_action_Base(void)