Beispiel #1
0
 public abstract void out_array_end(ref ChValue bVal, int msize);
Beispiel #2
0
 // for pointed objects
 public abstract void out_ref(ref ChValue bVal, bool already_inserted, int obj_ID, int ext_ID);
Beispiel #3
0
 public abstract void out_array_between(ref ChValue bVal, int msize);
Beispiel #4
0
 // for custom C++ objects - see 'wrapping' trick below
 public abstract void outs(ref ChValue bVal, bool tracked, int obj_ID);