41 #ifndef OBJECTS_HOMOLOGENE_HG_COMMENTARYSET_BASE_HPP
42 #define OBJECTS_HOMOLOGENE_HG_COMMENTARYSET_BASE_HPP
53 #ifndef BEGIN_objects_SCOPE
54 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
55 # define END_objects_SCOPE END_SCOPE(objects)
213 virtual void Reset(
void);
315 m_Title = std::forward<CHG_CommentarySet_Base::TTitle>(
value);
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.
bool IsSetCommentaries(void) const
Check if a value has been assigned to Commentaries data member.
CHG_CommentarySet_Base & operator=(const CHG_CommentarySet_Base &)
THg_id GetHg_id(void) const
Get the Hg_id member data.
DECLARE_INTERNAL_TYPE_INFO()
void ResetHg_id(void)
Reset Hg_id data member.
list< CRef< CHG_Commentary > > m_Commentaries
const TCommentaries & GetCommentaries(void) const
Get the Commentaries member data.
TTitle & SetTitle(void)
Assign a value to Title data member.
bool CanGetTitle(void) const
Check if it is safe to call GetTitle method.
void ResetTitle(void)
Reset Title data member.
const TTitle & GetTitle(void) const
Get the Title member data.
CHG_CommentarySet_Base(void)
CHG_CommentarySet_Base(const CHG_CommentarySet_Base &)
void ResetCommentaries(void)
Reset Commentaries data member.
virtual void Reset(void)
Reset the whole object.
THg_id & SetHg_id(void)
Assign a value to Hg_id data member.
list< CRef< CHG_Commentary > > TCommentaries
bool CanGetCommentaries(void) const
Check if it is safe to call GetCommentaries method.
TCommentaries & SetCommentaries(void)
Assign a value to Commentaries data member.
bool IsSetTitle(void) const
Check if a value has been assigned to Title data member.
virtual ~CHG_CommentarySet_Base(void)
bool IsSetHg_id(void) const
Check if a value has been assigned to Hg_id data member.
bool CanGetHg_id(void) const
Check if it is safe to call GetHg_id method.
Tparent::CMemberIndex< E_memberIndex, 4 > TmemberIndex
const GenericPointer< typename T::ValueType > T2 value