Describes single state property of type bool.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class IPropertyBool :public virtual IProperty
{
public:
virtual bool getValue() = 0; // Return value
virtual bool setValue(const bool value) = 0; // Set value
};
Namespace: | nitisa |
Include: | Nitisa/Package/Interfaces/IPropertyBool.h |