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

Search Toolkit Book for CLink_Base

CLink_Base –. More...

#include <build-system/project_tree_builder/msbuild/Link_.hpp>

+ Inheritance diagram for CLink_Base:
+ Collaboration diagram for CLink_Base:

Classes

class  C_Selector
 C_Selector –. More...
 

Public Types

enum class  E_memberIndex {
  e__allMandatory = 0 , e_Name , e_Menu , e_Description ,
  e_DbTo , e__allMandatory = 0 , e_Id , e_Score ,
  e__allMandatory = 0 , e_LinkId , e_ProviderId , e_IconUrl ,
  e_OS , e_ObjectUrl
}
 
enum class  E_memberIndex {
  e__allMandatory = 0 , e_Name , e_Menu , e_Description ,
  e_DbTo , e__allMandatory = 0 , e_Id , e_Score ,
  e__allMandatory = 0 , e_LinkId , e_ProviderId , e_IconUrl ,
  e_OS , e_ObjectUrl
}
 
enum class  E_memberIndex {
  e__allMandatory = 0 , e_Name , e_Menu , e_Description ,
  e_DbTo , e__allMandatory = 0 , e_Id , e_Score ,
  e__allMandatory = 0 , e_LinkId , e_ProviderId , e_IconUrl ,
  e_OS , e_ObjectUrl
}
 
typedef Tparent::TLinkItem TLink
 
typedef NCBI_NS_STD::string TName
 
typedef NCBI_NS_STD::string TMenu
 
typedef NCBI_NS_STD::string TDescription
 
typedef NCBI_NS_STD::string TDbTo
 
typedef Tparent::CMemberIndex< E_memberIndex, 5 > TmemberIndex
 
typedef CId TId
 
typedef NCBI_NS_STD::string TScore
 
typedef Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
 
typedef NCBI_NS_STD::string TLinkId
 
typedef NCBI_NS_STD::string TProviderId
 
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< CIconUrl > > TIconUrl
 
typedef C_Selector TSelector
 
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< CObjectUrl > > TObjectUrl
 
typedef Tparent::CMemberIndex< E_memberIndex, 6 > TmemberIndex
 
- Public Types inherited from CLinkItem_Base
enum class  E_memberIndex { e__allMandatory = 0 , e_Attlist , e_LinkItem }
 
typedef C_Attlist TAttlist
 
typedef C_E_LinkItem C_E
 
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E_LinkItem > > TLinkItem
 
typedef Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
 

Public Member Functions

 CLink_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetLink (void) const
 
bool CanGetLink (void) const
 
void ResetLink (void)
 
const TLinkGetLink (void) const
 
TLinkSetLink (void)
 
 CLink_Base (void)
 
virtual ~CLink_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetName (void) const
 
bool CanGetName (void) const
 Check if it is safe to call GetName method. More...
 
void ResetName (void)
 Reset Name data member. More...
 
const TNameGetName (void) const
 Get the Name member data. More...
 
void SetName (const TName &value)
 Assign a value to Name data member. More...
 
void SetName (TName &&value)
 
TNameSetName (void)
 Assign a value to Name data member. More...
 
bool IsSetMenu (void) const
 
bool CanGetMenu (void) const
 Check if it is safe to call GetMenu method. More...
 
void ResetMenu (void)
 Reset Menu data member. More...
 
const TMenuGetMenu (void) const
 Get the Menu member data. More...
 
void SetMenu (const TMenu &value)
 Assign a value to Menu data member. More...
 
void SetMenu (TMenu &&value)
 
TMenuSetMenu (void)
 Assign a value to Menu data member. More...
 
bool IsSetDescription (void) const
 
bool CanGetDescription (void) const
 Check if it is safe to call GetDescription method. More...
 
void ResetDescription (void)
 Reset Description data member. More...
 
const TDescriptionGetDescription (void) const
 Get the Description member data. More...
 
void SetDescription (const TDescription &value)
 Assign a value to Description data member. More...
 
void SetDescription (TDescription &&value)
 
TDescriptionSetDescription (void)
 Assign a value to Description data member. More...
 
bool IsSetDbTo (void) const
 \S+ Check if a value has been assigned to DbTo data member. More...
 
bool CanGetDbTo (void) const
 Check if it is safe to call GetDbTo method. More...
 
void ResetDbTo (void)
 Reset DbTo data member. More...
 
const TDbToGetDbTo (void) const
 Get the DbTo member data. More...
 
void SetDbTo (const TDbTo &value)
 Assign a value to DbTo data member. More...
 
void SetDbTo (TDbTo &&value)
 
TDbToSetDbTo (void)
 Assign a value to DbTo data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 
 CLink_Base (void)
 
virtual ~CLink_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetId (void) const
 \d+ Check if a value has been assigned to Id data member. More...
 
bool CanGetId (void) const
 Check if it is safe to call GetId method. More...
 
void ResetId (void)
 Reset Id data member. More...
 
const TIdGetId (void) const
 Get the Id member data. More...
 
void SetId (TId &value)
 Assign a value to Id data member. More...
 
TIdSetId (void)
 Assign a value to Id data member. More...
 
void SetId (const NCBI_NS_STD::string &value)
 Assign a value to Id data member. More...
 
bool IsSetScore (void) const
 \d+ Check if a value has been assigned to Score data member. More...
 
bool CanGetScore (void) const
 Check if it is safe to call GetScore method. More...
 
void ResetScore (void)
 Reset Score data member. More...
 
const TScoreGetScore (void) const
 Get the Score member data. More...
 
void SetScore (const TScore &value)
 Assign a value to Score data member. More...
 
void SetScore (TScore &&value)
 
TScoreSetScore (void)
 Assign a value to Score data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 
 CLink_Base (void)
 
virtual ~CLink_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetLinkId (void) const
 Check if a value has been assigned to LinkId data member. More...
 
bool CanGetLinkId (void) const
 Check if it is safe to call GetLinkId method. More...
 
void ResetLinkId (void)
 Reset LinkId data member. More...
 
const TLinkIdGetLinkId (void) const
 Get the LinkId member data. More...
 
void SetLinkId (const TLinkId &value)
 Assign a value to LinkId data member. More...
 
void SetLinkId (TLinkId &&value)
 
TLinkIdSetLinkId (void)
 Assign a value to LinkId data member. More...
 
bool IsSetProviderId (void) const
 Check if a value has been assigned to ProviderId data member. More...
 
bool CanGetProviderId (void) const
 Check if it is safe to call GetProviderId method. More...
 
void ResetProviderId (void)
 Reset ProviderId data member. More...
 
const TProviderIdGetProviderId (void) const
 Get the ProviderId member data. More...
 
void SetProviderId (const TProviderId &value)
 Assign a value to ProviderId data member. More...
 
void SetProviderId (TProviderId &&value)
 
TProviderIdSetProviderId (void)
 Assign a value to ProviderId data member. More...
 
bool IsSetIconUrl (void) const
 Check if a value has been assigned to IconUrl data member. More...
 
bool CanGetIconUrl (void) const
 Check if it is safe to call GetIconUrl method. More...
 
void ResetIconUrl (void)
 Reset IconUrl data member. More...
 
const TIconUrlGetIconUrl (void) const
 Get the IconUrl member data. More...
 
TIconUrlSetIconUrl (void)
 Assign a value to IconUrl data member. More...
 
bool IsSetSelector (void) const
 Check if a value has been assigned to Selector data member. More...
 
bool CanGetSelector (void) const
 Check if it is safe to call GetSelector method. More...
 
void ResetSelector (void)
 Reset Selector data member. More...
 
const TSelectorGetSelector (void) const
 Get the Selector member data. More...
 
void SetSelector (TSelector &value)
 Assign a value to Selector data member. More...
 
TSelectorSetSelector (void)
 Assign a value to Selector data member. More...
 
bool IsSetObjectUrl (void) const
 Check if a value has been assigned to ObjectUrl data member. More...
 
bool CanGetObjectUrl (void) const
 Check if it is safe to call GetObjectUrl method. More...
 
void ResetObjectUrl (void)
 Reset ObjectUrl data member. More...
 
const TObjectUrlGetObjectUrl (void) const
 Get the ObjectUrl member data. More...
 
TObjectUrlSetObjectUrl (void)
 Assign a value to ObjectUrl data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 
- Public Member Functions inherited from CLinkItem
 CLinkItem (void)
 
 ~CLinkItem (void)
 
- Public Member Functions inherited from CLinkItem_Base
 CLinkItem_Base (void)
 
virtual ~CLinkItem_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetAttlist (void) const
 Check if a value has been assigned to Attlist data member. More...
 
bool CanGetAttlist (void) const
 Check if it is safe to call GetAttlist method. More...
 
void ResetAttlist (void)
 Reset Attlist data member. More...
 
const TAttlistGetAttlist (void) const
 Get the Attlist member data. More...
 
void SetAttlist (TAttlist &value)
 Assign a value to Attlist data member. More...
 
TAttlistSetAttlist (void)
 Assign a value to Attlist data member. More...
 
bool IsSetLinkItem (void) const
 Check if a value has been assigned to LinkItem data member. More...
 
bool CanGetLinkItem (void) const
 Check if it is safe to call GetLinkItem method. More...
 
void ResetLinkItem (void)
 Reset LinkItem data member. More...
 
const TLinkItemGetLinkItem (void) const
 Get the LinkItem member data. More...
 
TLinkItemSetLinkItem (void)
 Assign a value to LinkItem data member. More...
 

Private Types

typedef CLinkItem Tparent
 
typedef NCBI_NS_NCBI::CSerialObject Tparent
 
typedef NCBI_NS_NCBI::CSerialObject Tparent
 
typedef NCBI_NS_NCBI::CSerialObject Tparent
 

Private Member Functions

 CLink_Base (const CLink_Base &)
 
CLink_Baseoperator= (const CLink_Base &)
 
 CLink_Base (const CLink_Base &)
 
CLink_Baseoperator= (const CLink_Base &)
 
 CLink_Base (const CLink_Base &)
 
CLink_Baseoperator= (const CLink_Base &)
 

Private Attributes

Uint4 m_set_State [1]
 
NCBI_NS_STD::string m_Name
 
NCBI_NS_STD::string m_Menu
 
NCBI_NS_STD::string m_Description
 
NCBI_NS_STD::string m_DbTo
 
NCBI_NS_NCBI::CRef< TIdm_Id
 
NCBI_NS_STD::string m_Score
 
NCBI_NS_STD::string m_LinkId
 
NCBI_NS_STD::string m_ProviderId
 
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< CIconUrl > > m_IconUrl
 
NCBI_NS_NCBI::CRef< TSelectorm_Selector
 
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< CObjectUrl > > m_ObjectUrl
 

Detailed Description

CLink_Base –.

cmd=neighbor

CLink_Base

Definition at line 70 of file Link_.hpp.


The documentation for this class was generated from the following files:
Modified on Wed Apr 17 13:10:17 2024 by modify_doxy.py rev. 669887