コード例 #1
0
ファイル: Pin.cpp プロジェクト: PinkyOne/parallel2
Pin::Pin(const Pin& other):Id(other)
{
    //copy ctor
    SetCell(other.GetCell());
    SetNet(other.GetNet());
}