|
Sen API
Sen Libraries
|
Holds the information for a field in the variant. More...
#include <variant_type.h>
Public Member Functions | |
| VariantField (uint32_t key, std::string description, ConstTypeHandle<> type) | |
Public Attributes | |
| uint32_t | key = 0 |
| std::string | description |
| ConstTypeHandle | type |
Friends | |
| bool | operator== (const VariantField &lhs, const VariantField &rhs) noexcept |
| bool | operator!= (const VariantField &lhs, const VariantField &rhs) noexcept |
Holds the information for a field in the variant.
|
inline |
|
friend |
|
friend |
| uint32_t sen::VariantField::key = 0 |
| std::string sen::VariantField::description |
| ConstTypeHandle sen::VariantField::type |