NCBI C++ ToolKit
|
Classes | |
class | CIdList |
CIdList –. More... | |
class | CIdList_Base |
CIdList_Base –. More... | |
Typedefs | |
typedef CIdList_Base | CIdList::Tparent |
typedef NCBI_NS_NCBI::CSerialObject | CIdList_Base::Tparent |
typedef NCBI_NS_STD::list< NCBI_NS_STD::string > | CIdList_Base::TId |
typedef Tparent::CMemberIndex< E_memberIndex, 2 > | CIdList_Base::TmemberIndex |
Enumerations | |
enum class | CIdList_Base::E_memberIndex { CIdList_Base::e__allMandatory = 0 , CIdList_Base::e_Id , CIdList_Base::e__allMandatory = 0 , CIdList_Base::e_Id , CIdList_Base::e__allMandatory = 0 , CIdList_Base::e_Id } |
Functions | |
CIdList::CIdList (void) | |
CIdList::~CIdList (void) | |
CIdList::CIdList (const CIdList &value) | |
CIdList & | CIdList::operator= (const CIdList &value) |
CIdList_Base::CIdList_Base (void) | |
virtual | CIdList_Base::~CIdList_Base (void) |
CIdList_Base::DECLARE_INTERNAL_TYPE_INFO () | |
bool | CIdList_Base::IsSetId (void) const |
Check if a value has been assigned to Id data member. More... | |
bool | CIdList_Base::CanGetId (void) const |
Check if it is safe to call GetId method. More... | |
void | CIdList_Base::ResetId (void) |
Reset Id data member. More... | |
const TId & | CIdList_Base::GetId (void) const |
Get the Id member data. More... | |
TId & | CIdList_Base::SetId (void) |
Assign a value to Id data member. More... | |
virtual void | CIdList_Base::Reset (void) |
Reset the whole object. More... | |
CIdList_Base::CIdList_Base (const CIdList_Base &) | |
CIdList_Base & | CIdList_Base::operator= (const CIdList_Base &) |
typedef NCBI_NS_STD::list< NCBI_NS_STD::string > CIdList_Base::TId |
Definition at line 84 of file IdList_.hpp.
typedef Tparent::CMemberIndex<E_memberIndex, 2> CIdList_Base::TmemberIndex |
Definition at line 91 of file IdList_.hpp.
|
private |
Definition at line 65 of file IdList.hpp.
|
private |
Definition at line 73 of file IdList_.hpp.
|
strong |
Enumerator | |
---|---|
e__allMandatory | |
e_Id | |
e__allMandatory | |
e_Id | |
e__allMandatory | |
e_Id |
Definition at line 87 of file IdList_.hpp.
bool CIdList_Base::CanGetId | ( | void | ) | const |
Check if it is safe to call GetId method.
CIdList::CIdList | ( | void | ) |
|
private |
CIdList_Base::CIdList_Base | ( | void | ) |
CIdList_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
Get the Id member data.
bool CIdList_Base::IsSetId | ( | void | ) | const |
Check if a value has been assigned to Id data member.
Data member Id is optional; its type is defined as 'typedef NCBI_NS_STD::list< NCBI_NS_STD::string > TId'
|
private |
|
virtual |
Reset the whole object.
void CIdList_Base::ResetId | ( | void | ) |
Reset Id data member.
TId& CIdList_Base::SetId | ( | void | ) |
Assign a value to Id data member.
CIdList::~CIdList | ( | void | ) |
|
virtual |