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

Search Toolkit Book for CPropertyGroupType_Base

Groups property definitions. More...

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

+ Inheritance diagram for CPropertyGroupType_Base:
+ Collaboration diagram for CPropertyGroupType_Base:

Classes

class  C_Attlist
 C_Attlist –. More...
 
class  C_E_PropertyGroupType
 Groups property definitions. More...
 

Public Types

enum class  E_memberIndex { e__allMandatory = 0 , e_Attlist , e_PropertyGroupType }
 
typedef C_Attlist TAttlist
 
typedef C_E_PropertyGroupType C_E
 
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E_PropertyGroupType > > TPropertyGroupType
 
typedef Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
 

Public Member Functions

 CPropertyGroupType_Base (void)
 
virtual ~CPropertyGroupType_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 IsSetPropertyGroupType (void) const
 Check if a value has been assigned to PropertyGroupType data member. More...
 
bool CanGetPropertyGroupType (void) const
 Check if it is safe to call GetPropertyGroupType method. More...
 
void ResetPropertyGroupType (void)
 Reset PropertyGroupType data member. More...
 
const TPropertyGroupTypeGetPropertyGroupType (void) const
 Get the PropertyGroupType member data. More...
 
TPropertyGroupTypeSetPropertyGroupType (void)
 Assign a value to PropertyGroupType data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 

Private Types

typedef NCBI_NS_NCBI::CSerialObject Tparent
 

Private Member Functions

 CPropertyGroupType_Base (const CPropertyGroupType_Base &)
 
CPropertyGroupType_Baseoperator= (const CPropertyGroupType_Base &)
 

Private Attributes

Uint4 m_set_State [1]
 
NCBI_NS_NCBI::CRef< TAttlistm_Attlist
 
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E_PropertyGroupType > > m_PropertyGroupType
 

Detailed Description

Groups property definitions.

CPropertyGroupType_Base

Definition at line 79 of file PropertyGroupType_.hpp.


The documentation for this class was generated from the following files:
Modified on Fri Mar 29 09:53:16 2024 by modify_doxy.py rev. 669887