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

Search Toolkit Book for CBoolean_Base

CBoolean_Base –. More...

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

+ Inheritance diagram for CBoolean_Base:
+ Collaboration diagram for CBoolean_Base:

Public Types

typedef NCBI_NS_STD::string Tdata
 

Public Member Functions

 CBoolean_Base (void)
 
virtual ~CBoolean_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
 CBoolean_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 TdataGet (void) const
 Get the member data. More...
 
void Set (const Tdata &value)
 Assign a value to data member. More...
 
void Set (Tdata &&value)
 
TdataSet (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...
 

Private Types

typedef NCBI_NS_NCBI::CSerialObject Tparent
 

Private Member Functions

 CBoolean_Base (const CBoolean_Base &)
 
CBoolean_Baseoperator= (const CBoolean_Base &)
 

Private Attributes

Uint4 m_set_State [1]
 
NCBI_NS_STD::string m_data
 

Detailed Description

CBoolean_Base –.

Definition at line 70 of file Boolean_.hpp.


The documentation for this class was generated from the following files:
Modified on Tue May 07 08:13:57 2024 by modify_doxy.py rev. 669887