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

Search Toolkit Book for CNativeReference_Base

Reference to a native manifest file, or to a file that contains a native manifest. More...

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

+ Inheritance diagram for CNativeReference_Base:
+ Collaboration diagram for CNativeReference_Base:

Classes

class  C_Attlist
 C_Attlist –. More...
 
class  C_E_NativeReference
 Reference to a native manifest file, or to a file that contains a native manifest. More...
 

Public Types

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

Public Member Functions

 CNativeReference_Base (void)
 
virtual ~CNativeReference_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 IsSetNativeReference (void) const
 Check if a value has been assigned to NativeReference data member. More...
 
bool CanGetNativeReference (void) const
 Check if it is safe to call GetNativeReference method. More...
 
void ResetNativeReference (void)
 Reset NativeReference data member. More...
 
const TNativeReferenceGetNativeReference (void) const
 Get the NativeReference member data. More...
 
TNativeReferenceSetNativeReference (void)
 Assign a value to NativeReference data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 

Private Types

typedef NCBI_NS_NCBI::CSerialObject Tparent
 

Private Member Functions

 CNativeReference_Base (const CNativeReference_Base &)
 
CNativeReference_Baseoperator= (const CNativeReference_Base &)
 

Private Attributes

Uint4 m_set_State [1]
 
NCBI_NS_NCBI::CRef< TAttlistm_Attlist
 
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E_NativeReference > > m_NativeReference
 

Detailed Description

Reference to a native manifest file, or to a file that contains a native manifest.

CNativeReference_Base

Definition at line 72 of file NativeReference_.hpp.


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