Esempio n. 1
0
  public PointerStruct(PointerStruct other) {

    this();
    copy_from(other);
  }