Web Analytics Made Easy - Statcounter
Skip to content

Class SBCClassAttributeChange#

template <typename Class, typename Attribute>

ClassList > SBCClassAttributeChange

This template class describes a class attribute change.

  • #include <SBCClassAttributeChange.hpp>

Public Attributes#

Type Name
Attribute newValue
Class object
Attribute oldValue

Public Functions#

Type Name
SBCClassAttributeChange ()
SBCClassAttributeChange (const Class & object, const Attribute & oldValue, const Attribute & newValue)
~SBCClassAttributeChange ()

Public Attributes Documentation#

variable newValue#

Attribute newValue;

variable object#

Class object;

variable oldValue#

Attribute oldValue;

Public Functions Documentation#

function SBCClassAttributeChange [1/2]#

inline SBCClassAttributeChange::SBCClassAttributeChange () 

function SBCClassAttributeChange [2/2]#

inline SBCClassAttributeChange::SBCClassAttributeChange (
    const Class & object,
    const Attribute & oldValue,
    const Attribute & newValue
) 

function ~SBCClassAttributeChange#

inline SBCClassAttributeChange::~SBCClassAttributeChange ()