#include <stilsignallist.h>
Public Member Functions | |
STILSignalList () | |
STILSignalList (const STILSignalList &) | |
virtual | ~STILSignalList () |
STILSignalList & | operator= (const STILSignalList &) |
const STILSignal & | operator[] (const LONG &) const |
const STILSignal & | getSignal (const LONG) const |
STILSignalList | operator+ (const STILSignalList &) |
STILSignalList & | operator+= (const STILSignalList &) |
STILSignalList | operator- (const STILSignalList &) |
STILSignalList & | operator-= (const STILSignalList &) |
void | init () |
LONG | getCount () const |
void | setSigRefText (const sstring &srt) |
const sstring & | getSigRefText () const |
bool | addSignal (const STILSignal &) |
void | print (void) |
void | resetBaseAttr (const STILSignalBlock *) |
|
default constructor for STILSignalList class
|
|
Copy constructor for STILSignalList class.
|
|
Destructor for a STILSignalList object.
|
|
Add a signal to the list of signals.
|
|
|
|
Same functionality as the indexing operator.
|
|
|
|
Initialize a STILSignalList object.
|
|
Append a list to another list- list1 + list2 returns list2 appended to end of list1.
|
|
|
|
Remove a list of elements from another list- list1 - list2 returns a list with all elements of list2 taken out of list1.
|
|
|
|
Assignment operator.
|
|
Indexing operator.
|
|
Print the list of signals (for testing the API).
|
|
Set the base attributes of each signal on the list to those pointed to by the SignalBlock pointer.
|
|
|