Exemplo n.º 1
0
  public PointerStruct(PointerStruct other) {

    this();
    copy_from(other);
  }