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