'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct property_class

odtone::conf::property_class

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/conf.hpp>


struct property_class {

  // public data members
  const char * name;
  uint type_id;
  uint count;
};

PrevUpHomeNext