41 #ifndef OBJECTS_MMDB3_COLOR_PROP_BASE_HPP
42 #define OBJECTS_MMDB3_COLOR_PROP_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
110 bool IsSetR(
void)
const;
117 bool CanGetR(
void)
const;
147 bool IsSetG(
void)
const;
154 bool CanGetG(
void)
const;
184 bool IsSetB(
void)
const;
191 bool CanGetB(
void)
const;
221 bool IsSetName(
void)
const;
228 bool CanGetName(
void)
const;
231 void ResetName(
void);
237 const TName& GetName(
void)
const;
250 TName& SetName(
void);
253 virtual void Reset(
void);
450 m_Name = std::forward<CColor_prop_Base::TName>(
value);
Base class for all serializable objects.
static char UnassignedByte(void)
void ThrowUnassigned(TMemberIndex index) const
static string UnassignedString(void)
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_MMDB3_EXPORT
Tparent::CMemberIndex< E_memberIndex, 5 > TmemberIndex
TB & SetB(void)
Assign a value to B data member.
DECLARE_INTERNAL_TYPE_INFO()
void ResetR(void)
Reset R data member.
const TName & GetName(void) const
Get the Name member data.
bool IsSetB(void) const
Check if a value has been assigned to B data member.
bool IsSetName(void) const
Check if a value has been assigned to Name data member.
bool IsSetG(void) const
Check if a value has been assigned to G data member.
bool CanGetB(void) const
Check if it is safe to call GetB method.
TB GetB(void) const
Get the B member data.
TR & SetR(void)
Assign a value to R data member.
CColor_prop_Base & operator=(const CColor_prop_Base &)
TR GetR(void) const
Get the R member data.
TName & SetName(void)
Assign a value to Name data member.
bool CanGetR(void) const
Check if it is safe to call GetR method.
bool IsSetR(void) const
Check if a value has been assigned to R data member.
CColor_prop_Base(const CColor_prop_Base &)
void ResetB(void)
Reset B data member.
TG GetG(void) const
Get the G member data.
bool CanGetName(void) const
Check if it is safe to call GetName method.
bool CanGetG(void) const
Check if it is safe to call GetG method.
void ResetG(void)
Reset G data member.
TG & SetG(void)
Assign a value to G data member.