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#
variable object#
variable oldValue#
Public Functions Documentation#
function SBCClassAttributeChange [1/2]#
function SBCClassAttributeChange [2/2]#
inline SBCClassAttributeChange::SBCClassAttributeChange (
const Class & object,
const Attribute & oldValue,
const Attribute & newValue
)