union Core::Portable::Value::Data

union Data
{
    // fields

    bool boolValue;
    int intValue;
    float floatValue;
};