41 #ifndef OBJECTS_SEQSPLIT_ID2S_SEQ_ID_INTS_BASE_HPP
42 #define OBJECTS_SEQSPLIT_ID2S_SEQ_ID_INTS_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< CID2S_Interval > >
TInts;
111 bool IsSetSeq_id(
void)
const;
118 bool CanGetSeq_id(
void)
const;
121 void ResetSeq_id(
void);
127 const TSeq_id& GetSeq_id(
void)
const;
148 bool IsSetInts(
void)
const;
155 bool CanGetInts(
void)
const;
158 void ResetInts(
void);
164 const TInts& GetInts(
void)
const;
170 TInts& SetInts(
void);
173 virtual void Reset(
void);
CID2S_Seq_id_Ints_Base –.
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.
TSeq_id & SetSeq_id(void)
Assign a value to Seq_id data member.
const TSeq_id & GetSeq_id(void) const
Get the Seq_id member data.
bool IsSetInts(void) const
Check if a value has been assigned to Ints data member.
void ResetSeq_id(void)
Reset Seq_id data member.
const TInts & GetInts(void) const
Get the Ints member data.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
list< CRef< CID2S_Interval > > TInts
bool CanGetInts(void) const
Check if it is safe to call GetInts method.
DECLARE_INTERNAL_TYPE_INFO()
bool IsSetSeq_id(void) const
Check if a value has been assigned to Seq_id data member.
bool CanGetSeq_id(void) const
Check if it is safe to call GetSeq_id method.
CID2S_Seq_id_Ints_Base & operator=(const CID2S_Seq_id_Ints_Base &)
CID2S_Seq_id_Ints_Base(const CID2S_Seq_id_Ints_Base &)
TInts & SetInts(void)
Assign a value to Ints data member.
list< CRef< CID2S_Interval > > m_Ints