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

Search Toolkit Book for CResourceCompile_Base::C_Attlist

C_Attlist –. More...

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

+ Inheritance diagram for CResourceCompile_Base::C_Attlist:
+ Collaboration diagram for CResourceCompile_Base::C_Attlist:

Public Types

enum class  E_memberIndex {
  e__allMandatory = 0 , e_Condition , e_Include , e_Exclude ,
  e_Remove , e_Label
}
 
typedef NCBI_NS_STD::string TCondition
 
typedef NCBI_NS_STD::string TInclude
 
typedef NCBI_NS_STD::string TExclude
 
typedef NCBI_NS_STD::string TRemove
 
typedef NCBI_NS_STD::string TLabel
 
typedef Tparent::CMemberIndex< E_memberIndex, 6 > 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 items should be evaluated 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 IsSetInclude (void) const
 Semi-colon separated list of files (wildcards are allowed) or other item names to include in this item list Check if a value has been assigned to Include data member. More...
 
bool CanGetInclude (void) const
 Check if it is safe to call GetInclude method. More...
 
void ResetInclude (void)
 Reset Include data member. More...
 
const TIncludeGetInclude (void) const
 Get the Include member data. More...
 
void SetInclude (const TInclude &value)
 Assign a value to Include data member. More...
 
void SetInclude (TInclude &&value)
 
TIncludeSetInclude (void)
 Assign a value to Include data member. More...
 
bool IsSetExclude (void) const
 Semi-colon separated list of files (wildcards are allowed) or other item names to exclude from the Include list Check if a value has been assigned to Exclude data member. More...
 
bool CanGetExclude (void) const
 Check if it is safe to call GetExclude method. More...
 
void ResetExclude (void)
 Reset Exclude data member. More...
 
const TExcludeGetExclude (void) const
 Get the Exclude member data. More...
 
void SetExclude (const TExclude &value)
 Assign a value to Exclude data member. More...
 
void SetExclude (TExclude &&value)
 
TExcludeSetExclude (void)
 Assign a value to Exclude data member. More...
 
bool IsSetRemove (void) const
 Semi-colon separated list of files (wildcards are allowed) or other item names to remove from the existing list contents Check if a value has been assigned to Remove data member. More...
 
bool CanGetRemove (void) const
 Check if it is safe to call GetRemove method. More...
 
void ResetRemove (void)
 Reset Remove data member. More...
 
const TRemoveGetRemove (void) const
 Get the Remove member data. More...
 
void SetRemove (const TRemove &value)
 Assign a value to Remove data member. More...
 
void SetRemove (TRemove &&value)
 
TRemoveSetRemove (void)
 Assign a value to Remove 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_Include
 
NCBI_NS_STD::string m_Exclude
 
NCBI_NS_STD::string m_Remove
 
NCBI_NS_STD::string m_Label
 

Detailed Description

C_Attlist –.

Definition at line 88 of file ResourceCompile_.hpp.


The documentation for this class was generated from the following files:
Modified on Mon May 06 04:52:52 2024 by modify_doxy.py rev. 669887