#include <stilnamelist.h>
Public Member Functions | |
STILNameList () | |
STILNameList (const STILNameList &) | |
~STILNameList () | |
STILNameList & | operator= (const STILNameList &) |
LONG | getCount () const |
void | addName (const sstring &) |
const sstring & | getName (LONG) const |
sstring | getText () const |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | init () |
Holds a generic list of names. For example, a list of all cells referenced in a ScanStructures block.
|
Default Constructor for a STILNameList object.
|
|
Constructor a STILNameList object from another STILNameList.
|
|
Destructor for a STILNameList object.
|
|
Add a name to the list.
|
|
|
|
|
|
Get a text representation of this name list.
|
|
Initialize/reset this object.
|
|
Assignment operator for a STILNameList object.
|
|
Write the STILNameList object to a FILE.
|