41 #ifndef OBJECTS_CDD_REJECT_ID_BASE_HPP
42 #define OBJECTS_CDD_REJECT_ID_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
91 typedef list< CRef< CSeq_id > >
TIds;
111 bool IsSetDescription(
void)
const;
118 bool CanGetDescription(
void)
const;
121 void ResetDescription(
void);
142 bool IsSetIds(
void)
const;
149 bool CanGetIds(
void)
const;
167 virtual void Reset(
void);
Base class for all serializable objects.
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.
list< CRef< CSeq_id > > TIds
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
const TIds & GetIds(void) const
Get the Ids member data.
bool IsSetDescription(void) const
Check if a value has been assigned to Description data member.
TIds & SetIds(void)
Assign a value to Ids data member.
CReject_id_Base & operator=(const CReject_id_Base &)
bool CanGetDescription(void) const
Check if it is safe to call GetDescription method.
list< CRef< CSeq_id > > m_Ids
list< CRef< CUpdate_comment > > m_Description
DECLARE_INTERNAL_TYPE_INFO()
list< CRef< CUpdate_comment > > TDescription
bool CanGetIds(void) const
Check if it is safe to call GetIds method.
CReject_id_Base(const CReject_id_Base &)
TDescription & SetDescription(void)
Assign a value to Description data member.
bool IsSetIds(void) const
Check if a value has been assigned to Ids data member.
const TDescription & GetDescription(void) const
Get the Description member data.
static bool GetIds(const T &d, set< string > &labels, const string name="", bool detect=false, bool found=false)