Go to the documentation of this file.Go to the SVN repository for this file.
41 #ifndef OBJECTS_PUB_PUB_EQUIV_BASE_HPP
42 #define OBJECTS_PUB_PUB_EQUIV_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< CPub > >
Tdata;
102 bool IsSet(
void)
const;
109 bool CanGet(
void)
const;
127 operator const Tdata& (void)
const;
129 operator Tdata& (void);
186 m_set_State[0] |= 0x1;
equivalent identifiers for same citation
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.
bool CanGet(void) const
Check if it is safe to call Get method.
list< CRef< CPub > > Tdata
list< CRef< CPub > > m_data
Tdata & Set(void)
Assign a value to data member.
bool IsSet(void) const
Check if a value has been assigned to data member.
const Tdata & Get(void) const
Get the member data.
CPub_equiv_Base(const CPub_equiv_Base &)
CPub_equiv_Base & operator=(const CPub_equiv_Base &)
DECLARE_INTERNAL_TYPE_INFO()
const TYPE & Get(const CNamedParameterList *param)