Changeset 78 for trunk/src/object.cc


Ignore:
Timestamp:
06/01/13 23:50:55 (12 years ago)
Author:
epyon
Message:
  • types.hh - basing totally on typeid now
  • types.hh - removed hash_string and name registration defines (get_type_name template)
  • types.hh - name is defined at registration via create_type
  • types.hh - overall the code is much cleaner now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/object.cc

    r77 r78  
    192192                type_field("children"   , &object::m_children).flag( TF_READONLY ),
    193193        };
    194         db->create_type<object>().fields(fields);
     194        db->create_type<object>("object").fields(fields);
    195195}
Note: See TracChangeset for help on using the changeset viewer.