|
Dev Essential
|
The default value info of a element. More...
#include <codec_type_info.h>
Public Member Functions | |
| bool | hasDefaultValue () const |
| Determines if the element has a constant value or not. | |
| a_util::variant::Variant | getDefaultValue () const |
Friends | |
| class | StructAccess |
The default value info of a element.
| a_util::variant::Variant ddl::codec::CodecDefaultValueInfo::getDefaultValue | ( | ) | const |
Returns the default value in type T.
| throws | std::runtime_error if not found. |
| bool ddl::codec::CodecDefaultValueInfo::hasDefaultValue | ( | ) | const |
Determines if the element has a constant value or not.