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

Search Toolkit Book for CItemGroupType_Base::C_Attlist

C_Attlist –. More...

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

+ Inheritance diagram for CItemGroupType_Base::C_Attlist:
+ Collaboration diagram for CItemGroupType_Base::C_Attlist:

Public Types

enum class  E_memberIndex { e__allMandatory = 0 , e_Condition , e_Label }
 
typedef NCBI_NS_STD::string TCondition
 
typedef NCBI_NS_STD::string TLabel
 
typedef Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
 

Public Member Functions

 C_Attlist (void)
 
 ~C_Attlist (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetCondition (void) const
 Optional expression evaluated to determine whether the ItemGroup should be used Check if a value has been assigned to Condition data member. More...
 
bool CanGetCondition (void) const
 Check if it is safe to call GetCondition method. More...
 
void ResetCondition (void)
 Reset Condition data member. More...
 
const TConditionGetCondition (void) const
 Get the Condition member data. More...
 
void SetCondition (const TCondition &value)
 Assign a value to Condition data member. More...
 
void SetCondition (TCondition &&value)
 
TConditionSetCondition (void)
 Assign a value to Condition data member. More...
 
bool IsSetLabel (void) const
 Optional expression. More...
 
bool CanGetLabel (void) const
 Check if it is safe to call GetLabel method. More...
 
void ResetLabel (void)
 Reset Label data member. More...
 
const TLabelGetLabel (void) const
 Get the Label member data. More...
 
void SetLabel (const TLabel &value)
 Assign a value to Label data member. More...
 
void SetLabel (TLabel &&value)
 
TLabelSetLabel (void)
 Assign a value to Label data member. More...
 
void Reset (void)
 Reset the whole object. More...
 

Private Types

typedef NCBI_NS_NCBI::CSerialObject Tparent
 

Private Member Functions

 C_Attlist (const C_Attlist &)
 
C_Attlistoperator= (const C_Attlist &)
 

Private Attributes

Uint4 m_set_State [1]
 
NCBI_NS_STD::string m_Condition
 
NCBI_NS_STD::string m_Label
 

Detailed Description

C_Attlist –.

Definition at line 104 of file ItemGroupType_.hpp.


The documentation for this class was generated from the following files:
Modified on Tue May 07 08:13:40 2024 by modify_doxy.py rev. 669887