NCBI C++ ToolKit
|
Search Toolkit Book for CStartPage
#include <build-system/project_tree_builder/msbuild/StartPage.hpp>
Public Member Functions | |
CStartPage (void) | |
CStartPage (const Tparent::TStringPropertyType &value) | |
Constructor from the primitive type. More... | |
CStartPage & | operator= (const Tparent::TStringPropertyType &value) |
Assignment operator. More... | |
CStartPage (void) | |
~CStartPage (void) | |
CStartPage (const Tdata &value) | |
Constructor from the primitive type. More... | |
CStartPage & | operator= (const Tdata &value) |
Assignment operator. More... | |
Public Member Functions inherited from CStartPage_Base | |
CStartPage_Base (void) | |
DECLARE_INTERNAL_TYPE_INFO () | |
bool | IsSetStartPage (void) const |
bool | CanGetStartPage (void) const |
void | ResetStartPage (void) |
const TStartPage & | GetStartPage (void) const |
TStartPage & | SetStartPage (void) |
void | SetStartPage (const TStartPage &value) |
CStartPage_Base (void) | |
virtual | ~CStartPage_Base (void) |
DECLARE_INTERNAL_TYPE_INFO () | |
CStartPage_Base (const Tdata &value) | |
Constructor from the primitive type. More... | |
void | operator= (const Tdata &value) |
Assignment operator. More... | |
bool | IsSet (void) const |
Check if a value has been assigned to data member. More... | |
bool | CanGet (void) const |
Check if it is safe to call Get method. More... | |
void | Reset (void) |
Reset data member. More... | |
const Tdata & | Get (void) const |
Get the member data. More... | |
void | Set (const Tdata &value) |
Assign a value to data member. More... | |
void | Set (Tdata &&value) |
Tdata & | Set (void) |
Assign a value to data member. More... | |
operator const Tdata & (void) const | |
Conversion operator to 'const Tdata' type. More... | |
operator Tdata & (void) | |
Conversion operator to 'Tdata' type. More... | |
Public Member Functions inherited from CStringPropertyType | |
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... | |
Private Types | |
typedef CStartPage_Base | Tparent |
typedef CStartPage_Base | Tparent |
Private Member Functions | |
CStartPage (const CStartPage &value) | |
CStartPage & | operator= (const CStartPage &value) |
Additional Inherited Members | |
Public Types inherited from CStartPage_Base | |
typedef Tparent::TStringPropertyType | TStartPage |
typedef NCBI_NS_STD::string | Tdata |
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 |
CStartPage –.
Definition at line 63 of file StartPage.hpp.