Changeset 478 for cpp/frams/vm/classes/collectionobj.h
- Timestamp:
- 03/22/16 01:19:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/collectionobj.h
r464 r478 72 72 PARAMGETDEF(toString); 73 73 PARAMPROCDEF(p_clone); 74 PARAMPROCDEF(p_assign); 74 75 #undef STATRICKCLASS 76 ExtValue get(SString key); 77 ExtValue get(int index); 78 ExtValue set(SString key,ExtValue new_value); 79 void copyFrom(DictionaryObject *other); 75 80 SString serialize(SerializationFormat format) const; 76 81 static void p_new(void*,ExtValue*args,ExtValue*ret)
Note: See TracChangeset
for help on using the changeset viewer.