NCBI C++ ToolKit
Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members

Search Toolkit Book for CELinkResult_Base

CELinkResult_Base –. More...

#include <objtools/eutils/elink/ELinkResult_.hpp>

+ Inheritance diagram for CELinkResult_Base:
+ Collaboration diagram for CELinkResult_Base:

Public Types

enum class  E_memberIndex { e__allMandatory = 0 , e_LinkSet , e_ERROR }
 
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< CLinkSet > > TLinkSet
 
typedef NCBI_NS_STD::string TERROR
 
typedef Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
 

Public Member Functions

 CELinkResult_Base (void)
 
virtual ~CELinkResult_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetLinkSet (void) const
 Common Check if a value has been assigned to LinkSet data member. More...
 
bool CanGetLinkSet (void) const
 Check if it is safe to call GetLinkSet method. More...
 
void ResetLinkSet (void)
 Reset LinkSet data member. More...
 
const TLinkSetGetLinkSet (void) const
 Get the LinkSet member data. More...
 
TLinkSetSetLinkSet (void)
 Assign a value to LinkSet data member. More...
 
bool IsSetERROR (void) const
 
bool CanGetERROR (void) const
 Check if it is safe to call GetERROR method. More...
 
void ResetERROR (void)
 Reset ERROR data member. More...
 
const TERRORGetERROR (void) const
 Get the ERROR member data. More...
 
void SetERROR (const TERROR &value)
 Assign a value to ERROR data member. More...
 
void SetERROR (TERROR &&value)
 
TERRORSetERROR (void)
 Assign a value to ERROR data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 

Private Types

typedef NCBI_NS_NCBI::CSerialObject Tparent
 

Private Member Functions

 CELinkResult_Base (const CELinkResult_Base &)
 
CELinkResult_Baseoperator= (const CELinkResult_Base &)
 

Private Attributes

Uint4 m_set_State [1]
 
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< CLinkSet > > m_LinkSet
 
NCBI_NS_STD::string m_ERROR
 

Detailed Description

CELinkResult_Base –.

Definition at line 75 of file ELinkResult_.hpp.


The documentation for this class was generated from the following files:
Modified on Fri Sep 20 14:57:27 2024 by modify_doxy.py rev. 669887