Exemple #1
0
Pin::Pin(const Pin& other):Id(other)
{
    //copy ctor
    SetCell(other.GetCell());
    SetNet(other.GetNet());
}