struct Core::Property

Overview

Basic property definition. More…

#include <coreproperty.h>

struct Property
{
    // fields

    PropertyType type;
    int size;

    // construction

    Property (PropertyType type, int size);
};

Detailed Documentation

Basic property definition.

Fields

PropertyType type

property type

int size

size in bytes