Go to the documentation of this file.Go to the SVN repository for this file.
41 #ifndef OBJECTS_BLAST_BLAST4_GET_SEQ_PARTS_REPLY_BASE_HPP
42 #define OBJECTS_BLAST_BLAST4_GET_SEQ_PARTS_REPLY_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
89 typedef list< CRef< CBlast4_seq_part_data > >
Tdata;
101 bool IsSet(
void)
const;
108 bool CanGet(
void)
const;
126 operator const Tdata& (void)
const;
128 operator Tdata& (void);
139 list< CRef< CBlast4_seq_part_data > >
m_data;
185 m_set_State[0] |= 0x1;
CBlast4_get_seq_parts_reply_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.
#define NCBI_BLAST_EXPORT
CBlast4_get_seq_parts_reply_Base(const CBlast4_get_seq_parts_reply_Base &)
const Tdata & Get(void) const
Get the member data.
Tdata & Set(void)
Assign a value to data member.
list< CRef< CBlast4_seq_part_data > > Tdata
bool IsSet(void) const
Check if a value has been assigned to data member.
DECLARE_INTERNAL_TYPE_INFO()
bool CanGet(void) const
Check if it is safe to call Get method.
list< CRef< CBlast4_seq_part_data > > m_data
CBlast4_get_seq_parts_reply_Base & operator=(const CBlast4_get_seq_parts_reply_Base &)
const TYPE & Get(const CNamedParameterList *param)