enum Core::Portable::Attribute::Flags

Overview

#include <coreattributes.h>

enum Flags
{
    kShareID    = AttributeHandler::kInplace,
    kShareValue = AttributeHandler::kInplaceValue,
};

Detailed Documentation

Enum Values

kShareID

share attribute identifier (no copy)

kShareValue

share attribute string value (no copy)