tclListSeqLibertyCell
This commit is contained in:
parent
15e759a992
commit
11aa6e759a
|
|
@ -203,6 +203,13 @@ tclListSeqLibertyLibrary(Tcl_Obj *const source,
|
||||||
return tclListSeq<LibertyLibrary*>(source, SWIGTYPE_p_LibertyLibrary, interp);
|
return tclListSeq<LibertyLibrary*>(source, SWIGTYPE_p_LibertyLibrary, interp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LibertyCellSeq *
|
||||||
|
tclListSeqLibertyCell(Tcl_Obj *const source,
|
||||||
|
Tcl_Interp *interp)
|
||||||
|
{
|
||||||
|
return tclListSeq<LibertyCell*>(source, SWIGTYPE_p_LibertyCell, interp);
|
||||||
|
}
|
||||||
|
|
||||||
template <class TYPE>
|
template <class TYPE>
|
||||||
Set<TYPE> *
|
Set<TYPE> *
|
||||||
tclListSet(Tcl_Obj *const source,
|
tclListSet(Tcl_Obj *const source,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue