NCBI C++ ToolKit
|
Search Toolkit Book for CStringPropertyType
CStringPropertyType –. More...
#include <build-system/project_tree_builder/msbuild/StringPropertyType.hpp>
Inherits CStringPropertyType_Base.
Inherited by CBaseAddress_Base, CCLRSupport_Base, CCharacterSet_Base, CConfigurationType_Base, CConfiguration_Base, CDebugSymbols_Base, CDebugType_Base, CDeployDirSuffix_Base, CEmbedManifest_Base, CEnableSQLServerDebugging_Base, CEnableSecurityDebugging_Base, CEnableUnmanagedDebugging_Base, CErrorReportUrl_Base, CErrorReport_Base, CInstallFrom_Base, CInstallUrl_Base, CInstall_Base, CKeyword_Base, CLangVersion_Base, CLinkIncremental_Base, CMapFileExtensions_Base, CMinimumRequiredVersion_Base, CMyType_Base, CNoConfig_Base, CNoStandardLibraries_Base, CNoStdLib_Base, CNoWarn_Base, COSVersion_Base, COptimize_Base, COptionCompare_Base, COptionExplicit_Base, COptionInfer_Base, COptionStrict_Base, COutDir_Base, COutputPath_Base, COutputType_Base, CPlatformFamilyName_Base, CPlatformID_Base, CPlatformName_Base, CPlatformTarget_Base, CPlatform_Base, CProductName_Base, CProductVersion_Base, CProjectGuid_Base, CProjectTypeGuids_Base, CProjectType_Base, CPublishUrl_Base, CPublisherName_Base, CRemoteDebugEnabled_Base, CRemoteDebugMachine_Base, CRemoveIntegerChecks_Base, CResponseFile_Base, CRootNamespace_Base, CRunPostBuildEvent_Base, CSchemaVersion_Base, CSecureScoping_Base, CSignAssembly_Base, CSignManifests_Base, CSolutionDir_Base, CSolutionExt_Base, CSolutionFileName_Base, CSolutionName_Base, CSolutionPath_Base, CStartAction_Base, CStartArguments_Base, CStartPage_Base, CStartProgram_Base, CStartURL_Base, CStartWorkingDirectory_Base, CStartupObject_Base, CSuiteName_Base, CSupportUrl_Base, CTargetCulture_Base, CTargetExt_Base, CTargetFrameworkProfile_Base, CTargetFrameworkVersion_Base, CTargetName_Base, CTargetZone_Base, CTreatWarningsAsErrors_Base, CTrustUrlParameters_Base, CTypeComplianceDiagnostics_Base, CUICulture_Base, CUTF8OutPut_Base, CUpdateEnabled_Base, CUpdateIntervalUnits_Base, CUpdateInterval_Base, CUpdateMode_Base, CUpdatePeriodically_Base, CUpdateRequired_Base, CUpdateUrl_Base, CUpgradeBackupLocation_Base, CUseApplicationTrust_Base, CUseOfAtl_Base, CUseOfMfc_Base, CUseVSHostingProcess_Base, CWarningLevel_Base, CWarningsAsErrors_Base, CWebPage_Base, CWholeProgramOptimization_Base, and CWin32ResourceFile_Base.
Public Member Functions | |
CStringPropertyType (void) | |
CStringPropertyType (const std::string &value) | |
~CStringPropertyType (void) | |
operator const TStringPropertyType & (void) const | |
Conversion operator to 'TStringPropertyType' type. More... | |
CStringPropertyType & | operator= (const TStringPropertyType &value) |
Assignment operator. More... | |
Public Member Functions inherited from CStringPropertyType_Base | |
CStringPropertyType_Base (void) | |
virtual | ~CStringPropertyType_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 TAttlist & | GetAttlist (void) const |
Get the Attlist member data. More... | |
void | SetAttlist (TAttlist &value) |
Assign a value to Attlist data member. More... | |
TAttlist & | SetAttlist (void) |
Assign a value to Attlist data member. More... | |
bool | IsSetStringPropertyType (void) const |
Check if a value has been assigned to StringPropertyType data member. More... | |
bool | CanGetStringPropertyType (void) const |
Check if it is safe to call GetStringPropertyType method. More... | |
void | ResetStringPropertyType (void) |
Reset StringPropertyType data member. More... | |
const TStringPropertyType & | GetStringPropertyType (void) const |
Get the StringPropertyType member data. More... | |
void | SetStringPropertyType (const TStringPropertyType &value) |
Assign a value to StringPropertyType data member. More... | |
void | SetStringPropertyType (TStringPropertyType &&value) |
TStringPropertyType & | SetStringPropertyType (void) |
Assign a value to StringPropertyType data member. More... | |
virtual void | Reset (void) |
Reset the whole object. More... | |
Private Types | |
typedef CStringPropertyType_Base | Tparent |
Private Member Functions | |
CStringPropertyType (const CStringPropertyType &value) | |
CStringPropertyType & | operator= (const CStringPropertyType &value) |
Additional Inherited Members | |
Public Types inherited from CStringPropertyType_Base | |
enum class | E_memberIndex { e__allMandatory = 0 , e_Attlist , e_StringPropertyType } |
typedef C_Attlist | TAttlist |
typedef NCBI_NS_STD::string | TStringPropertyType |
typedef Tparent::CMemberIndex< E_memberIndex, 3 > | TmemberIndex |
Definition at line 63 of file StringPropertyType.hpp.