struct Core::Portable::AttributesBuilder::State

struct State
{
    // fields

    bool isObject;
    Attributes* object;
    AttributeQueue* queue;

    // construction

    State(Attributes* object = nullptr);
    State(AttributeQueue* queue);
};