TMarkList::Add Method

Overload List

#SignatureDescription
1int Add(TMarkRecord *Mark);Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list.
2int Add();Add a new Mark to the list.

Overload 1: int Add(TMarkRecord *Mark);

Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list.

#NameTypeDescription
1MarkTMarkRecord *
Declared in Dew::Signal::TMarkList · Dew.Signal/SignalTools.h · Cross-compiler

Overload 2: int Add();

Add a new Mark to the list.

Declared in Dew::Signal::TMarkList · Dew.Signal/SignalTools.h · Cross-compiler