6#ifndef ACTIVE_SETTING_GUID_VALUE
7#define ACTIVE_SETTING_GUID_VALUE
9#include "Active/Setting/Values/ValueBase.h"
10#include "Active/Serialise/XML/Item/XMLDateTime.h"
41 GuidValue::operator bool()
const {
return data; }
47 GuidValue::operator utility::String()
const {
return data; }
53 GuidValue::operator utility::Guid()
const {
return data; }
Definition ValueBase.h:21
virtual bool isNull() const override
Definition ValueBase.h:193
virtual Value & operator=(const Value &val) override
Definition ValueBase.h:85
T data
The value data.
Definition ValueBase.h:58
virtual Type getType() const override
Definition ValueBase.h:198
Type
Supported value types (broad groups, e.g. int32_t and int64_t are both intType)
Definition Value.h:51
Status status
The value status.
Definition Value.h:100
Definition Transportable.h:13