41 #ifndef OBJECTS_HOMOLOGENE_HG_LINK_BASE_HPP
42 #define OBJECTS_HOMOLOGENE_HG_LINK_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
176 virtual void Reset(
void);
277 m_Url = std::forward<CHG_Link_Base::TUrl>(
value);
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.
void ResetHypertext(void)
Reset Hypertext data member.
virtual ~CHG_Link_Base(void)
CHG_Link_Base & operator=(const CHG_Link_Base &)
void ResetUrl(void)
Reset Url data member.
bool IsSetHypertext(void) const
Check if a value has been assigned to Hypertext data member.
bool IsSetUrl(void) const
Check if a value has been assigned to Url data member.
bool CanGetUrl(void) const
Check if it is safe to call GetUrl method.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
const THypertext & GetHypertext(void) const
Get the Hypertext member data.
virtual void Reset(void)
Reset the whole object.
THypertext & SetHypertext(void)
Assign a value to Hypertext data member.
bool CanGetHypertext(void) const
Check if it is safe to call GetHypertext method.
DECLARE_INTERNAL_TYPE_INFO()
CHG_Link_Base(const CHG_Link_Base &)
const TUrl & GetUrl(void) const
Get the Url member data.
TUrl & SetUrl(void)
Assign a value to Url data member.
const GenericPointer< typename T::ValueType > T2 value