NCBI C++ ToolKit
|
Search Toolkit Book for CChemicalList
#include <objtools/eutils/efetch/ChemicalList.hpp>
Public Member Functions | |
CChemicalList (void) | |
~CChemicalList (void) | |
Public Member Functions inherited from CChemicalList_Base | |
CChemicalList_Base (void) | |
virtual | ~CChemicalList_Base (void) |
DECLARE_INTERNAL_TYPE_INFO () | |
bool | IsSetChemical (void) const |
Check if a value has been assigned to Chemical data member. More... | |
bool | CanGetChemical (void) const |
Check if it is safe to call GetChemical method. More... | |
void | ResetChemical (void) |
Reset Chemical data member. More... | |
const TChemical & | GetChemical (void) const |
Get the Chemical member data. More... | |
TChemical & | SetChemical (void) |
Assign a value to Chemical data member. More... | |
virtual void | Reset (void) |
Reset the whole object. More... | |
Private Types | |
typedef CChemicalList_Base | Tparent |
Private Member Functions | |
CChemicalList (const CChemicalList &value) | |
CChemicalList & | operator= (const CChemicalList &value) |
Additional Inherited Members | |
Public Types inherited from CChemicalList_Base | |
enum class | E_memberIndex { e__allMandatory = 0 , e_Chemical } |
typedef CChemical | C_E |
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< CChemical > > | TChemical |
typedef Tparent::CMemberIndex< E_memberIndex, 2 > | TmemberIndex |
Definition at line 63 of file ChemicalList.hpp.