예제 #1
0
파일: Pin.cpp 프로젝트: PinkyOne/parallel2
Pin::Pin(const Pin& other):Id(other)
{
    //copy ctor
    SetCell(other.GetCell());
    SetNet(other.GetNet());
}