Go to the documentation of this file.Go to the SVN repository for this file.
41 #ifndef eutils__OBJTOOLS_EUTILS_EFETCH_CITATIONSUBSET_BASE_HPP
42 #define eutils__OBJTOOLS_EUTILS_EFETCH_CITATIONSUBSET_BASE_HPP
50 #ifndef BEGIN_eutils_SCOPE
51 # define BEGIN_eutils_SCOPE BEGIN_SCOPE(eutils)
52 # define END_eutils_SCOPE END_SCOPE(eutils)
72 typedef NCBI_NS_NCBI::CSerialObject
Tparent;
100 bool IsSet(
void)
const;
132 operator const Tdata& (void)
const;
134 operator Tdata& (void);
200 m_data = std::forward<CCitationSubset_Base::Tdata>(
value);
209 m_data = UnassignedString();
227 m_data = UnassignedString();
230 m_set_State[0] |= 0x1;
#define BEGIN_eutils_SCOPE
uint32_t Uint4
4-byte (32-bit) unsigned integer
NCBI_NS_NCBI::CSerialObject Tparent
CCitationSubset_Base(void)
virtual ~CCitationSubset_Base(void)
const Tdata & Get(void) const
Get the member data.
void Reset(void)
Reset data member.
DECLARE_INTERNAL_TYPE_INFO()
CCitationSubset_Base(const CCitationSubset_Base &)
NCBI_NS_STD::string m_data
CCitationSubset_Base & operator=(const CCitationSubset_Base &)
bool IsSet(void) const
Check if a value has been assigned to data member.
void operator=(const Tdata &value)
Assignment operator.
Tdata & Set(void)
Assign a value to data member.
bool CanGet(void) const
Check if it is safe to call Get method.
NCBI_NS_STD::string Tdata
const GenericPointer< typename T::ValueType > T2 value