struct Core::Portable::ArchiveUtils::AttributesPromise

Overview

Promise for attributes created on demand. More…

#include <corepersistence.h>

struct AttributesPromise
{
    // methods

    virtual bool getAttributes(AttributeHandler& writer) = 0;
};

Detailed Documentation

Promise for attributes created on demand.

Used in ArchiveUtils::saveInBackground().