oaAssignedNetSpec Class Reference

Inheritance diagram for oaAssignedNetSpec:

oaArray<oaDesignObject *> oaArrayBase<oaDesignObject *>


Public Methods

 oaAssignedNetSpec (oaUInt4 sizeIn=0)

Detailed Description

This class implements an array of pointers to design objects that may be either connectDef objects or assignment objects in either the module or occurence domain. The common use of objects for this class is to extract the assigned net functionality from an occurrence net, terminal or instTerm for diagnostic use.


Constructor & Destructor Documentation

oaAssignedNetSpec::oaAssignedNetSpec oaUInt4    sizeIn = 0 [inline]
 

This is the constructor for the oaAssignedNetSpec class. It constructs an array of object pointers of the specified size.

Parameters:
sizeIn The initial size of the array


The documentation for this class was generated from the following files:

Return to top of page