struct Core::Portable::ViewBuilder::ViewDescriptor

#include <coreviewbuilder.h>

struct ViewDescriptor
{
    // fields

    CString64 name;
    Attributes* data;

    // construction

    ViewDescriptor(
        CStringPtr name = nullptr,
        CStringPtr fileName = nullptr,
        Attributes* data = nullptr
    );

    // methods

    bool operator == (const ViewDescriptor& other) const;
    bool operator > (const ViewDescriptor& other) const;
};