Searched refs:ListAppend (Results 1 – 1 of 1) sorted by relevance
365 …inline void ListAppend( double fValue ) { MyList::Append( new double( fValue ) ); } in ListAppend() function in ScaDoubleList369 { if( CheckInsert( fValue ) ) ListAppend( fValue ); } in Append()
Completed in 18 milliseconds