CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
CFxVariantCollectionElement Class Reference

#include <FxVariant.h>

Public Member Functions

 CFxVariantCollectionElement ()
 
 CFxVariantCollectionElement (const CFxVariant &tag, const CFxVariant &value)
 
 CFxVariantCollectionElement (const CFxVariantCollectionElement &value)
 
virtual ~CFxVariantCollectionElement ()
 
CFxVariantCollectionElementoperator= (const CFxVariantCollectionElement &value)
 
CFxVariantGetTag () const
 
CFxVariantGetValue () const
 
void SetTag (const CFxVariant &value)
 
void SetValue (const CFxVariant &value)
 

Protected Attributes

CFxVariant_pTag
 
CFxVariant_pValue
 

Detailed Description

Description: Represents the variant collection element. Library: DDKernel

Definition at line 43 of file FxVariant.h.

Constructor & Destructor Documentation

◆ CFxVariantCollectionElement() [1/3]

CFxVariantCollectionElement::CFxVariantCollectionElement ( )

Description: Default constructor for CFxVariantCollectionElement class.

◆ CFxVariantCollectionElement() [2/3]

CFxVariantCollectionElement::CFxVariantCollectionElement ( const CFxVariant & tag,
const CFxVariant & value )

Description: Constructor for CFxVariantCollectionElement class that initializes it with a tag and a value. Arguments:

Parameters
tagThe tag to be set.
valueThe value to be set.

◆ CFxVariantCollectionElement() [3/3]

CFxVariantCollectionElement::CFxVariantCollectionElement ( const CFxVariantCollectionElement & value)

Description: Copy constructor for CFxVariantCollectionElement class that initializes it with another CFxVariantCollectionElement object. Arguments:

Parameters
valueThe CFxVariantCollectionElement object to be copied.

◆ ~CFxVariantCollectionElement()

virtual CFxVariantCollectionElement::~CFxVariantCollectionElement ( )
virtual

Description: Destructor for CFxVariantCollectionElement class that cleans up the tag and value.

Member Function Documentation

◆ GetTag()

CFxVariant * CFxVariantCollectionElement::GetTag ( ) const

Description: Returns the tag of the variant collection element.

◆ GetValue()

CFxVariant * CFxVariantCollectionElement::GetValue ( ) const

Description: Returns the value pointer of the variant collection element.

◆ operator=()

CFxVariantCollectionElement & CFxVariantCollectionElement::operator= ( const CFxVariantCollectionElement & value)

Description: Assignment operator for CFxVariantCollectionElement class that assigns the values from another

◆ SetTag()

void CFxVariantCollectionElement::SetTag ( const CFxVariant & value)

Description: Sets the tag value for the variant collection element. Arguments:

Parameters
valueThe tag value to be set.

◆ SetValue()

void CFxVariantCollectionElement::SetValue ( const CFxVariant & value)

Description: Sets the value for the variant collection element. Arguments:

Parameters
valueThe value to be set.

Member Data Documentation

◆ _pTag

CFxVariant* CFxVariantCollectionElement::_pTag
protected

Description: Represents the tag of the variant collection element.

Definition at line 104 of file FxVariant.h.

◆ _pValue

CFxVariant* CFxVariantCollectionElement::_pValue
protected

Description: Represents the value of the variant collection element.

Definition at line 109 of file FxVariant.h.


The documentation for this class was generated from the following file: