#include <variant>
#include <QtPlugin>
#include <QVariant>
#include <QStringList>
Go to the source code of this file.
|
typedef std::variant< ANBoolFieldValue, ANIntFieldValue, ANStringFieldValue > | LC::ANFieldValue |
| A combination of all possible descriptions. More...
|
|
|
bool | LC::operator== (const ANBoolFieldValue &left, const ANBoolFieldValue &right) |
| Compares two fields with boolean values. More...
|
|
bool | LC::operator== (const ANIntFieldValue &left, const ANIntFieldValue &right) |
| Compares two fields with integer values. More...
|
|
bool | LC::operator== (const ANStringFieldValue &left, const ANStringFieldValue &right) |
| Compares two string field values. More...
|
|