41 #ifndef OBJECTS_SEQSPLIT_ID2S_CHUNK_INFO_BASE_HPP
42 #define OBJECTS_SEQSPLIT_ID2S_CHUNK_INFO_BASE_HPP
53 #ifndef BEGIN_objects_SCOPE
54 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
55 # define END_objects_SCOPE END_SCOPE(objects)
91 typedef list< CRef< CID2S_Chunk_Content > >
TContent;
111 bool IsSetId(
void)
const;
118 bool CanGetId(
void)
const;
148 bool IsSetContent(
void)
const;
155 bool CanGetContent(
void)
const;
158 void ResetContent(
void);
164 const TContent& GetContent(
void)
const;
173 virtual void Reset(
void);
User-defined methods of the data storage class.
Base class for all serializable objects.
void ThrowUnassigned(TMemberIndex index) const
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.
const TId & GetId(void) const
Get the Id member data.
bool IsSetId(void) const
Check if a value has been assigned to Id data member.
bool CanGetId(void) const
Check if it is safe to call GetId method.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
bool IsSetContent(void) const
Check if a value has been assigned to Content data member.
void ResetId(void)
Reset Id data member.
CID2S_Chunk_Info_Base(const CID2S_Chunk_Info_Base &)
DECLARE_INTERNAL_TYPE_INFO()
TId & SetId(void)
Assign a value to Id data member.
TContent & SetContent(void)
Assign a value to Content data member.
list< CRef< CID2S_Chunk_Content > > m_Content
const TContent & GetContent(void) const
Get the Content member data.
CID2S_Chunk_Info_Base & operator=(const CID2S_Chunk_Info_Base &)
bool CanGetContent(void) const
Check if it is safe to call GetContent method.
list< CRef< CID2S_Chunk_Content > > TContent