Esempio n. 1
0
 public pointer_t(pointer_t p)
 {
     ptr   = p.ptr;
     count = p.count;
 }