NCBI C++ ToolKit
|
Search Toolkit Book for CPublicationTypeList
CPublicationTypeList –. More...
#include <objtools/eutils/efetch/PublicationTypeList.hpp>
Public Member Functions | |
CPublicationTypeList (void) | |
~CPublicationTypeList (void) | |
Public Member Functions inherited from CPublicationTypeList_Base | |
CPublicationTypeList_Base (void) | |
virtual | ~CPublicationTypeList_Base (void) |
DECLARE_INTERNAL_TYPE_INFO () | |
bool | IsSetPublicationType (void) const |
Check if a value has been assigned to PublicationType data member. More... | |
bool | CanGetPublicationType (void) const |
Check if it is safe to call GetPublicationType method. More... | |
void | ResetPublicationType (void) |
Reset PublicationType data member. More... | |
const TPublicationType & | GetPublicationType (void) const |
Get the PublicationType member data. More... | |
TPublicationType & | SetPublicationType (void) |
Assign a value to PublicationType data member. More... | |
virtual void | Reset (void) |
Reset the whole object. More... | |
Private Types | |
typedef CPublicationTypeList_Base | Tparent |
Private Member Functions | |
CPublicationTypeList (const CPublicationTypeList &value) | |
CPublicationTypeList & | operator= (const CPublicationTypeList &value) |
Additional Inherited Members | |
Public Types inherited from CPublicationTypeList_Base | |
enum class | E_memberIndex { e__allMandatory = 0 , e_PublicationType } |
typedef CPublicationType | C_E |
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< CPublicationType > > | TPublicationType |
typedef Tparent::CMemberIndex< E_memberIndex, 2 > | TmemberIndex |
Definition at line 63 of file PublicationTypeList.hpp.