TTraceList::Add Method

Overload List

#SignatureDescription
1int Add();Add a new TTraceItem object to the list.
2int Add(TTraceItem *Item);Add a new TTraceItem object to the list.
3void Add(TTraceList *Src);Add new TTraceItem object to the list, by copying them for the Src TTraceList.

Overload 1: int Add();

Add a new TTraceItem object to the list.

Remarks:

The function returns the the index at which the new object has been added.

Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler

Overload 2: int Add(TTraceItem *Item);

Add a new TTraceItem object to the list.

#NameTypeDescription
1ItemTTraceItem *
Remarks:

Thefunction returns the the index at which the new object has been added.

Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler

Overload 3: void Add(TTraceList *Src);

Add new TTraceItem object to the list, by copying them for the Src TTraceList.

#NameTypeDescription
1SrcTTraceList *
Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler