Go to the documentation of this file.Go to the SVN repository for this file.
41 #ifndef OBJECTS_TAXON3_TAXON3_REPLY_BASE_HPP
42 #define OBJECTS_TAXON3_TAXON3_REPLY_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
90 typedef list< CRef< CT3Reply > >
TReply;
109 bool IsSetReply(
void)
const;
116 bool CanGetReply(
void)
const;
119 void ResetReply(
void);
125 const TReply& GetReply(
void)
const;
134 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.
#define NCBI_TAXON3_EXPORT
Tparent::CMemberIndex< E_memberIndex, 2 > TmemberIndex
CTaxon3_reply_Base(const CTaxon3_reply_Base &)
CTaxon3_reply_Base & operator=(const CTaxon3_reply_Base &)
TReply & SetReply(void)
Assign a value to Reply data member.
const TReply & GetReply(void) const
Get the Reply member data.
bool IsSetReply(void) const
Check if a value has been assigned to Reply data member.
list< CRef< CT3Reply > > TReply
DECLARE_INTERNAL_TYPE_INFO()
list< CRef< CT3Reply > > m_Reply
bool CanGetReply(void) const
Check if it is safe to call GetReply method.