set method

void set(
  1. ContactID c
)

Implementation

void set(ContactID c) {
  indexA = c.indexA;
  indexB = c.indexB;
  typeA = c.typeA;
  typeB = c.typeB;
}