#include <stilpatlist.h>
Inheritance diagram for STILPatList:
Public Member Functions | |
STILPatList () | |
STILPatList (const STILPatList &) | |
virtual | ~STILPatList () |
STILPatList & | operator= (const STILPatList &) |
void | updateEntityList () |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | addBlock (const STILPatternBurstBlock &block) |
bool | locate_inPatList (const sstring &name) const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const STILPatList &) |
The STILPatList Class defines the PatList data.
|
Default Constructor for a STILPatList object.
|
|
Constructor a STILPatList object from another STILPatList.
|
|
Destructor for a STILPatList object.
|
|
Add a PatternBurstBlock to the list -This adds a block of SignalGroups, MacroDefs, etc, to the PatList.
|
|
Initialize the STILPatList object.
|
|
|
|
Assignment operator for a STILPatList object.
|
|
Correct the pointers from the entity list to the link list data after a copy constructor or an assignment operator.
|
|
Write the STILPatList object to a FILE.
Reimplemented from STILBlock. |
|
|