|
CFx SDK Documentation 2026 SP0
|
#include <FxVariant.h>
Public Member Functions | |
| CFxVariantCollectionElement () | |
| CFxVariantCollectionElement (const CFxVariant &tag, const CFxVariant &value) | |
| CFxVariantCollectionElement (const CFxVariantCollectionElement &value) | |
| virtual | ~CFxVariantCollectionElement () |
| CFxVariantCollectionElement & | operator= (const CFxVariantCollectionElement &value) |
| CFxVariant * | GetTag () const |
| CFxVariant * | GetValue () const |
| void | SetTag (const CFxVariant &value) |
| void | SetValue (const CFxVariant &value) |
Protected Attributes | |
| CFxVariant * | _pTag |
| CFxVariant * | _pValue |
Description: Represents the variant collection element. Library: DDKernel
Definition at line 43 of file FxVariant.h.
| CFxVariantCollectionElement::CFxVariantCollectionElement | ( | ) |
Description: Default constructor for CFxVariantCollectionElement class.
| CFxVariantCollectionElement::CFxVariantCollectionElement | ( | const CFxVariant & | tag, |
| const CFxVariant & | value ) |
Description: Constructor for CFxVariantCollectionElement class that initializes it with a tag and a value. Arguments:
| tag | The tag to be set. |
| value | The value to be set. |
| CFxVariantCollectionElement::CFxVariantCollectionElement | ( | const CFxVariantCollectionElement & | value | ) |
Description: Copy constructor for CFxVariantCollectionElement class that initializes it with another CFxVariantCollectionElement object. Arguments:
| value | The CFxVariantCollectionElement object to be copied. |
|
virtual |
Description: Destructor for CFxVariantCollectionElement class that cleans up the tag and value.
| CFxVariant * CFxVariantCollectionElement::GetTag | ( | ) | const |
Description: Returns the tag of the variant collection element.
| CFxVariant * CFxVariantCollectionElement::GetValue | ( | ) | const |
Description: Returns the value pointer of the variant collection element.
| CFxVariantCollectionElement & CFxVariantCollectionElement::operator= | ( | const CFxVariantCollectionElement & | value | ) |
Description: Assignment operator for CFxVariantCollectionElement class that assigns the values from another
| void CFxVariantCollectionElement::SetTag | ( | const CFxVariant & | value | ) |
Description: Sets the tag value for the variant collection element. Arguments:
| value | The tag value to be set. |
| void CFxVariantCollectionElement::SetValue | ( | const CFxVariant & | value | ) |
Description: Sets the value for the variant collection element. Arguments:
| value | The value to be set. |
|
protected |
Description: Represents the tag of the variant collection element.
Definition at line 104 of file FxVariant.h.
|
protected |
Description: Represents the value of the variant collection element.
Definition at line 109 of file FxVariant.h.