41 #ifndef OBJECTS_SEQEDIT_SEQEDIT_CMD_RESETIDS_BASE_HPP
42 #define OBJECTS_SEQEDIT_SEQEDIT_CMD_RESETIDS_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
113 bool IsSetId(
void)
const;
120 bool CanGetId(
void)
const;
151 bool IsSetRemove_ids(
void)
const;
158 bool CanGetRemove_ids(
void)
const;
161 void ResetRemove_ids(
void);
176 virtual void Reset(
void);
202 return m_Id.NotEmpty();
Reset ids field of bioseq.
Base class for all serializable objects.
const CSeq_id & GetId(const CSeq_loc &loc, CScope *scope)
If all CSeq_ids embedded in CSeq_loc refer to the same CBioseq, returns the first CSeq_id found,...
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_SEQEDIT_EXPORT
bool CanGetId(void) const
Check if it is safe to call GetId method.
DECLARE_INTERNAL_TYPE_INFO()
list< CRef< CSeq_id > > m_Remove_ids
CSeqEdit_Cmd_ResetIds_Base(const CSeqEdit_Cmd_ResetIds_Base &)
TRemove_ids & SetRemove_ids(void)
Assign a value to Remove_ids data member.
void ResetId(void)
Reset Id data member.
bool IsSetRemove_ids(void) const
List of Seq ids to remove Check if a value has been assigned to Remove_ids data member.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
TId & SetId(void)
Assign a value to Id data member.
bool CanGetRemove_ids(void) const
Check if it is safe to call GetRemove_ids method.
list< CRef< CSeq_id > > TRemove_ids
const TId & GetId(void) const
Get the Id member data.
CSeqEdit_Cmd_ResetIds_Base & operator=(const CSeqEdit_Cmd_ResetIds_Base &)
const TRemove_ids & GetRemove_ids(void) const
Get the Remove_ids member data.
bool IsSetId(void) const
Bioseq id Check if a value has been assigned to Id data member.