Ignore:
Timestamp:
11/29/15 22:20:55 (8 years ago)
Author:
Maciej Komosinski
Message:

Built-in shallow clone() for Vector and Dictionary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/collectionobj.h

    r286 r453  
    3838PARAMGETDEF(toString);
    3939PARAMPROCDEF(p_sort);
     40PARAMPROCDEF(p_clone);
    4041#undef STATRICKCLASS
    4142static void p_new(void*,ExtValue*args,ExtValue*ret)
     
    7071PARAMPROCDEF(p_find);
    7172PARAMGETDEF(toString);
     73PARAMPROCDEF(p_clone);
    7274#undef STATRICKCLASS
    7375SString serialize() const;
Note: See TracChangeset for help on using the changeset viewer.